Personal tools
Skip to content. | Skip to navigation
The mdbtools-gui package contains the gmdb2 graphical user interface for MDB Tools
This package contains the MDB Tools library, which can be used by applications to access data stored in Microsoft Access databases.
The heart of the Meanwhile Project is the Meanwhile library, providing the basic Lotus Sametime session functionality along with the core services; Presence Awareness, Instant Messaging, Multi-user Conferencing, Preferences Storage, Identity Resolution, and File Transfer. This extensible client interface allows additional services to be added to a session at runtime, allowing for simple integration of future service handlers such as the user directory and whiteboard and screen-sharing.
media-player-info is a repository of data files describing media player (mostly USB Mass Storage ones) capabilities. These files contain information about the directory layout to use to add music to these devices, about the supported file formats, etc. The package also installs a udev rule to identify media player devices.
Mediastreamer2 is a GPL licensed library to make audio and video real-time streaming and processing. Written in pure C, it is based upon the oRTP library.
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
meminfo was born out of a need to report large system memory usage in some meaningful way. ps and top have their uses, as do others, but they have two problems (in my opinion): 1) they don't show URES (unique resident size) 2) the information they provide is of limited value once you start having 1000+ processes on a multi-user system meminfo fills the gap (or aims to at least). Tested on 2.6 kernels and one 2.4 system (debian 3.1) --------------------------- meminfo is Copyright 2006 Aleksandr Koltsoff. meminfo is released under the GPLv2 in the hopes that it may be of use to other people (please see the accompanying COPYING file, or if the file is missing [bad!] you can find it at http://www.gnu.org/licenses/gpl.txt). --------------------------- generates three lists according to real memory usage: - first is sorted by URES per process - second one groups processes according to usernames and sorts that based on ures - third groups based on process names and again sorts based on total ures - fourth is optional and depends whether you have SMP-system or not tries to group memory and runtimes according to logical CPUs if you don't have SMP (enabled), you won't see the fourth report and the first report will be missing the C#-field (CPU that last executed a process). For explanation on URES, please see http://koltsoff.com/pub/ures/ For feedback and patches, please contact me via czr(at)iki(dot)fi while including 'meminfo' in the subject.