Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 527(0.003 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.6
When I run top I get this result. I wounder why I use nearly 7MB swap when I have 14 MB free memory. Can someone explain that to me. Is something wrong? Do I have to empty the swap partition someti...
Zones: LinuxDate Answered: 02/08/1998 Views: 0
we cannot access the windows swap file, win386.swp.  how do include the code to access this file? Raphael
Zones: C++Date Answered: 04/10/1999 Views: 0
Is a onmouseover image swap and sound effect possible at same time?  I was wondering, if it were possible to have 3 different images swap out and have 3 different sound effects for the images?  If ...
Zones: JavaScriptDate Answered: 12/13/1999 Views: 0
Tags: swap
$a=1 $b=2 how do I swap $a and $b in a "one liner"?
Zones: PerlDate Answered: 06/17/2001 Views: 0
Hi,    the server has 4GB RAM and 2GB was allocated: the top command shows: 4GB real, 1.2GB free, 3.9GB swap in use, 700MB free 1. how does the server comes up with 3.9GB swap in use and 700...
Zones: SolarisDate Answered: 03/15/2003 Views: 0
I would like to if it is possible to swap two resgisters without using a third register. Also how does one rearrange the contents of a register in place such that LSB becomes MSB(Basically revers...
Zones: CDate Answered: 12/23/2002 Views: 0
I know that normally I can't use the same partiton for the swapfile of windows and linux? I would save some space doing so, so I am looking for some alternative solutions.
Zones: Operating Systems, Red Hat Linux, Linux Distribu...Date Answered: 09/01/2003 Views: 0
question is about this code: #include<stdio.h>   void swap(int *a,int *b) { int *t; t=a,a=b,b=t; }   main () { int a=5,b=11; swap(&a,&b); printf (“%d %d”,a,...
Zones: CDate Answered: 09/06/2003 Views: 0
Virtual memory concept involves what kind of swapping.
Zones: Operating Systems, Tivo...Date Answered: 02/21/2004 Views: 0
What I want to do is have my mouse highlight over the thumbnails within the iframe, and once the mouse is over one of those thumbnails, the bigger image will change to that thumbnail picture. ...
Zones: JavaScriptDate Answered: 11/11/2003 Views: 0