Xiaomi to Launch Ultra Thin Flagship in Mid January

Xiaomi will be holding an event at the Beijing National Convention Center on January 15 at 2 PM where it’s expected to launch its new ultra-thin flagship smartphone. Last month, Xiaomi president Lei Jun said that the company would introduce its next flagship smartphone in January. The social media site quotes Mr. Lei as saying,… Continue reading Xiaomi to Launch Ultra Thin Flagship in Mid January

How to enable Google Now in Nepal and other countries

Google Now was first introduced in Android 4.1 Jellybean and it has been used as a personal assistant by many android users ever since. However after the introduction of Android 4.4 Kitkat many users started to complain that the search update broke google now functionality. Some of you might just have bought a shiny new… Continue reading How to enable Google Now in Nepal and other countries

C Program to Implement Binary Search Tree Traversal ,Delete and Insert Nodes

PROGRAM TO PERFORM BASIC OPERATIONS ON A BINARY SEARCH TREE //PROGRAM TO PERFORM BASIC OPERATIONS ON A BINARY SEARCH TREE #include<stdio.h> #include<conio.h> struct tree { struct tree *left; int info; struct tree *right; }; void insert(struct tree **ptr,int item) { if(*ptr==NULL) { *ptr=(struct tree *)malloc(sizeof(struct tree)); (*ptr)->left=(*ptr)->right=NULL; (*ptr)->info=item; return; } else { if(item<(*ptr)->info) { insert(&((*ptr)->left),item);… Continue reading C Program to Implement Binary Search Tree Traversal ,Delete and Insert Nodes

OnePlus One Android 5.0 Lollipop Alpha

OnePlus One has a nice little surprise in store for its customers, by providing alpha ROM which android 5.0 Version for there customers. The firm announced Wednesday that customers can now download and install an alpha version of Android 5.0 Lollipop to their OnePlus One phones. The company said it’s trying to stick to the AOSP Lollipop… Continue reading OnePlus One Android 5.0 Lollipop Alpha

Windows 10 may Coming with New “Spartan”Browser

windows-10-Logo

Windows 10 is going to be one of the biggest software updates in Microsoft history, and it looks like could be coming with brand new browser for the new operating system. The company is reportedly working on a secret project, codenamed “Spartan,” which is going to look and feel like Google Chrome and less like… Continue reading Windows 10 may Coming with New “Spartan”Browser