Archive for the Category: Programming

SQLite v3.7.16 Released

D. Richard Hipp has just released SQLite v3.7.16. 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.16 Released

Pictures from a Developer’s Life

If a picture speaks a 1000 words, then this web page is worth a thousand laughs: http://martinvalasek.com/blog/pictures-from-a-developers-life Regards, Roger Lacroix Capitalware Inc.

Also posted in General Comments Off on Pictures from a Developer’s Life

dlsym and dlerror Weirdness on Solaris

Lately, I have been complaining about Microsoft’s Visual C++, so I figured I better write about some recent Solaris weirdness. A customer installed MQAUSX on Solaris v10 that has WebSphere MQ v7.0.1.9 installed. They configured MQAUSX to authenticate the incoming MQ client connections against a remote LDAP server. Everything was working perfectly fine. Here’s what […]

Also posted in C, Capitalware, IBM MQ, MQ Authenticate User Security Exit, Unix Comments Off on dlsym and dlerror Weirdness on Solaris

Again MS Visual C++ 2010 bites me in the …

I really hate MS Visual C++ 2010. I have had so many problems since I installed it a couple of weeks ago that it is driving me crazy. I have an MQ API Exit built for Windows 64-bit (via a script) with /Release /x64. And in the makefile I use the parameter /LD for the […]

Also posted in C, Capitalware, IBM MQ, Windows Comments Off on Again MS Visual C++ 2010 bites me in the …

Updated MMX and MRTR Load-Modules for z/OS

Yesterday afternoon while doing some z/OS MQ testing, I discovered that both Message Multiplexer (MMX) and Message Router (MRTR) had been linked with the wrong MQ stub. Oy vey!! I relinked both MMX and MRTR with the correct MQ stub (CSQBSTUB) then posted the both download archives to Capitalware’s web site. Note: The source did […]

Also posted in C, Capitalware, IBM MQ, Open Source, z/OS Comments Off on Updated MMX and MRTR Load-Modules for z/OS

3 Hours of Wasted Time That I’ll Never Get Back

I have some code for outputting a buffer as a HEX dump like this: 000000: 00000000 00000000 00000000 00000000 ……………. 000010: 00000000 00000000 00000000 00000000 ……………. 000020: 00000000 00000000 00000000 00000000 ……………. I have used this code for years on AIX, HP-UX, IBM i (OS/400), Linux, Solaris, Windows and z/OS without issue. I have compiled […]

Also posted in C, Windows Comments Off on 3 Hours of Wasted Time That I’ll Never Get Back

SQLite v3.7.15 Released

D. Richard Hipp has just released SQLite v3.7.15. 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.15 Released

Free: Parser, Syntax Checker and Interpreter Tools

Capitalware is now hosting Richard Tsujimoto’s Parser, Syntax Checker and Interpreter Tools. These tools provide a simple means for parsing strings, perform syntax checking and interpreting the parameters and/or values of the parsed strings. https://www.capitalware.com/psci_overview.html These tools are written in C for AIX, HP-UX, Linux, IBM i (OS/400) and Windows. For IBM mainframes, the tools […]

Also posted in Assembler, C, IBM i (OS/400), Linux, Unix, Windows, z/OS Comments Off on Free: Parser, Syntax Checker and Interpreter Tools

WMQ v7.1 and v7.5 manuals as PDFs

After a nice community push for RFE # 21041, IBM has made available WebSphere MQ v7.1 and v7.5 manuals as PDFs. 🙂 WebSphere MQ 7.1 PDFs: http://pic.dhe.ibm.com/infocenter/wmqv7/v7r1/topic/com.ibm.mq.doc/zo00170_.htm WebSphere MQ 7.5 PDFs: http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/topic/com.ibm.mq.doc/zo00170_.htm Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), IBM MQ, Java, JMS, Linux, Unix, Windows, z/OS Comments Off on WMQ v7.1 and v7.5 manuals as PDFs

Web Browsers, Scripts and Cookies – Where’s the Security?

With all this noise over Internet Explorer 10’s Do Not Track option being set to on by default, can someone give their head a shake and start coding web browsers with security and privacy in mind. Cookies in a web browser were not designed for the exploitation that is going on today. Like many older […]

Also posted in Security Comments Off on Web Browsers, Scripts and Cookies – Where’s the Security?