Saturday, September 29, 2012

java script quick reference guide

The most advance book for all java script programer a quick reference guide to java script, hope you all will enjoy..
  

Download link:

interface exapmle in java

* program to impliment interface
 * @author vikas
 * @version 1.00 2012/9/28
 */


interface shape{
    public String bclass="shape";
    public void draw();
}

Wednesday, September 26, 2012

10 less-known but awesome Google products


10 less-known but awesome Google products


With Google's vast range of products, even their own employees might not be aware of everything on offer. Hitesh Raj Bhagat & Karan Bajaj show you how to use Google for more than just search & mail.

Cookin with Google 
This customised search lets you find recipes from across the world. Through this page, Google will only search through food sites that provide recipes and remove useless links that just have the search terms mentioned. The results you get can be further filtered using various heads — special recipes for diabetics, low-fat recipes, for vegetarians for weight watchers and so on.
http://goo.gl/0oCea
10 less-known but awesome Google products

Navigation & Traffic 

Monday, September 24, 2012

Tic Tack Toi game in c

#include<graphics.h>
#include<iostream.h>
#include <conio.h>
void main()
{
start: int a[3][3]={5,6,7,8,9,10,11,12,13},i,j,k,x,y,t,cn=0,co=0;
char c;
static int nod=0,nn=0,sc[2]={0,0};
nod++;
clrscr();
int driver=DETECT,mode;