Archive for the Category: Open Source

New: MQRC2-GUI v1.0.1 and MQRC2 v1.1.1

Capitalware Inc. would like to announce the official release of MQRC2-GUI v1.0.1 and MQRC2 v1.1.1. Updates for MQRC2-GUI v1.0.1: Added code to perform better number checking for Reason Code and AMQ Message Number fields Fixed an issue with reason codes 2424 to 2539 and 6100 to 6129 Updates for MQRC2 v1.1.1: Fixed an issue with […]

Also posted in C, Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, Unix, Windows, z/OS Comments Off on New: MQRC2-GUI v1.0.1 and MQRC2 v1.1.1

MQFM: Submit your code changes

I am in the process of updating the open source project MQ File Mover (MQFM). I would like everyone who has modified MQFM source code to submit their changes (now), for the upcoming release. It will be far easier to merge the changes before the next release than after the release. Please submit any and […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Unix, Windows Comments Off on MQFM: Submit your code changes

New: PyMQI v1.2 – Python interface to WebSphere MQ

PyMQI allows users to connect Python applications to WebSphere MQ queue managers. It can be used to develop test harnesses for WebSphere MQ based systems, for rapid prototyping of WebSphere MQ applications, for development of administrative GUIs or for mainstream MQ application development. PyMQI has been used in production environments for several years on Linux, […]

Also posted in IBM MQ, Linux, macOS (Mac OS X), Unix, Windows Comments Off on New: PyMQI v1.2 – Python interface to WebSphere MQ

Oracle drops OpenOffice

Oracle is dropping OpenOffice and returning it to a community-based open source project. Oracle will no longer offer a commercial version of Open Office. http://arstechnica.com/open-source/news/2011/04/oracle-gives-up-on-ooo-after-community-forks-the-project.ars Interesting. Oracle won the battle for OpenOffice but lost the war and now concedes defeat. It was a nice David and Goliath story. It is good to see David win […]

Also posted in Linux, macOS (Mac OS X), Windows Comments Off on Oracle drops OpenOffice

New: MQRC2-GUI v1.0.0

Capitalware Inc. would like to announce the official release of MQRC2-GUI v1.0.0. MQRC2-GUI is an application that can interpret an MQ reason code number (i.e. 2035), MQ reason code symbol (i.e. MQRC_OBJECT_IN_USE) or AMQ message number (i.e. AMQ4005) and display the relevant information from the WebSphere MQ Messages manual. MQRC2-GUI requires Java Runtime Environment (JRE) […]

Also posted in Capitalware, IBM MQ, Java Comments Off on New: MQRC2-GUI v1.0.0

New: MQRC2 v1.1.0

Capitalware Inc. would like to announce the official release of MQRC2 v1.1.0. MQRC2 is an application that can interpret an MQ reason code number (i.e. 2035), MQ reason code symbol (i.e. MQRC_OBJECT_IN_USE) or AMQ message number (i.e. AMQ4005) and display the relevant information from the WebSphere MQ Messages manual. Updates for this release: Ported the […]

Also posted in C, Capitalware, IBM i (OS/400), IBM MQ, Linux, Unix, Windows, z/OS Comments Off on New: MQRC2 v1.1.0

New: Message Multiplexer v1.4.0

Capitalware Inc. would like to announce the official release of Message Multiplexer (MMX) v1.4.0. Message Multiplexer is an application that will get a message from a queue and output it to one or more queues. The context information is maintained across the message put(s). Updates for this release: Added GetWithConvert keyword Enhanced commit/backout processing Created […]

Also posted in C, Capitalware, IBM i (OS/400), IBM MQ, Linux, Unix, Windows, z/OS Comments Off on New: Message Multiplexer v1.4.0

New: Message Router v1.1.0

Capitalware Inc. would like to announce the official release of Message Router (MRTR) v1.1.0. Message Router is an application that will move a message from a central queue to a specific application queue. The destination queue that the message will be placed into will be based on a keyword in the message. Context information is […]

Also posted in C, Capitalware, IBM i (OS/400), IBM MQ, Linux, Unix, Windows, z/OS Comments Off on New: Message Router v1.1.0

Mozilla Firefox 4.0 Released

Mozilla Firefox has just released Mozilla Firefox v4.0. http://www.mozilla.com/firefox/ Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. To display web pages, Firefox uses the Gecko layout engine, which implements most current web standards in addition to several features that are intended to […]

Also posted in Linux, macOS (Mac OS X), Windows Comments Off on Mozilla Firefox 4.0 Released

Flocking

And now for something completely different: flocking (aka group behavior). If you ever had a need for an algorithm that handles flocking then have a look at this article (its really interesting): http://harry.me/2011/02/17/neat-algorithms—flocking Regards, Roger Lacroix Capitalware Inc.

Also posted in C, Java, Programming Comments Off on Flocking