2
votes
How to programmatically capture a web page with forced updates.
Install Firefox and GreaseMonkey. Have the GM script add DOM events where appropriate to track modifications. You can then use XMLHttpRequest …
0
votes
How to know if a process had been started but crashed in Linux
I don't know of a standard way of getting all the process names that have executed; there might be a way however to do this with SystemTap …
