9:20 am - Thursday February 9, 2012

Archive: Tutorials Subscribe to Tutorials

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...
EA Cricket 2007 Save

EA Cricket Saving Problem

Recently I have been playing EA Cricket 2007 , however I faced some troubles with the game as it failed to save some of the changes I made. For example, If I create a new player or edit the settings in the game, the next time I opened the game...

Generate Random Number of any digits using Visual Basic

Below is a brute force program to generate any number of Random values of given digits using Visual Basic. The code is specific for given input ( 26 Alphabets and 10 Digits). Function generate_Number() As Integer Dim values() As String = {“A”,...
Teamviewer File transfer

Using Team Viewer to bypass Single File Download Limit

Many institutions and companies have restrictions in network so as to avoid congestion. One such type of restriction is the single file download limit, that means an user cannot download a file that is more than the given threshold limit(say...
gtalk_setting

How to Set Proxy in Gtalk

Google Talk is one of widely used chat application in Windows these days. Incase your Internet Provider or the server has any proxy connections , then it must be specified in the each applications in windows so as to access Internet. You may...
Sony vaio ubuntu sound problem

Fix Ubuntu Audio Problem in Sony Vaio

Ubuntu is notorious for its audio problems. Both Desktop PCs as well as laptops mostly fail to recognize the audio device. This post is specifically meant for solving the audio problem in Ubuntu in Sony Vaio laptops. Reason for failed Audio Ubuntu...
opera

How to Change Theme in Opera

Opera at recent times is popular amongst the browsers. Like personas in Firefox , Opera also allows to change its themes. Infact you have a good collection of Themes of Opera available. This guide will help you on how to change the background...
run

Find the Processor Model Number without any software

This guide will teach on how to get the Processor Model and the Speed of the same without using any third party softwares. In Windows you would have been familiar with a tool called DxDiag , we are going to use this tool to retrieve the required...
Stumble Upon Login Form

How to a webpage to stumbleupon using toolbar

This tutorial guides on how to add a website page to StumbleUpon using its toolbar. This can be done by many ways either using the StumbleUpon Toolbar, Manual Entry in StumbleUpon website or StumbleUpon Buttons. Add a website page to StumbleUpon...