35 projects tagged "Freeware"
tocgen is a versatile command line cdrdao toc file generator, written in Python, of particular use to those wishing to split tapes and LPs into tracks. The ability to split a wav file into regular sized tracks with little effort is what most distinguishes tocgen from tocmake and wavtoc. It was written with a view towards clarity and therefore should be easy to modify, if necessary.
cats2procmailrc is a filter to generate a .procmailrc file from a much terser and friendlier file consisting mostly of single-line rules. These suffice to do the most common mail filing, making maintenance of a procmailrc very easy for someone with more than a few filing rules. Each rule normally names the folder, an optional subject tag, and the pattern. Raw procmail rules may also be included for those rare complex filings.
XMail Queue Manager gives you control over an XMail Server's multi-level nested mail queue. You can use it to track messages in their different states (sending, resending, and frozen). Statistics tell you about the number of spooled messages. You can sort entries by any column header field, and can start and stop the server directly. The cross platform remote control feature allows you to manage queues on remote servers without a GUI.
PyHtmlTable is a class for Python CGIs to generate HTML tables on the fly. It allows you to set individual row and cell attributes via arbitrary dictionaries, and span rows and columns. It autogrows the table if cells are set outside its initial range. It allows dynamic insertion of new rows and columns anywhere in the table, and allows bulk population of table data via arrays to arbitrary locations in the table. It also provides default cell attributes for tablewide uniformity and the ability to override these on a cell-by-cell basis. PyHtmlTable is intended to be a functional equivalent to Table.pm or Table.php.
uEdit is a simple plain text editor with useful custom features. It can include existing text files and the output of AppleScripts that generate text parts. Text file can be created from templates, and debugging features are included for Perl, Python, and HTML. Actions are also provided for HTML, AppleScript, JavaScript, CSS, and text manipulation scripts.
dnspython is a DNS toolkit for Python. It supports almost all of the record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records.