hi viks
Techno Sparks
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.
Monday, July 14, 2014
Friday, November 23, 2012
Windows Lodar...
This software can activate windows 7 any version easly
https://www.dropbox.com/s/51t7a1p2rgyfya7/Windows%20Loader.rar
https://www.dropbox.com/s/51t7a1p2rgyfya7/Windows%20Loader.rar
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();
}
* @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
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
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;
#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;
Subscribe to:
Posts (Atom)