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 110(0 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!

9.0
The photodelux programme will not open & the following two warnings appear: SHELL 32.DLL  file is linked to missing export SHLWAPI.DLL:SH RegGetUSValue and Photo Deluxe HE 3.1\PD3.EXE A device...
Zones: Windows 98Date Answered: 05/24/2002 Views: 0
I have a file that contains <tab> characters, octal \011, in some lines.  I want to grep the file for the lines containing these characters.  So, I need a way to specify the tab characters to grep ...
Zones: LinuxDate Answered: 03/03/2003 Views: 0
I need a way to lookup logging info on a 2600 router (and for that matter any router).  I have used the sh logging command and I see a only a little info.  What other commands can I issue to see er...
Zones: Networking, FTPDate Answered: 12/28/2004 Views: 0
Hey, one of our employees left the company recently and there is an application on one of our servers with a giant memory leak that I won't have time to debug for a few weeks, so I'm trying to just...
Zones: sh, Linux, Shell ScriptingDate Answered: 09/09/2008 Views: 10
Hello, I need to classify a list of integers which are stored in an ASCII file by means of a 'sh' script. I want to obtain a new file which should contain a list of integers, which show how many in...
Zones: UnixDate Answered: 01/14/1998 Views: 0
I have an array (myvar[0], myvar[1]...myvar[n]..etc.). In a POSIX shellscript, I need a method to return the index number when the array content is given. Maybe I explain another way: I know, th...
Zones: Unix Systems ProgrammingDate Answered: 02/25/2002 Views: 0
hey, I am new in C++ and something always confuses me and need a straight answer --- in MSVC++, is there any difference between these two lines: #include <somefile> #include <somefile.h> Spec...
Zones: C++Date Answered: 02/06/2003 Views: 4
Hello, I look after a CISCO 2600 router. I have a class B ip address leased from our ISP. The router is NATed to allow internal network segementation using  private IPs 10.x.x.x, 192.168.11.x a...
Zones: RoutersDate Answered: 06/10/2003 Views: 0
This morning system performance was degrading as the number of the system processes was exploding. Normally I have about 20 processes running on a database (master..sysprocesses), but in one hour i...
Zones: MS SQL ServerDate Answered: 07/23/2004 Views: 321
I have a shell script, written in Bourne shell: #!/bin/sh and I want to check if a variable is equal or not equal to something.  For example, I tried using: if [[ $STATUS = "BUILT" ]] only...
Zones: Unix Systems ProgrammingDate Answered: 10/07/2004 Views: 15