python-tracer
Centralized trace management using sys.settrace
Python tracer module allows several trace hooks to get registered and
unregistered and allow tracing to be turned on and off temporarily
without losing the trace hooks. You can also indicate filters on
events for which trace hooks should fire and mark methods that should
automatically be ignored.
nvtv
tool to control TV chips on NVidia cards under Linux
This is a program to control the TV encoder chips on NVidia cards under
Linux, in order to get tv-out with a wide range of resolutions and
sizes, including "overscan" modes. It does even work with the free nv drivers.
nwall
version of wall that uses GNU readline
nwall is a system-local chat program based on BSD wall. It logs chat, as well
as providing opt-out lockfiles for users who want to be alerted to system
walls, but don't want to be distracted by the nwall chatter.
nzb
Usenet binary grabber
nzb is a binary news grabber written in Qt 4. It natively downloads and decodes
the files specified in the nzb file, an XML format which describes binary
files on Usenet by their message-id. nzb provides support for direct streaming
of media files to your favourite media player.
obexfs
mount filesystem of ObexFTP capable devices
ObexFS uses FUSE to mount filesystems of ObexFTP capable
devices either manually or in autofs style mode.
It can handle all devices that the obexftp package can handle,
connected via serial cable, IrDA, bluetooth or USB.
liboop4t64
Event loop management library
Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular, multiplexed
applications which may respond to events from several sources. It
replaces the "select() loop" and allows the registration of event
handlers for file and network I/O, timers and signals. Since processes
use these mechanisms for almost all external communication, liboop can
be used as a basis for almost any application.