1
vote
1answer
9 views
Tools to evaluate callgrind’s call profiles?
Somehow related to this question, which tool would you recommend to evaluate the profiling data created with callgrind?
It does not have to have a graphical interface, but it sho …
10
votes
11answers
794 views
Having to set objectives for developers, even though objectives don’t work
It is generally accepted that setting measurable objectives for software developers doesn't work , as too much focus on the objectives can lead to behaviour counter to the organisa …
0
votes
1answer
20 views
Tests for Evaluating an Application Stack or Framework
I'm looking for a set of scenarios that can be used to assess the overall elegance, strengths and weaknesses of a given MVC framework.
For instance, one such test could be how cle …
1
vote
4answers
68 views
C# bool expression evaluation order [closed]
Possible Duplicate:
== Operator and operands
Possible Duplicates:
Is there any difference between if(a==5) or if(5==a) in C#?
== Operator and operands
Ok, this …
0
votes
1answer
16 views
Deferred Evaluation of strings in Linq to SQL
I seem to be having a problem when using Linq to Sql in which the Where method adds a string reference to the criteria list. When the reference is changed, it produces erroneous r …
0
votes
0answers
14 views
What are some tips for doing a technical evaluation of a web application
I have to start doing technical evaluations of web applications, mostly ecommerce. I'm just looking for some good points to touch on in terms of
Server Configuration,
Security,
…
0
votes
1answer
39 views
IronRuby performance issue while using Variables
Here is code of very simple expression evaluator using IronRuby
public class BasicRubyExpressionEvaluator
{
ScriptEngine engine;
ScriptScope scope;
public Exception LastExcepti …
1
vote
8answers
307 views
Why .NET and Java on server side?
Java and .NET are two languages targeted at removing platform dependence. This is achieved by adding a virtual machine/framework between the code and the OS.
So, what is the poin …
1
vote
5answers
303 views
Javascript parser for simple expression
I would like to find a javascript parser that can handle and evaluate simple expressions. The parser should be able to evaluate the regular mathematical expressions, and support cu …
94
votes
33answers
4k views
How Can I Know Whether I Am a Good Programmer?
Like most people, I think of myself as being a bit above average in my field. I get paid well, I've gotten promotions, and I've never had a real problem getting good references or …
1
vote
1answer
17 views
Monitoring Eclipse Window Acceptance
I know that the Eclipse Foundation has a Program withhin Eclipse (I guess it's a Plugin) that can Monitor the User behaviour. E.g. what Window was used how many times.
I forgot th …
0
votes
2answers
145 views
Haskell recursive problem, tiny parser. Check variables
I'm still working on a tiny parser for a tiny language defined in a task at school. The parser that generates an AST(Abstract syntax tree) is working. What I want is to check the d …
0
votes
2answers
121 views
Performance Evaluation of Linux Scheduler
Hi
I have done some simple changes to the scheduler in the Linux Kernel. Now, I would
like to see how those changes affect the response time of the system; in other words,
I woul …
1
vote
7answers
332 views
How is if statement evaluated in c++?
Is if ( c ) the same as if ( c == 0 ) in C++?
0
votes
2answers
39 views
Piwik Web Analytics - Anyone with experience of it?
I'm considering trying to get more granular analytics for my sites than the free plan on my current provider, Clicky, provides.
Piwik looks like a strong contender in the analytic …
