Archive : Tutorials

RSS feed

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 two basic functions defined in this Queue structure – Enqueue and Dequeue using Linked List. [...]

Filed in: Tutorials
0

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 it failed to retain the [...]

Filed in: Tutorials
0

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”, “B”, “C”, “D”, “E”, “F”, “G”, “H”, “I”, “J”, “K”, “L”, “M”, “N”, [...]

Filed in: Tutorials
0

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 15mb). Very recently I have found a way to share more than the limit – [...]

Filed in: Tutorials
0

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 face problems like Gtalk not signing in or other network problems with [...]

Filed in: Tutorials
1

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 10.04 is loaded with the old version of ALSA (Advanced Linux Sound Architecture) [...]

Filed in: Tutorials
1

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 image , theme of Opera. How to Change the Background Theme in [...]

Filed in: Tutorials
2

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 information. Also this tool can give various other [...]

Filed in: Tutorials
1

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 using Toolbar For this you need to have the StumbleUpon Toolbar installed in your [...]

Filed in: Tutorials
0

How to Change Background Image in GTalk

This tutorial is on how to change the background image of Gtalk without using any third party software. You would have seen several themes for Gtalk (in the Settings -> Appearance ) , each of the theme has its own stylesheet that can be edited by the user. We use this feature to add background [...]

Filed in: Tutorials
5
© 2010 ByteChip – The Complete Technology Blog. All rights reserved.