Questions tagged [recover]

The recover tag is used to mark questions that have something to do with recovering data. By itself, it is ambiguous and useless and must be combined with other, appropriate tags such as software packages and database system tags, operating system tags, programming language and programming language environment tags.

Recovery usually involves some need to regain lost data whether that data is management data such as the management data of a database resulting in database access failing or raw data such as the contents of a database record or a file.

Any post using the [recovery] tag must include additional tags and a write up that helps the reader to know the context of the failure that lead to data loss along with the operating environment at the time of the data loss.

The post should include what was being done at the time of the data loss, any error logs generated, steps taken after the data loss such as recovery procedures executed along with their results, and a description of the actual data lost.

Context information may include: the operating system, the database system, the source code repository package, the programming language being used, the kind of data that was lost, and/or the IDE being used.

322 questions
-2
votes
1 answer

HP Recover command promt not showing up

Today I was removing Ubuntu from my sister's pc (don't ask why it was on there ;P) and it said to delete the Ubuntu partition. I deleted the right one, and I put my HP Recovery disk in, but there's no option to open a command prompt, so I could…
-2
votes
1 answer

Android Eclipse key store alias key : is it possible to recover a key?

can anyone clarify me that is it possible to recover keystore alias key? i am in big trouble my app is already on playstore and update is ready,and stuck at this point Here is link bruteforce using from last two days,nothing works for me..
manoj
  • 43
  • 6
-2
votes
1 answer

C. CS50 recover assignment, recovering Jpg images

I have a question about how to recover jpg images (it's an assignment for CS50). My code works for the most part (I believe), however I only get a bunch of thumbnails when I open the jpg's I found. I've been trying to solve this exercise for quite…
-3
votes
3 answers

Recover Xcode project from iphone?

My computer recently crashed and I lost my entire Xcode project. However, the project is till sitting on my iphone, is there any way i can recover it?
-3
votes
2 answers

Does golang support global recovery?

I have a program with lots of goroutines, and I want to handle the panic globally. It looks like I have to add a recovery in each of the goroutines, is there a way to do it globally? I wrote a test program and I add a recover() in main, but it won't…
daisy
  • 22,498
  • 29
  • 129
  • 265
-4
votes
1 answer

CS50 recover segmentation fault 2021

hi guys when i run this code it keeps prompting segmentation fault. can anyone tell me whats going on? appreciate all the help. when i try the debugger it also stops halfway thus i cant identify where is my mistake. no matter how i change my code…
1 2 3
21
22