Hi all here is a solution for crackling sound and auto volume change problem while playing music with full volume level in Ubuntu and Linux Mint (Any Version) .
Sunday, 7 June 2015
Thursday, 8 January 2015
Java Program to swap two numbers without using temp variable
public class SwapNoTemp
{
{
Monday, 28 July 2014
C++ program to create a binary search tree (BST) and to perform in-order, pre-order and post-order traversal
/* Program to create a BST and to perform in-order, pre-order and post-order traversal */
Thursday, 24 July 2014
C program to reboot the system using int86 () function
/* Program to reboot the system using int86() function.*/
C program to generate possible combinations in a 3 digit positive number
/* Program to generate possible combinations in a 3 digit positive number */
C program to print a text in reverse order
/* Program to print a text in reverse order */
C program to find the smallest and largest of an integer
/* Program to find the smallest and largest of an integer */
Subscribe to:
Posts (Atom)