Archive for the Category: Programming

SQLite v3.7.13 Released

D. Richard Hipp has just released SQLite v3.7.13. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in C, Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Unix, Windows Comments Off on SQLite v3.7.13 Released

ProGuard v4.8 Released

Eric Lafortune has just released ProGuard v4.8. http://proguard.sourceforge.net/ ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code […]

Also posted in Java, Open Source Comments Off on ProGuard v4.8 Released

Old Farts Know How to Code

Here’s a funny/serious posting by Nick Bradbury: Old Farts Know How to Code Regards, Roger Lacroix Capitalware Inc.

Comments Off on Old Farts Know How to Code

Perl 5.16.0 Released

The Perl developers have just released Perl v5.16.0. http://www.perl.org/get.html Perl is a high-level programming language with an eclectic heritage written by Larry Wall and a cast of thousands. It derives from the ubiquitous C programming language and to a lesser extent from sed, awk, the Unix shell, and at least a dozen other tools and […]

Also posted in Open Source, Perl Comments Off on Perl 5.16.0 Released

How to be a Programmer

Here’s a good document that every programmer should read: How to be a Programmer: A Short, Comprehensive, and Personal Summary Regards, Roger Lacroix Capitalware Inc.

Also posted in Open Source Comments Off on How to be a Programmer

Technical Document on Multicast in WebSphere MQ 7.1

IBM Support has release a technical document on how to use the new publish/subscribe functionality introduced in WebSphere MQ 7.1: Multicast. http://www.ibm.com/support/docview.wss?uid=swg27024903 Configuring and Using WebSphere MQ 7.1 Multicast.pdf Zip file with samples: MQ7.1-multicast-samples Regards, Roger Lacroix Capitalware Inc.

Also posted in C, IBM MQ, Linux, Windows Comments Off on Technical Document on Multicast in WebSphere MQ 7.1

SQLite v3.7.11 Released

D. Richard Hipp has just released SQLite v3.7.11. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in C, Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Unix, Windows Comments Off on SQLite v3.7.11 Released

SupportPac IA94 v2.0.2 Released

SupportPac IA94 v2.0.2 Released IBM has released version 2.0.2 of SupportPac IA94. http://www.ibm.com/support/docview.wss?uid=swg24007092 The IBM Message Service Client for C/C++ (“XMS C/C++”) renders the Java Message Service (JMS) API in the C/C++ languages. It brings the benefits of JMS — a standard, abstracted messaging API for pub/sub and point-to-point messaging, as well as externally administered […]

Also posted in C, IBM MQ, Linux, Unix, Windows Comments Off on SupportPac IA94 v2.0.2 Released

WMQ v7 Java applications and JMS messages (MQRFH2)

I have been banging my head against the wall this week over weird things in WMQ v7, so I figured I would post this so that people in the future would have less of a headache. A year or so ago, I noticed some odd behavior in WMQ v7 with Java applications reading messages with […]

Also posted in IBM i (OS/400), IBM MQ, Java, JMS, Linux, Unix, Windows, z/OS 4 Comments

ProGuard v4.7 Released

Eric Lafortune has just released ProGuard v4.7. http://proguard.sourceforge.net/ ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code […]

Also posted in Java, Open Source Comments Off on ProGuard v4.7 Released