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 120(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!

8.0
How do I evaluate strings in VB. for example a string contains "+5+10-3", this should be evaluted to return the result 12. The given string should be mathematically evaluted for any such arithmetic...
Zones: Visual BasicDate Answered: 02/08/2001 Views: 0
Basically, I get an overflow with the following below code.  I am assuming that its because of hte speed of hte code, and the second line can't catch up?  So, basically, I want to get "strPercentag...
Zones: MS Visual BasicDate Answered: 01/09/2006 Views: 0
How do I convert this VB into T-sql? @param2 = @param1 - cint(2 * (@param1 \ 7))
Zones: MS SQL ServerDate Answered: 01/08/2007 Views: 0
Hi, I don't know anything about Pascal, or C languages. I need an easy way to have all the possible 6-digits combinations consisting of numbers between 18 till 31. Eg1:  18, 20, 25, 27, 30, 31 ...
Zones: Math & Science, Algorithms, Dev ToolsDate Answered: 01/29/2008 Views: 0
I am writing a korn shell script that takes in the date in the form of YYYY MM DD as parameters.  I need to do a check so that the date entered is no more than three days before the current date, o...
Zones: Unix Systems ProgrammingDate Answered: 01/07/1999 Views: 0
Does the date command do date arithmetic?  For instance, I want to give it the date of 4/27/99 and have it return the previous monday (4/26) and the next sunday (5/1) Thankyou wendy
Zones: Linux, Linux DistributionsDate Answered: 05/04/1999 Views: 0
How to do a arithmetic operation on a date utility.  Like if I add 1 then it should show me tomorrows date
Zones: UnixDate Answered: 08/18/1999 Views: 0
I'm looking for classes that can assist the validation of an arithmetic expression. For example,  it can capture that (3+9) *  4 - 2)  is not valid.  And would be good to create a tree that repres...
Zones: JavaDate Answered: 01/19/2000 Views: 0
I have a problem.Can any of you guys solve for me? Thanks! I have a file which have a few number of columns. I need to select each individual column and in each colume there is a subheading for th...
Zones: Unix Systems ProgrammingDate Answered: 08/30/2000 Views: 0
When I run a simple program with either of these stmts:- *s = *e; OR *e = temp;  I get a error saying: 'The memory could not be "written".'  What do I need to set up or configure so that the progr...
Zones: C++Date Answered: 04/17/2001 Views: 0