Main > Free Download Search >

Free x101.044 ibm software for linux

x101.044 ibm

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 133
X101.044 (IBM)

X101.044 (IBM)


X10 is an experimental new language currently under development at IBM in collaboration with academic partners. more>>
X10 is an experimental new language currently under development at IBM in collaboration with academic partners. The X10 effort is part of the IBM PERCS project (Productive Easy-to-use Reliable Computer Systems) in the DARPA program on High Productivity Computer Systems. The PERCS project is focused on a hardware-software co-design methodology to integrate advances in chip technology, architecture, operating systems, compilers, programming language and programming tools to deliver new adaptable, scalable systems that will provide an order-of-magnitude improvement in development productivity for parallel applications by 2010.

X10 aims to contribute to this productivity improvement by developing a new programming model, combined with a new set of tools integrated into Eclipse and new implementation techniques for delivering optimized scalable parallelism in a managed runtime environment. X10 is a type-safe, modern, parallel, distributed object-oriented language intended to be very easily accessible to Java programmers.

It is targeted to future low-end and high-end systems with nodes that are built out of multi-core SMP chips with non-uniform memory hierarchies, and interconnected in scalable cluster configurations. A member of the Partitioned Global Address Space (PGAS) family of languages, X10 highlights the explicit reification of locality in the form of places; lightweight activities embodied in async, future, foreach, and ateach constructs; constructs for termination detection (finish) and phased computation (clocks); the use of lock-free synchronization (atomic blocks); and the manipulation of global arrays and data structures.

An Eclipse-based Integrated Development Environment (IDE) has been developed at IBM for X10 to help further increase programmer productivity by providing state-of-the-art functionality for viewing, editing, navigating, executing, and manipulating X10 programs. The X10 Development Toolkit (X10DT) is intended to be a full-featured IDE for X10 offering the features Java programmers have come to love and depend upon in Eclipse: a source editor with various coding assists, lightweight information pop-ups, high-level and low-level navigation views, powerful search capabilities, application launch configuration management, refactoring, and debugging support. In addition, the X10DT will include tools, views and refactorings that specifically address the development of highly concurrent software in X10.
<<less
Download (2.0MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1018 downloads
 
Other version of X
x10 0.3.2by IBM. While developed in close contact with the designers of X10 at IBM there are significant ... what might be close to the (non-existant) 0.5 specification of the language, whereas the IBM
License:GPL (GNU General Public License)
Download (8.1MB)
1347 downloads
Added: 2006-02-22
XBlast 2.10.4

XBlast 2.10.4


XBlast is a multi-player arcade game for X11R5/R6. more>>
XBlast is a multi-player arcade game for X11R5/R6 (v2.6 or TNT) and Windows (TNT version only). The game can be played with at least two players and up to six players.

XBlast was inspired by the video/computer game Bomberman (Dynablaster), which was to my knowledge first programmed for NECs PC Engine/Turbo Grafx.

Other commercial versions of the original game exist for IBM-PC, Atari ST, Amiga [trop cool lAmiga], NES, GameBoy and Super NES.
<<less
Download (0.68MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1238 downloads
Rails/Informix 0.1.0

Rails/Informix 0.1.0


Rails/Informix is an ActiveRecord adapter to bring O/RM to IBM Informix Dynamic Server. more>>
Rails/Informix is an ActiveRecord adapter to bring O/RM to IBM Informix Dynamic Server.

Installation instructions:

Copy the file informix_adapter.rb into the directory:

$RUBYLIB/gems/1.8/gems/activerecord-*/lib/active_record/connection_adapters/

where RUBYLIB is probably /usr/local/lib/ruby in Unix, and C:rubylibruby in Windows.

After that edit:

$RUBYLIB/gems/1.8/gems/activerecord-*/lib/active_record.rb

and modify the line with RAILS_CONNECTION_ADAPTERS to look like this:

RAILS_CONNECTION_ADAPTERS = %w( mysql postgresql sqlite firebird sqlserver db2 oracle sybase openbase informix)

Rails configuration:

The adapter has three options: database, user and password, with only database being mandatory. A database.yml file would look like this:

development:
adapter: informix
database: stores

If no user and password are specified, the user running the web server is used.
<<less
Download (0.004MB)
Added: 2006-11-29 License: GPL (GNU General Public License) Price:
1060 downloads
XSDBench 1.0.0

XSDBench 1.0.0


XSDBench is a W3C XML Schema benchmark that compares the performance of validating XML parsers. more>>
XSDBench project is a W3C XML Schema benchmark that compares the performance of validating XML parsers. The following parsers are supported in the latest version:
Apache Xerces-C++ (C++)
CodeSynthesis XSD (C++)
Gnome Libxml2 (C)1
Microsoft XML Core Services (MSXML) (C/C++)
Oracle XDK (C/C++)
Libxml2 is currently disqualified since it cannot handle the benchmark schemas. The benchmark measures validation throughput, statically-linked test executable size, and, where possible, peak heap and stack memory usage during parsing.
Enhancements:
- Results for the following platforms and compilers are available: GNU/Linux on AMD Opteron 244 with GCC 4.1.2, Windows on Intel Pentium 3 with VC++ 7.1, GNU/Linux on Intel Pentium 3 with Intel C/C++ 9.1, GNU/Linux on IBM PowerPC 970MP with IBM XML C/C++ 8.0.
<<less
Download (0.023MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
bigloo 3.0 Beta

bigloo 3.0 Beta


bigloo is a scheme compiler. more>>
Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required.
Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming.
Bigloo compiles Scheme modules. bigloo delivers small and fast stand alone binary executables. Bigloo enables full connections between Scheme and C programs, between Scheme and Java programs, and between Scheme and C# programs.
Main features:
- Module support
- An extended Java interface
- An extended C interface
- An object oriented layer
- Threads
- Simple exception
- Practical IOs
- Posix support
- Library support
- An explicit type system and compile time type mismatch detections
- Dsssl support
- Unicode support
The current version has been compiled and tested on:
- x86-linux (Debian 3.0, Mandrake 8.1, Sun JDK 1.4.1)
- x86-win32 (Windows 2000, XP)
- x86-FreeBSD (4.0)
- x86-NetBSD (1.6)
- x86-MinGW ()
- PowerPC G4 (MacOS X xnu-201.5)
- PowerPC G3 (Gentoo Linux)
- SPARC (Solaris 2.6 and 2.8, Sun JDK 1.3, Linux (Debian))
- Compaq Alpha (Digital Unix 4.0f aka True64, JDK 1.3)
- Compaq Alpha (Linux 2.2 (Debian))
- Arm (Linux (Debian))
- IA64 (Linux (Debian))
- IBM P660 (AIX RS-6000 4.3.3)
Even if not tested, it should run correctly on:
- SGI (IP32)
- Intel (NeXTStep)
- IBM RS-6000 (AIX)
- SGI (IP20 and IP22)
- MAC PPC (2.2.15pre20)
<<less
Download (10.8MB)
Added: 2007-06-09 License: GPL (GNU General Public License) Price:
867 downloads
PCE 0.1.7

PCE 0.1.7


PCE is an IBM PC 5150 hardware emulator. more>>
PCE is an IBM PC 5150 hardware emulator. PCE emulates most of the hardware of an IBM PC 5150.
The emulation is complete enough to boot DOS and run most DOS applications.
Emulated parts:
CPU A complete 8086/80186 emulator. Switching between 8086 and 80186 can be done at runtime. Switching between x86 and x88 can be done at compile time.
BIOS The included BIOS is a partially disassembled, slightly hacked IBM BIOS dated 1982-10-27.
8237 DMAC Supported
8250 UART Supported
8253 PIT Only counting modes 0, 2 and 3 are supported at this time
8255 PPI Supported
8259 PIC Supported
MDA Supported
CGA Supported
HGC Supported
EGA Supported. No user defined fonts. Requires a custom bios (included).
EMS Supported, with custom DOS driver
XMS Supported, with custom DOS driver
Disks Only supported through INT 13h at the moment.
Mouse A Microsoft serial mouse is emulated.
Parallel Port Partially supported. Output is written to a file.
Serial Port Partially supported. Output is written to a file.
Enhancements:
- A lot of small bugfixes and minor feature enhancements were integrated.
<<less
Download (0.66MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1193 downloads
omniORB 4.1.0 RC2

omniORB 4.1.0 RC2


omniORB is an Object Request Broker (ORB) which implements version 2.6 of the Common Object Request Broker Architecture (CORBA). more>>
omniORB is an Object Request Broker (ORB) which implements version 2.6 of the Common Object Request Broker Architecture (CORBA).
omniORB project supports the C++ and Python language bindings, is fully multithreaded, uses IIOP as the native transport, and comes complete with a COS Naming Service. omniORB is one of the fastest available C++ ORBs.
Main features:
- C++ and Python language bindings.
- Adheres to the CORBA 2.6 specification.
- Support for GIOP and IIOP 1.0, 1.1 and 1.2.
- Fully multithreaded runtime.
- TypeCode and type Any.
- CORBA 2.6 DynAny interfaces.
- Dynamic Invocation and Dynamic Skeleton interfaces.
- Complete Naming Service, omniNames.
- Support for wchar, wstring and code set negotiation.
- Full long long, long double, fixed point support.
- PortableServer::Current.
- Unix domain socket transport.
- Bidirectional GIOP.
- Interoperable Secure Socket Layer transport.
- Flexible thread management.
- Interceptors.
- The following platforms are supported (although some have only been tested with earlier releases):
- Windows NT / XP / 9x with Visual C++ version 5.0 and above
- Linux / EGCS 2.91 or GCC 2.95 and above
- Solaris 2.{5,6,7,8} / Sun C++ version 4.2 and above, or GCC 2.95 and above
- HPUX 11.00/ aC++
- SGI Irix 6.x/ SGI C++ compiler 7.2
- Digital Unix 4.0D/ DEC C++ compiler version 6.0
- IBM AIX 4.2/ IBM C Set++ 3.1.4 and xlC 5.0 (Visual Age C++ 5.0)
- IBM AIX 4.3/ IBM C Set++ 3.6.6 and xlC 5.0 (Visual Age C++ 5.0)
- HPUX 10.20/ aC++ (B3910 A.01.04)
- OpenVMS Alpha 6.2/ DEC C++ compiler 6.2/5.5 (UCX 4.1 ECO 8)
- OpenVMS Vax 6.1/ DEC C++ compiler 5.5 (UCX 4.0 ECO 1)
- NextStep 3.3/ gcc-2.7.2
- Reliant Unix 5.43/CDS++
- Phar Laps Real Time ETS Kernel
- SCO Unixware 7
- Mac OS X
- Fujitsu Siemens BS2000 (with patch in the distribution)
- ...and many others.
- Fully interoperable with other CORBA ORBs.
<<less
Download (2.9MB)
Added: 2006-11-10 License: LGPL (GNU Lesser General Public License) Price:
1083 downloads
IBMDoK 0.1

IBMDoK 0.1


IBMDoK is a small KDE kicker applet for the IBM themal sensors. more>>
IBMDoK is a small KDE kicker applet for the IBM themal sensors. Its just my small hack for the T60 sensors.

IBMDoK can work for other ThinkPads, mut maybe you have to adapt it.

<<less
Download (0.80MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1295 downloads
h3270 1.3.3

h3270 1.3.3


h3270 is a program that allows you to use IBM 3270 hosts from within a web browser. more>>
h3270 is a program that allows you to use IBM 3270 hosts from within a web browser.
h3270 is different from other, similar systems because of its highly configurable layout engine that is based on regular expressions.
Classical mainframe applications are still part of the IT infrastructure of most large enterprises. The challenge is often to integrate them with more recent, browser-based systems. h3270 allows you to do that in two steps:
- It renders 3270 host screens in HTML and makes them operable from within a web browser. This process works out of the box in a simple, character-based layout that resembles the original terminal screen. Optionally, the layout can be enhanced using a configurable engine so that it looks and feels like a real web application.
- The HTML adapter is available both as a servlet and a portlet, so that it can be used either as a stand-alone web application, or inside a portal server, which allows for seamless integration with other applications at the user interface level.
h3270 is a server-side Java application that is compliant with the J2EE standard and the Portlet API (JSR-168). To access the 3270 data stream, it uses the s3270 program written by Paul Mattes, which in turn relies on the TN3270 format to access the host via Telnet (TCP/IP).
Enhancements:
- h3270 version 1.3.3 improves the keyboard handling again. The change in the previous release, where we attached keyboard handlers to individual input fields, has shown not to be sufficient for many people. You could no longer input anything on screens with no input fields.
- In version 1.3.3, keyboard handlers are again global, on a per-page basis. To support multiple sessions within the same browser (or on the same portal page), keyboard handlers are now installed dynamically. When the mouse moves into a terminal window, a global, page-scoped keyboard handler is installed for that window. You can also force installation of a keyboard handler by clicking somewhere within the terminal window.
- We hope this method proves practical for everybody, please let us know if not. Another change in this release is improved error reporting in case of unknown (mis-spelled) or unreachable hosts.
<<less
Download (3.3MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
971 downloads
XML Benchmark 1.3.0

XML Benchmark 1.3.0


XML Benchmark is a C/C++/Java XML parsers benchmarking tool set. more>>
Objective of this project to provide benchmarking toolset for all available multiplatform C/C++ (and some Java) XML parsers.
Main features:
Currently following parsers are supported:
- LibXML2 + GDome + LibXSLT + XML Security
- Apache Xerces for C + Apache Xalan for C + Apacge XML Security for C
- IBM XML4C + IBM Lotus XSL
- Expat + CenterPoint XML + Sablotron + Arabica
- RXP Parser
- Oracle XDK for C/C++
- Oracle XDK for Java
- QT XML Module
- Sun Crismon + Java WebServices Developer Pack 1.2 + Apache XML Security
Following separate benchmarks provided:
- Non-Validating Parsing with Native,SAX,DOM Engines Benchmark
- Creating + Serializing DOM treee Benchmark
- Schema Validation Benchmark
- XSL Transformation Benchmark
- XML Security (Signature, Encryption) Benchmark
Following XML sources supported:
- Any valid XML file (with optional XSL, XSD companions)
- Auto-generated random simple XML file (variable size)
- Auto-generated random XML OPC-DA message sequence (variable size and length
Enhancements:
- Support Apache XML Security for C++, Version: CVS 08.02.2004
- Experemental support for XML Encryption Benchmark for Apache XML Security for C++ from CVS tree.
- Tested againist latest libraries
<<less
Download (0.88MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1656 downloads
EasyBMP 1.06

EasyBMP 1.06


EasyBMP is a cross-platform C++ library for reading and writing Windows bitmap (BMP) files. more>>
EasyBMP is a simple, cross-platform C++ library designed for easily reading, writing, and modifying Windows bitmap (BMP) image files. You can learn more about the history and goals of the project here.
The library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
<<less
Download (0.016MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1060 downloads
ruleCore 1.0

ruleCore 1.0


ruleCore provides a rule engine for event pattern detection. more>>
ruleCore provides a rule engine for event pattern detection.

The ruleCore Engine is an event-driven rule engine that manages and executes reaction rules. The rules are event-condition-action (ECA) style of rules.

The ruleCore Engine provides capabilities for detection of complex patterns of events, called situations. Events can be combined with logical and temporal operators in order to describe complex situations.

When a situation is detected, the ruleCore Engine can execute an action to alert external applications or users of the situation. The ruleCore Engine is fed with events through connectors.

Currently, connector implementations exist for plain sockets, XML-RPC, IBM WebSphere MQ, and TIBCO Rendezvous. Experimental support exists for running the engine within Zope and calling Zope methods when a rule triggers its action.

<<less
Download (18.8MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
978 downloads
DBD::Informix 2005.02

DBD::Informix 2005.02


DBD::Informix is a Perl module witj IBM Informix Database Driver for Perl DBI. more>>
DBD::Informix is a Perl module witj IBM Informix Database Driver for Perl DBI.

SYNOPSIS

use DBI;

You should also read the documentation for DBI perldoc DBI as this document qualifies what is stated there. Note that this document was last fully updated for the DBI Version 0.85 specification, but the code requires features from DBI Version 1.14. Consequently, both this document and DBD::Informix are probably considerably out of line with some of the new features and minor details of the DBI specification.

<<less
Download (0.27MB)
Added: 2006-10-05 License: Perl Artistic License Price:
1116 downloads
Yaboot 1.3.14

Yaboot 1.3.14


Yaboot project is a bootloader (like lilo or grub) for PPC machines. more>>
Yaboot project is a bootloader (like lilo or grub) for PPC machines. It is a PowerPC bootloader for Open Firmware based machines including New World Apple Macintosh, IBM RS/6000, IBM pSeries and IBM OpenPower machines.
Enhancements:
- Netbooting on pSeries, pxelinux-style netbooting, user-specified config files, iSCSI support, and bootonce functionality.
<<less
Download (0.21MB)
Added: 2007-08-23 License: GPL (GNU General Public License) Price:
500 downloads
OpenAFS 1.4.0

OpenAFS 1.4.0


OpenAFS is a client-server distributed filesystem. more>>
AFS is a distributed filesystem product, pioneered at Carnegie Mellon University and supported and developed as a product by Transarc Corporation (now IBM Pittsburgh Labs).
It offers a client-server architecture for file sharing, providing location independence, scalability and transparent migration capabilities for data.
IBM branched the source of the AFS product, and made a copy of the source available for community development and maintenance. They called the release OpenAFS.
Enhancements:
- OpenAFS 1.4.0 adds large file support in Unix and Unix-like clients and in servers.
- Kerberos 5 integration has been improved. aklog now ships with OpenAFS 1.4.0.
- Several new operating system versions are now supported, including Solaris 10 on both SPARC and Intel.
<<less
Download (55.5MB)
Added: 2005-11-02 License: IBM Public License Price:
1457 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5