17 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.
NLTK, the Natural Language Toolkit, is a suite of Python libraries and programs for symbolic and statistical natural language processing. NLTK includes graphical demonstrations and sample data. It is accompanied by extensive documentation, including tutorials that explain the underlying concepts behind the language processing tasks supported by the toolkit.
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.
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.
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.