About us  |  Contact  |  Sitemap   

< ? php if (is_front_page()) { dynamic_content_gallery(); } ? >

Latest Posts

JAVA Program to implement Circular Queue using Array

December 24, 2011
Circular Queue

JAVA Program to implement Circular Queue using Array JAVA Program to implement Circular Queue using Array JAVA Program to implement Circular Queue using Array // To Implement Circular Queue Using Array import java.util.Scanner; public class CQueue { int a[]; int rear = 0; int front = 0; int count = 0; CQueue() { a = [...]

Continue Reading →

JAVA program to create Doubly Linked List

December 23, 2011
Thumbnail image for JAVA program to create Doubly Linked List

JAVA program to create Doubly Linked List JAVA program to create Doubly Linked List JAVA program to create Doubly Linked List // To Create Doubly Linked List import java.util.Scanner; class Node { Node next; Node prev; int data; void setData(int v) { data = v; } void setNext(Node n) { next = n; } int [...]

Continue Reading →

The World Of 3D Movies

July 22, 2011
3D Movies

The World Of 3D Movies The World Of 3D Movies The World Of 3D Movies Who doesn’t like movies in 21st Century ? There might be hardly any countable number of persons on earth who doesn’t like movies. Producers are investing more and more today on the graphics and animation, even more than they spend [...]

Continue Reading →

System process at address 0x3bc3 have just crashed

July 19, 2011
System process at address 0x3bc3 have just crashed

System process at address 0x3bc3 have just crashed System process at address 0x3bc3 have just crashed System process at address 0x3bc3 have just crashed What is this ? For those who are encountering this article for the first time, I would like to give you’ll a brief description about what it is. This is a [...]

Continue Reading →

Google Chrome Beta 5 Released

July 12, 2011
Google Chrome Beta 5

Google Chrome Beta 5 Google Chrome Beta 5 Google Chrome Beta 5   Google Chrome achieved lots of love by people all around the world. It is the best browser for some people and at the same time worst for other set of people. It is said that Chrome is the fastest browser , no [...]

Continue Reading →

Top 10 Super Computers In the market

June 24, 2011
Super Computers

A supercomputer is a machine that is at the frontline of current processing capacity, particularly speed of calculation. Supercomputers are used for highly calculation-intensive tasks such as problems involving quantum physics, weather forecasting, climate research, molecular modeling (computing the structures and properties of chemical compounds, biological macromolecules, polymers, and crystals), physical simulations (such as simulation [...]

Continue Reading →

Free Nod 32 Keys Latest and Working

January 26, 2011
Free Nod32 keys Latest and working

Free Nod 32 Keys Latest and Working Free Nod 32 Keys Latest and Working Free Nod 32 Keys Latest and Working Description: Over 70 million users worldwide trust ESET to defend themselves from these attacks. ESET Smart Security is the most effective protection you can use to combat today �Its huge volumes of Internet and [...]

Continue Reading →

Free Kaspersky key | 2048 Days license

January 26, 2011
Kaspersky Key

Free Kaspersky key | 2048 Days license Free Kaspersky key | 2048 Days license Free Kaspersky key | 2048 Days license Kaspersky Internet Security 2011 v11.0.0.232 About KIS 2011 v11.0.2.556 Kaspersky Internet Security 2011 has everything that you need to stay safe and secure while you’re surfing the web. It provides constant protection for you [...]

Continue Reading →

Textaphrenia ! The texting disease

January 8, 2011
Text Message

What is texting ? Well ! 99% of the educated people know what is texting, still if you are from the remaining 1%, I would like to explain you in short what it is Texting refers to messaging using mobile phones , etc. India ranks 2nd in the world in the number of mobile phone [...]

Continue Reading →

Social Engineering

January 3, 2011
Social Engineering

Contents: 1. Introduction to Social Engineering 2. Examples of Social Engineering 3. Methods of Social Engineering 4. Advantage of Social Engineering 5. Are You a Social Engineer? 6. Final Thoughts 1. Introduction to Social Engineering Before I get into the World of Social Engineering, please keep in mind that this guide was made for, but [...]

Continue Reading →