Saturday, November 5, 2011

HTC beats Samsung in American smartphone market with 24% Share

HTC edged out Samsung Electronics to become the largest smartphone vendor in the US, capitalising on the Android platform's popularity and a lull in demand for iPhones to overtake Apple and Research In Motion. A 10 percentage-point jump in share from a year earlier gave Taoyuan, Taiwan-based HTC 24% of the world's largest smartphone market in the third quarter, ahead of Samsung's 21%, Palo Alto, California-based researcher Canalys said in a statement on Tuesday.

GeoIQ Releases Real-Time Streaming Social & Device Data & Mapping API Platform



GeoIQlogo.jpgLocation data provider GeoIQ today detailed a new offering called GeoIQ Social. This is a real-time streaming API that delivers location-enabled data from Twitter, Pachube-enabled sensor hardware and other platforms into a map-friendly output format that can be updated as the data changes. Boom!
Sentiment analysis, user ranking, data from sensors and potentially much more can all be taken into account in requesting data from the API. Connectors have been built for "all sorts of databases including PostgreSQL, MySQL, Oracle, HBase, and MongoDB as well as an even newer types of databases and APIs like Google Fusion Tables." Awesome.
The company concludes its discussion of the new API by saying it intends to extend far beyond where it is today in dynamic data and dynamic mapping. "Without giving it all away," writes Chris Helm, Head of Analytics at GeoIQ, "we're thinking along the lines of realtime analytics, dynamic event alerting and more tools for easy collaboration."
That sounds fabulous to me. When physical place and the real-time social web come together in the form of streaming data APIs, the possibilities for augmenting time, place, civil society and the meaning of the web are substantial.

Who Manages Cloud Services to the Home?


artical Picture

Users are frustrated trying to connect all their home devices to a wireless network. Who will fill the gap??????
The enterprise is where the big bucks used to be, but home is where the hearts of consumers are. As the Web becomes more integrated in people’s lives, the home will become the battleground for a coming generation of startups and big companies. There’s a huge hole in the market where broadband hits the home, and normal people struggle to connect their ever-growing number of devices to a wireless network they may not understand.

Tuesday, November 1, 2011

Program to calculate the Typing Speed

/*Program is written in c u just save it with extension .cpp . Because this program uses class and friend function so it's a cpp programm */

#include  <stdio.h>
#include  <dos.h>
#include  <conio.h>
#define   ESC 0x1b
#define   BSPACE 0x08

const unsigned long far * const dosTime = (const unsigned long far * const)MK_FP( 0x40, 0x6C );

class Timer

Student Management System / Information System


/* Student Management System */

#include <stdio.h>
#include <alloc.h>
#include <stdlib.h>
#include <conio.h>
#include <ctype.h>
#include <string.h>

/* function prototypes */

void create( char *, int, int, char * );
void printnode( struct node * );
void display( struct node * );
struct node * search( struct node *, int );

Converting Roman letter to Decimal value

//Converting Roman letter to number

#include<stdio.h>
#include<conio.h>
#include<string.h>
#include<stdlib.h>
void main()
{
int *a,l,i,j,k;
char *s;
clrscr();
printf("Enter The Roman Number use upper case letters");

Convert decimail to roman

//Convert decimail nos to roman equivalent upto 10,000

/*
                     Roman      Decimal
                     1                  i
                     5                  v
                     10                x
                     50                l
                     100              c
                     500             d
                     1000           m                 */


#include<stdio.h>
#include<conio.h>
void thousand(int i) //Function for generating roman equivalent of 1000's
{
                int x;
                for(x=1;x<=i;x++)
                printf("m");
}
void hundred(int x) //Function for generating roman eq of 100's

Telephone Directory

/* PROGRAM TO IMPLEMENT A PHONE RECORD DATABASE USING LINKED LIST
AND FILE HANDLING USING FORMATTED I/O FUNCTIONS fscanf() and
fprintf()
*/

# include <conio.h>
# include <stdio.h>
# include <alloc.h>
# include <string.h>

struct node
{
int num;
char name[15];
struct node *next;
};

Guessing Game in C

//Guessing Game in C

#include <stdio.h>

int main()

{
         int mybday = 20; //declare variable to be guessed
         int guess;    //declare variable to store guessed date
         int max = 31;     //declare variable to test for invalid input
         int min = 1;   //declare variable to test for invalid input
            clrscr();
         printf("Try to guess the day of my Birthday: "); //display the intro and directions
          scanf("%d",&guess);   //`get the users guess and store it in the variable guess

         if (guess == mybday)
                 {
                 printf("You Win!!");    //print you win if guess is correct
         }
         else if (guess < min)
                 {
                 printf("Thats NOT A DATE!!"); //print `Error for invalid input
         }
         else if (guess > max)
     {
                 printf("There isn't %d days in a month!",guess);  //print Error for invalid input
         }
         else if (guess > mybday)
         {
                 printf("Too High!");  //print too high if guess is above answer
         }
         else if (guess < mybday)
                 {
                 printf("Too Low!"); //print too low if guess is below answer
         }
                 else
         {
                 printf("Try again!!");    //Print try again if guess if all else is not true (not possible)
         }

         return 0;
}

Analog Clock Program

//Analog Clock Program
//code will work on windows xp / dos box /not in win7

#include<graphics.h>
#include<conio.h>
#include<math.h>
#include<dos.h>
void main()
{
int gd=DETECT,gm;
int x=320,y=240,r=200,i,h,m,s,thetamin,thetasec;
struct  time t;
char n[12][3]={"3","2","1","12","11","10","9","8","7","6","5","4"};
initgraph(&gd,&gm,"f:\arun\tc");

Program for Decimal to Roman Number conversion

//Program for Decimal to Roman Number conversion

#include<stdio.h>

main()
{
int a,b,c,d,e;
clrscr();
printf("Input a  number (between 1-3000):");
scanf("%d",&e);
while (e==0||e>3000)

program for mobile billing management

# include <conio.h>
# include <stdio.h>
# include <alloc.h>
# include <string.h>

struct node
{
int num;
char name[15];
struct node *next;
};

Sunday, October 23, 2011

Google hacks

Google’s Advance Search Query Syntaxes
Querying for vulnerable sites or servers using Google’s
advance syntaxes
Securing servers or sites from Google’s invasion

download eBook
http://www.adrive.com/public/a1667a879ffa833edae78e013da337a4103fb47edfa30a9afa865539b43a8c54.html

Smart Cover security flaw for any iPad 2 using iOS5


First Siri starts doling out personal info when your phone is locked, now comes an even bigger security oversight in iOS5 for iPad 2 owners.
Anyone with a Smart Cover can get into your iPad 2, reports 9to5Mac, even if you've been careful and locked it with a password. That sound you hear is a thousand Apple programmers facepalming at once

Friday, October 21, 2011

Techno Sparks: The competition: Google introduces Android 4.0 Ice Cream Sandwich and the Galaxy Nexus

Techno Sparks: The competition: Google introduces Android 4.0 Ice Cream Sandwich and the Galaxy Nexus

Techno Sparks: TuneUp Utilities 2012 v12.0 Final Incl Keymaker-CORE

Techno Sparks: TuneUp Utilities 2012 v12.0 Final Incl Keymaker-CORE

TuneUp Utilities 2012 v12.0 Final Incl Keymaker-CORE

TuneUp Utilities can make your Windows operating system faster, more comfortable and more secure with just a few mouse clicks. And all operations performed on the operating system are completely safe, because all changes are monitored by TuneUp Rescue Center and can be undone at any time. All TuneUp Utilities modules can be accessed through a common interface that is divided into six categories.

 The software helps both beginners and experts to make Windows meet their needs in a way that is better, easier and safer. All important system options are explained in an easy way and can be turned on or off at the click of your mouse. TuneUp Utilities will then make the necessary changes in the registry or boot files automatically. We place a high value on system stability, so that Windows won’t stop working reliably. And most changes that you make can be undone in TuneUp Rescue Center – easily and safely. TuneUp Utilities automatically runs important maintenance tasks for you, makes you aware of any problems and offers simple solutions. This ensures performance is always at its best. A slow and untidy computer is now a thing of the past for you. You can also use TuneUp Utilities to customize the appearance of your Windows system – to make working on your computer more enjoyable.

download link
http://depositfiles.com/files/fjofyi3is
http://www.adrive.com/public/01717b4fc60705413b4b249424476d2c6a8fc05505d22a64a647ae151210c633.html