1438 projects tagged "Linux"
Sitegrab is a URL grabber that parses IRC logs for data and then inserts it into a database that can be searched through a web interface using a combination of announcer name, date, partial url, and type of url. Also supported is an administration mode whereby urls can be edited and deleted through the web interface.
sms-queue handles an SMS queue for small networks or single user machines. It is designed for areas where many SMS messages are sent. It does not actually send the SMS itself, but instead calls an external application (depending on the SMS gateway you want to use) via a simple standard interface. The communication between client and server is based on a simple ASCII protocol over TCP/IP which should make it easy to develop your own frontend.
SnapSource is a utility written in Perl to automatically and periodically take a snapshot (incremental backup) of your source code and display the modifications in a 2-column (original and modified) format similar to that of cervisia. Changes, additions, and deletions are displayed in different colors, customizable per user preference. It is not another CVS, and it is not a front-end to CVS, but it is supposed to be used in between CVS commits.
soundgrab provides a cassette deck-like command line interface (ff, rw, jump to position) plus some other commands that let you easily select and save your favorite parts of a big volume of Ogg or raw audio in Ogg, FLAC, raw, cdr, or wav format. If you have a favorite radio show that plays hard-to-find things at a time when your boss insists you should be at work, you can record it, then come home later and save your favorite parts.
Some Things About My Own Server (STAMOS) is a perl script that gathers infomation about the computer is is running on (mainly from /proc) and writes these into an HTML file. This information consists of CPU (name and bogomips), amount of RAM, OS, load averages, currently mounted hard drives, current uptime, and best uptime. The language of the output file can be changed. For finding out the uptime, STAMOS needs uptimed (by Rob Kaper).