Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
495 views

What are some best practices for handling sensitive information?

I'm currently creating an application for a customer that will allow them to automatically bill their customers credit cards. I'm curious as to what are some best practices to safely store and ...
2
votes
1answer
63 views

What's the best way to deploy an image servlet to maintain confidentiality of images?

I have a servlet for allowing manipulations of images - zoom, etc. What's the best way to deploy this service so that the users of the servlet keep their images confidential? I assume this means ...
1
vote
1answer
734 views

How to use XPSDocument to open a XPS file that is contained in a WPF application as a binary resource?

Basically I have embedded a xps file in a WPF application containing a XPSDocument Viewer as a resource. On loading the application, I just want the document viewer to display that embedded resource. ...
1
vote
3answers
127 views

Confidentiality agreement for a specification

We agreed some time ago that a company produce a specification for a piece of internal software. Until they produce the spec, we won't agree to the contract for the implementation. They have sent us ...
1
vote
2answers
2k views

How to calculate mean based on number of votes/scores/samples/etc?

For simplicity say we have a sample set of possible scores {0, 1, 2}. Is there a way to calculate a mean based on the number of scores without getting into hairy lookup tables etc for a 95% ...