Tuesday 10 October 2017

Xiaomi Mi Mix 2 specs



Chinese handset maker 
Xiaomi has launched its first bezel-less handset in India today, Mi Mix 2 . This handset was launched in China last month and is the successor to last year's Mi Mix, which was Xiaomi's first bezel-less smartphone. Here is all that the Mi Mix 2 offers:


Price and availabilityThe Xiaomi Mi Mix 2 is priced at Rs 35,999 and will first be made available first through flash sale on October 17 on Flipkart and Xiaomi's official website Mi.com. After that, the handset will be available starting the first week of November both online and offline.

DisplayThe Xiaomi Mi Mix 2 features a 5.99-inch full HD+ display with 1080x2160 pixels resolution and 18:9 aspect ratio. Xiaomi claims that the chin size is 12% smaller than its predecessor Mi Mix.

DesignThe Mi Mix 2 has an aerospace-grade aluminium alloy frame with a ceramic rear panel.

Storage
The Mi Mix 2 comes with a 6GB RAM and non-expandable 128GB internal storage.

OS
The Mi Mix 2 runs Android 7.1.1 Nougat with company's MIUI 8.5.1.0 layer on the top. The company announced that it will also receive Android 8.0 Oreo update by December.

Processor
The device is powered by a 2.4GHx octa-core Qualcomm Snapdragon 835 processor with Adreno 540 GPU.


Camera
Mi Mix 2 comes with a 12MP rear camera with IMX386 camera image sensor and 4-axis optical image stabilisation. It offers two-tone flash, PDAF autofocus, Burst modes to name a few. On the front, the handset sports a 5MP camera that has 36 smart beauty profiles. It also offers up to 4K video recording capability.


Battery

The Mi Mix 2 has a USB-Type C reversible connector and is powered by a 3,400mAh lithium-ion battery with Qualcomm Quick Charge 3.0 support.





Tuesday 26 September 2017

Accessory for phone

CAMLAPSE

● The Camalapse : Have you ever tried making a smooth panning timelapse video? Did you try holding your camera with superhuman steadiness? 🤔

The Camalapse is here to help you out. It's a simple rotating stand for your phone or camera that helps you take pro-quality 360° timelapse videos.

The Camalapse's intuitive design makes it easy to use. Simply attach your camera (up to 5lbs!) or your camera phone (be sure to pick up a Camalapse Mobile), then point your lens where you want it to end up, twist, and start your cam. It rotates 90° in fifteen minutes, so it'll do a full 360° in an hour with no batteries required.

Mount the Camalapse to a tripod and take it anywhere. 

Capture all the action at the best party ever or watch the city's skyline sparkle at night. 

Speed up your video on your phone with an app or your favorite desktop editor.

Some of it's features/key points are : 

● Slow rotating stand for panning timelapses.

● Rotates 360° in 60 minutes.

● No Batteries Needed.

● Small, portable, mounts on a tripod.

● Take panning timelapses anywhere.

Where can you buy it? : goo.gl/BXDG2f

Price? : $29 (approx. RS1860)




                   

Sunday 31 January 2016

Microsoft Toolkit 2.6.6 Windows and Office Activator


                                                             

Microsoft Toolkit 
  •    Download Toolkit from HERE.................
  •   Unzip and Install 
  •    Choose the product you want to activate and wait for seconds..........
  • IT'S NOT LIKE OTHER FAKE ACTIVATOR
  • NOW ENJOY IT 


Saturday 30 January 2016

╚═►Ccleaner Professionnal Serial Key For PC◄═╝


Here is the serial !
1 - Download Ccleaner on the official website and install it.
2 - Disconnect your internet connection
3 - Go in "Options" and "Upgrade
4 - In "Name", enter : Registered User
5 - In "Key", enter : CBB4-FJN4-EPC6-G5P6-QT4C
6 - Activate, reconnect to internet and enjoy !
Hope this is useful




INCREDIBLE HULK SAVE GAME

HELLO FRNDS
MANY OF U WANT SAVE GAME FOLDER
HERE IS SAVE GAME OF INCREDIBLE HULK

THINGS TO DO
1. DOWNLOAD IT..........
2. PLACE HULK.SAV IN DOCUMENTS
3. AND ENJOY IT

DOWNLOAD BY CLICKING.......



Saturday 10 October 2015

html codes of calculator

<html>
<head>
    <title>MD calculator</title>
</head>
<body>
    <form name="calculator" >
    Solution<input type="textfield" name="ans" value="">
    <br>
    <input type="button" value="1" onClick="document.calculator.ans.value+='1'">
    <input type="button" value="2" onClick="document.calculator.ans.value+='2'">
    <input type="button" value="3" onClick="document.calculator.ans.value+='3'">
    <input type="button" value="+" onClick="document.calculator.ans.value+='+'">
    <br>
    <input type="button" value="4" onClick="document.calculator.ans.value+='4'">
    <input type="button" value="5" onClick="document.calculator.ans.value+='5'">
    <input type="button" value="6" onClick="document.calculator.ans.value+='6'">
    <input type="button" value="-" onClick="document.calculator.ans.value+='-'">
    <br>
    <input type="button" value="7" onClick="document.calculator.ans.value+='7'">
    <input type="button" value="8" onClick="document.calculator.ans.value+='8'">
    <input type="button" value="9" onClick="document.calculator.ans.value+='9'">
    <input type="button" value="*" onClick="document.calculator.ans.value+='*'">
    <br>
    <input type="button" value="0" onClick="document.calculator.ans.value+='0'">
    <input type="reset" value="Reset">
    <input type="button" value="=" onClick="document.calculator.ans.value=eval(document.calculator.ans.value)">
    </form>
    </body>
</html>

Saturday 11 July 2015

What Can JavaScript Do?

JavaScript can change the style of an HTML element.