This guy has a ton of TiVo 1 software that I am anxious to try. Among other things, he has a version of libc that solves the "Illegal Instruction" errors that occur in a number of utilities, because TiVo's libc is broken. Tim's...
This is one of my favorite Bourne shell functions. It lets you repeat any command at a regular interval. rept () { delay=$1; shift; while true; do eval "$@"; sleep $delay; done } For example, if you want to monitor the size of a...
Nvu an HTML editor that is built on the same Mozilla platform as Firefox. This version has experimental XHTML support, line numbers in the HTML Source view, support for editing PHP code and HTML comments and fixes for many bugs....
Again, Firefox could not detect that there was an update so I saw this on my My Yahoo! page's RSS feed of Mozillazine. Version 0.9.3 is out and has bug fixes, including restoring the update functionality. Web Developer Extension...