4:23 pm - Wednesday February 8, 2012

Tag Archives: code

Stack Root Node

Simple C Program for Stack using Linked List

This is a simple C program for Stack datastructure using Linked List and user defined structure data type. The function performs “Push” and “Pop” operations in the Stack (LIFO , FILO) in which is defined in the form of...

Simple C Program for Queue using Linked List

The below is a simple program for the implementation of a Queue Data structure using Linked List. The program uses an user defined data structures namely “Node” which stores the value and the reference to the Next node. There are...
warfare

Warfare 1944 World War Game

Warfare 1944 is one of the Best online based War game that will take you back to the World War 2 scenario, where the US face the Nazis. The game lets you choose from any of the two sides and progresses in a Campaign mode to win the final battle....

Visual Basic SendKeys Syntax Usage

Visual Basic SendKeys is one very interesting and important function in Visual Studio. The post explains the Send Keys Syntax, Example and Common Errors in SendKeys. Previously in Visual Basic 6 and early, we were using the dll file to Send...
Feed with Images from External Website

WordPress Get RSS Feed with Thumbnail Images

I was recently approached by one of my friend who needed a small help in WordPress. He own two blogs and he wanted to display the feeds of the second blog in the first blog. That was quite easy as there are many plugins, inbuilt within WordPress...
Alexa Rank using PHP

Get Alexa Rank using Php

Here is a simple PHP script to get the Alexa Rank of any website. This script can be used to display the Alexa Rank without any widget or plugin. Some people tend to enter the Alexa Rank in About Us page, but since the rank keeps changing they...