Tuesday, November 1, 2011

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