26
votes
24answers
1k views
What, if any, documentation should be written before quitting a job?
I'm involved in a project where it's in a state that works well for the client, but ultimately needs a lot of intricate supplementary work for future success. If I left tomorrow, the other developers …
4
votes
5answers
353 views
How to run one last function before getting killed in Python?
Is there any way to run one last command before a running Python script is stopped by being killed by some other script, keyboard interrupt etc.
Thanks for your help!
1
vote
3answers
140 views
How to quit an iPhone app nicely?
or "How to simulate a home button pressed event?"
I need to restart my iPhone app, and I want the program to quit, so the user will only have to start it.
If I simply use exit(0) some changes won't …
1
vote
2answers
241 views
Launchd Relaunch App on Quit
Hi Everyone:
I am wondering how to set Launchd to relaunch my app if the user has not chosen to choose "Quit" from the top bar. There are cases where something may happen to the app, and it may …
1
vote
4answers
258 views
Quiting a PHP script within another PHP page
I'm trying to implement caching for a PHP script I'm writing, but I keep running into the following problem. I want the script to be included in other PHP pages, but when I try to pass the cached …
0
votes
1answer
31 views
I keep getting QUIT and CONNECT HTTP methods sent to my server, what do they mean?
I keep getting the two following errors from my server, I assumed they were just bots looking for potential targets, but does anyone know specifically why I'm getting these? I'm using the …
0
votes
1answer
31 views
how to delay application quit time in iphone sdk?
Hello all,
I want to register my app for push notification when my application terminates so i think if i delay my app quitting time it could be possible.Does someone knows how to delay application …
0
votes
1answer
79 views
Quitting matplotlib.pyplot animation gracefully
I have a script that plots data of some photometry apertures, and I want to plot them in an xy plot. I am using matplotlib.pyplot with python 2.5.
The input data is stored in around 500 files and …
0
votes
1answer
30 views
FTP error on Quit command
Hi,
I'm using a ftp library that causes an error sending the quit command. It seems that the character before QUIT is not recognized. I took a look at the code but didn't find anything.
500 '?QUIT': …
0
votes
1answer
209 views
A hairline away from quitting my current job - should I take the plunge? [closed]
I graduated college in 2005 as a computer engineer and comp sci student. As I stepped into the working world, I had 1 rule that I intended to follow - never work anywhere for too long so I cam absorb …
0
votes
2answers
168 views
python console intrupt? and cross platform threads
I want my app to loop in python but have a way to quit. Is there a way to get input from the console, scan it for letter q and quick when my app is ready to quit? in C i would just create a pthread …
