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.
Its all about Computer science. Latest Techno Information. New Techno Release Info, Techno tips, Programming Articles and codes, Old and New tricks, Product reviews etc.
Saturday, November 5, 2011
GeoIQ Releases Real-Time Streaming Social & Device Data & Mapping API Platform
Location 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.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?
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
#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");
#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");
Subscribe to:
Posts (Atom)