16 projects tagged "IBM Public"
IBM OpenDX, the successor to IBM Visualization Data Explorer, (known simply as DX) is a general-purpose software package for data visualization and analysis. It employs a data-flow driven client-server execution model and provides a graphical program editor that allows the user to create a visualization using a point and click interface. Applications can also be built on top of portions of the Data Explorer system, so that custom, turnkey applications can be easily developed using DX as the computational and rendering engine.
JTOpen is the open source version of the IBM Toolbox for Java. This set of Java classes allows any Java-enabled client to access data and resources on an iSeries or AS/400 server. It contains a JDBC driver, FTP, remote command invocation, SSL support, and tons of other functionality. It also includes GUI wrappers for most functions, a runtime PCML interpreter, and an XML parser. Most of the classes are available as open source, and the binaries are free to download and distribute.
MPy3 is a full-featured, modular, configurable MP3 player system aimed at jukeboxes or car MP3 systems. It can play MP3s via rxaudio or mpg123, take input from a keyboard (tty), LIRC, or joystick. It does output through a CrystalFontz LCD directly, or through any LCD that LCDProc supports, or even through X. It features playlist support and support for controlling the mixer (using aumix). All of the inputs, outputs, and other functions are controlled via a number of modular libraries which can be used in other projects as well.
Dynamic Probe Class Library (DPCL) is an object-based C++ class library that provides the necessary infrastructure to allow tool developers and sophisticated tool users to build parallel and serial tools through technology called dynamic instrumentation. DPCL takes the basic components needed by tool developers and encapsulates them into C++ classes. Each of these classes provide the member functions necessary to interact and dynamically instrument a running application with software patches called probes. Dynamic instrumentation provides the flexibility for tools to insert probes into applications as the application is running and only where it is needed.
postfix_memcached is a patch to Postfix (2.1 and 2.2) to allow it to use memcache as a map source. The memcache map type can be used to reduce the load on another map type, e.g. pgsql. By placing the memcache map before the pgsql map, a key not found in the memcache will fall through to the database. You'll need to figure out a way to reverse populate the cache from the database yourself. This map type can be seen as an alternative to the proxymap(8) service.