Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
10answers
913 views

Does Amazon S3 make any sort of guarantees on your data?

I've read over the agreements several times, and I can't find anything that guarantees Amazon will not lose or corrupt your data. Do they make any such guarantees? Can I trust S3 as my long term ...
3
votes
8answers
287 views

What are some online solutions for easily accessing my source code from anywhere?

I'm a college student and at any given time I have 4-5 programs I'm writing in various languages for various classes/projects. At any given hour of the day I might be in the library, at home, in any ...
2
votes
2answers
191 views

Error Correction Libraries?

I'm interested in using a Reed-Solomon error correction [http://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction as a reference] to try to rebuild files from partial bits of a file. I'm ...
1
vote
1answer
108 views

Image compression web app,can you suggest steps to achieve it

I'm building a web app,which actually does image compression for the user's image,I want to ask, the image compression algortithm's that we implement in MATLAB like Kekre's Algorithm,zero tree ...
0
votes
1answer
229 views

list contents of on-line folder with restricted access (and how to prevent this)

I restricted access to my Internet folder, e.g. http://www.my-domain/my_folder/my_sub_folder/ So that, for anybody access is denied (403 Forbidden message) If I provide someone with a direct link ...