Friday, August 22, 2008

IDENTITY THEFT

Today one of the rampant crimes in our society is something called IDENTITY THEFT .Identity theft refers to fraud.It means stealing someones identity for personal benefits.Or in other words identity theft can be said as stealing money or getting some other benefits by pretending to be someone else.
A good example of identity theft is taking a loan from a bank by pretending to be some one else.
Identity is also be stolen from our computer database( via hacking,trojan horses).


TIPS TO PREVENT IDENTITY THEFT FROM PC

  • Install a good anti virus software on your system and update it regularly to prevent viruses and worms to send or receive data from your computer.
  • Protect the data which contains personal information using a strong password.
  • Engage in online shopping with only those sites which have strong privacy and security policy.
  • Beware of 'phishing emails'.These are send by frauds who pretend to be from ebay,paypal etc asking for personal information.Do not respond to them.for more info visit http://antiphishing.org
  • Install firewall protection to prevent unauthorized access to your PC by any hackers or fraudsters.

Tuesday, August 19, 2008

GEC SKP GALLERY

THE EVOLUTION OF GOVERNMENT ENGINEERING COLLEGE SREEKRISHNAPURAM.






<<-----This is how it started












The college building under construction---->>






















The is GEC SKP in 2008----->>










<<<-------Hey looks nice











Now looks like a college------->>>












<<-----Future of GEC SKP










Now that's my GEC SKP. Hope to see u soon------>>>









gec skp gallery(updated 2009) --CLICK HERE

Monday, August 18, 2008

FORTUNE MAKING MACHINES--ONLINE ADVERTISING PROGRAMS

One of the main money making streams of todays world is undoubtedly the online advertising market. Many people are earning a good living by online advertising.Online advertising has changed the fortune of many Mr. Amit Agarwal of Labnol.com to name a few. Earlier it was only the google adsense program which enabled online advertising for bloggers and mini site owners.But now the situation is quite different.Many number of online advertising programs have come into existent. List of other popular online advertising programs is as follows:
  • GOOGLE ADSENSE: The one which started the first and is still reigning supreme is the google adsense program.Although now google adsense has made its privacy policies quite strict it isnt easy for many to get into adsense program. click here to fill up adsense program
  • CLICKSOR:Another online advertising program next to adsense is clicksor.The main disadvantage is that they are not at all interested in small time web publishers.They accept only content related sites or blogs and one with a large audience.They make payments both via checks and paypal.Through paypal they pay you when you earn a minimum of 20$ while if through checks they make payments only when its reaches a minimum of 50$.click here to visit clicksor
  • CHITIKA:Another program in the list is chitika.It is different from other advertising programs.They show only product related ads.For example if you run a blog on automobiles they will show ads related to only automobiles.If people purchase these products you get paid.This is referred to as impulse marketing in the form of eMinimalls.click here to visit chitika.
  • BIDVERTISER:Another one is bidvertser.It is an usefull alternative to google.They allow us to modify the look and design of ads to suite our pages.They make payments via paypal when minimum of 10$ and via checks when minimum of 50$.click here to visit bidvertiser
  • WIDGETBUCKS:It is a new ad network.They show shopping ads with a great looking widget.click here to visit widgetbucks

Sunday, August 17, 2008

THE WORLD TRADE CENTRE TRICK

This is something that i stuck upon while surfing through the net which reminded me of the WTC incident.

  • Simply just take a text file in notepad in your computer and type in Q33N ........................
  • Then increase the font size to 72.........................
  • Change font to Wingdings

Hope u will be amazed............

Saturday, August 16, 2008

HOW TO RUN APPLICATIONS THROUGH WINDOWS COMMAND PROMPT

For running software appplication in windows in command mode
follow the following steps---

Suppose for running winamp application which is already installed.
create a playlist in winamp with a name. e.g music.m3u

step1: firstly open the command prompt from start menu create
a batch file in the c drive with extension .bat for example mp3.bat.
Batch file can be created by command edit mp3.bat

step2: after the batch file has been created type the following
command as shown in mp3.bat:

cd "Program Files"
cd Winamp
winamp.exe music.m3u
cd \

step3: after this save the file and type mp3 at c prompt and see
the application running.




Monday, July 14, 2008

SWAP NOs USING BITWISE

#include
main()
{
int a,b;
printf("ENTER VALUES FOR a and b\n");
scanf("%d%d",&a,&b);
printf("a is %d\n",a);
printf("b is %d\n",b);
a=a^b;
b=a^b;
a=a^b;
printf("a is%d\n",a);
printf("b is%d\n",b);
}

C PROGRAM ON PEMUTATION OF STRINGS

void prm(char s[],int begin,int end)
{
char t;
int k;
if(begin==end)
{
printf("%s",s);
return;
}
for(k=begin;k<=end;k++) { t=s[begin],s[begin]=s[k],s[k]=t; prm(s,begin+1,end); t=s[begin],s[begin]=s[k],s[k]=t; } } main() { char s[100]; printf("Enter the string\n"); scanf("%s",s); prm(s,0,strlen(s)-1); }

Thursday, July 3, 2008

A SNEAK PEEK INTO MY COLLEGE

This is where i belong to GOVERNMENT ENGINEERING COLLEGE,SREEKRISHNAPURAM,PALAKKAD,KERALA (gecskp).

Now a third year computer engineering student i came here in the year 2006 with a dream in my eyes of becoming a computer engineer.Although for me it was a real surprise(better to say"shock") that i got admitted in a govt. college.Like every teenager wishes to study in a world class college with good infrastructure,top class faculty,and ofcourse a good campus, i too wished so but while on my journey kerala i never thought of how my college would actually be like.I was still busy confirming have i really got admitted or its some mistake.

But as far as my fellow classmates and batchmates were concerned they dreamt of gecskp as a college with high buildings and super infrastructure (since being a govt. college).But what they found was really horrible.The classes for the first year was being conducted in rented workshop like rooms.On the first day of our classes the principle addressed us personally and promised that the work would be completed in another six months and we will be shifted to the main building.Now its been 2 years and the construction work still continues.But ofcourse we have been shifted from those rooms to a better place and that too within the campus.The college construction work has speeded up due to some political pressures and college union.And i hope that before completing our btech me and my friends will be able step into the main college building........................................