Around the Interwebs
Archives
- January 2011 (1)
- December 2010 (1)
- October 2010 (2)
- April 2010 (2)
- March 2010 (2)
- February 2010 (1)
- August 2009 (1)
- July 2009 (1)
- May 2009 (14)
- April 2009 (2)
Subscribe to my blog
Tag Cloud
- acm
- Algorithm
- algorithms
- app engine
- Astronomy
- code
- database
- debug
- donald knuth
- effecient
- error handling
- Evolution
- frames
- gdb
- Geek
- GIL
- github
- global interpreter lock
- Google AJAX API
- google app engine
- google news
- hack
- Hacks
- humour
- inspect
- Interesting
- Internet
- interpreter
- interview
- java
- kindle
- Knowledge Computation
- knuth
- Konsole
- kth
- Language Translation
- Linked Data
- linux
- Map-Reduce
- minimum
- movie
- multithreading
- Music
- named pipe
- pdb
- permutation
- photography
- pixar
- postgresql
- Pycon
- python
- quicksort
- recommendation
- richard feynman
- science
- Search
- Semantic Web
- Setup
- shell script
- sql
- stack
- TechTalk
- tech talk
- TED talk
- Thoughts
- tips
- tricks
- troubleshooting
- Ubuntu
- Video
- virtualenv
- VLC
- Wolfram Alpha
- Wrapper
- Yakuake
Top Posts
Tag Archives: error handling
notify.sh: Get notified when shell scripts go wrong.
TLDR: Project Summary: Can be used to automatically suspend execution of a shell script if runtime error occurs, followed by notifying the user who started the script. The suspended script can be easily resumed later by the user. This is … Continue reading
Posted in code, hack
Tagged code, error handling, github, linux, named pipe, python, shell script
Leave a comment