PonyProg is a serial device programmer with a user friendly GUI framework available for Intel Linux and Windows. Its purpose is being able to read from and write to most serial devices. At the moment it supports I²C Bus, Microwire, SPI eeprom, the Atmel AVR, and Microchip PIC micro. Hardware programmer (SI-Prog) schematics are included.
Web+Shop is a user-friendly e-commerce shopping cart application for the Web. With Web+Shop, merchants and ISPs can quickly create Internet malls and shopping carts. Once built, the shops can be used to sell products, manage inventory, fill orders, manage customers/shipping/tax, and execute transactions online. Store owners can now utilize real-time shipping via FedEx, UPS, and USPS. Customers can browse products, add/remove products from the shopping cart, check out, select a payment method, view invoices, confirm the order, and check the order status. Web+Shop supports full integration with Authorize.Net, Cardservice International, CyberCash, and ICVerify which will allow merchants to securely conduct real-time online payment processing.
mtail is a small tail workalike that performs output coloring using ANSI escape sequences (although the sequences are overridable, so you could cause it to output something else, e.g., HTML font tags). It is written in python, is fairly small, and should be relatively platform-independent.
The JThread package contains classes that represent a thread and a mutex. On a Unix-like platform, the pthread library is used as the underlying thread mechanism. On an MS Windows platform, Win32 threads are used. By using these wrapper classes, you can easily create applications that use threads without having to worry about which platform the program will be running on.
QWPython is a Python-powered QuakeWorld dedicated server. The core engine has been wrapped up as a Python module and altered to call back to Python to execute Quake game logic. A QuakeC - Python translator is also included, along with pre-translated versions of Deathmatch and Capture-The-Flag.
Audacity is a cross-platform multitrack audio editor. It allows you to record sounds directly or to import Ogg, WAV, AIFF, AU, IRCAM, or MP3 files. It features a few simple effects, all of the editing features you should need, and unlimited undo. The audio I/O uses PortAudio, which fully supports OSS, Mac OS X CoreAudio, and Windows WMME, and can be compiled with support for ALSA and Jack.
WANPIPE S-series is a family of intelligent multi-protocol WAN and ADSL adapters that support data transfer rates up to 8Mbps. All WAN protocols supported by WANPIPE are implemented in firmware and run on the card. An advantage of an intelligent adapter is that it offloads the system CPU and improves stability. By adding a Sangoma WAN/ADSL component to the Linux kernel, one can create a powerful multi-T1/ADSL router/firewall with proven reliability of Linux. Sangoma S-series cards support an optional on board T1/E1 CSU/DSU that eliminates all external components of a traditional routing solution: i.e. T1/E1 line can be directly connected to the card. WANPIPE supports the following protocols, ATM, ADSL, Frame Relay, PPP, MULTILINK PPP, CHDLC, X25(API), BitStreaming (API), BiSync(API), and SDLC(API). Furthermore, WANPIPE supports custom API development such as: Credit card verification, Voice-over IP, Satellite Comm. All device drivers are part of the standard Linux Kernel distribution.
psycopg is a PostgreSQL database adapter for the Python programming language. Its main advantages are that it supports the full Python DBAPI 2.0 and it is thread safe at level 2. It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. The psycopg distribution includes ZPsycopgDA, a Zope Database Adapter.