-
Recent Posts
Recent Comments
- Yusuf on The RRSB particle size distribution
- kvm上にWindows 7を入れました(XPからのアップグレード) | まったりとlog残し on Installing Windows 7 as a KVM virtualized guest on Debian 6.0 Squeeze
- paolog on Howto build openssl on Windows
- Bruce Cran on Howto build openssl on Windows
- paolog on Converting a two-pages-per-sheet PDF to one-page-per-sheet
Archives
- December 2020
- June 2019
- February 2019
- July 2017
- May 2017
- December 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- November 2015
- September 2015
- August 2015
- March 2015
- December 2014
- September 2014
- July 2014
- June 2014
- February 2014
- November 2013
- September 2013
- August 2013
- April 2013
- March 2013
- January 2013
- December 2012
- August 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- June 2010
Categories
Meta
Monthly Archives: May 2012
Detecting non-ASCII characters in a text file
Our internal coding standard for C++ source files dictates that 7-bit US-ASCII should be used for file encoding. This decision is based on the fact that the current C++ standard (2003) limits characters that can be used in variable and … Continue reading
Posted in C++, Howtos
Leave a comment
Analyzing and manipulating settings.xml of LIBPF OPC
LIBPF OPC is the LIBPF module that adds plant control system connectivity via the Classic OPC interface (OPC DA). The module is configured using the LIBPF OPC Configurator, but the underlying configuration data are stored in an XML file called settings.xml. … Continue reading
Posted in Uncategorized
Leave a comment
Step-by-step guide: adding new files to a LIBPF project
Reference documentation is great, but often boring to read and not helpful to solve specific problems that arise in day-to-day use. To tackle these, a step-by-step guide can be helpful. Here is one such step-by-step guide for adding a new … Continue reading
Posted in C++, Howtos, Uncategorized
Leave a comment