Profile
Achievement
CUViper's Recent Snippets
- All /
« Prev 1 Next »
I don't like having the "Open Notebook" text next to the status bar icon of Google Notebook's extension for Firefox. Add this snip to userChrome.css to make it go away!
1
663
posted 17 years ago by CUViper
With the typical fork+exec method of spawning an application, you are left in the dark about failures in the exec. Once the fork occurs, the "main" process doesn't have any communication channel except waitpid, so it's hard to tell what happened....
1
798
posted 17 years ago by CUViper