The risk-analysis tag has no wiki summary.
-1
votes
2answers
29 views
Software Risk Analysis [closed]
I have written a software application in Visual Basic.NET and have been asked to do a Risk Analysis.
I have the following:
Can I please have some more examples to add to my Risk Analysis.
Thanks ...
0
votes
1answer
17 views
Plotting a heat map for risk [closed]
I am making a risk matrix like heat map with point moving according the value with jquery or javascript ,can any body suggest a plugin or tutorial about making that?
Thanks a lot
0
votes
0answers
51 views
Using JQPlot or some other graphing library to create a risk matrix graph
I've been looking for a good graphing option for a risk analysis matrix, and haven't found one yet. I need to make a risk matrix for a project, and would prefer to use a robust library for it, rather ...
0
votes
1answer
725 views
Any limitations or risks to use Three20 for commercial application development?
In iOS open source community, Three20 is so so so awesome one.
It provides a lot powerful extensions from UI to network ...
My question is any limitations or risks to use it for commercial apps dev ...
1
vote
4answers
172 views
Risk evaluation for framework selection
I'm planning on starting a new project, and am evaluating various web frameworks. There is one that I'm seriously considering, but I worry about its lasting power.
When choosing a web framework, ...
152
votes
9answers
5k views
Cosmic Rays: what is the probability they will affect a program?
Once again I was in a design review, and encountered the claim that the probability of a particular scenario was "less than the risk of cosmic rays" affecting the program, and it occurred to me that I ...
5
votes
3answers
304 views
Why/when are session writes vulnerable to thread termination?
THE CODE:
Session["foo"] = "bar";
Response.Redirect("foo.aspx");
THE PROBLEM:
When foo.aspx reads "foo" from the session, it's not there. The session is there, but there's no value for "foo".
...
2
votes
3answers
216 views
What kind of software risk / threat analysis tools or books are available? [closed]
The situation: I work for a manufacturing company which uses several pieces of in-house software to mass customize our product. The system uses a home grown .NET 1.1 KBE (knowledge based engineering) ...
3
votes
7answers
299 views
Daily risk estimation for your team
Assume that you leads team of 4 developers. How often would you estimate the risk of the project? What do you think about the daily estimation? Do you think that the daily updates of the potencial ...
4
votes
4answers
777 views
Test what you fly, fly what you test. [NASA Principle]
I just stumbled on a principle I can't understand.
Does "Test what you fly, fly what you test" mean that you should develop
and test for the real thing all the time?
Thinking about this, make me ...
5
votes
4answers
297 views
Do you risk analyse your projects?
Do you use risk analyse methods when starting new projects?
I love when fresh ppl start working at the company, they have so much theory they learn and want to implement when they start to work. Risk ...
3
votes
8answers
401 views
What is the best way to analyze a project's risk?
Is there a fool-proof way to pull out all the risks involved in a project? And does it differ depending on the type of projects your working on (ie: website, client/server...)?