libpq Examples for C++
PGresult *res = PQexec(conn, "BEGIN"); /* begin transaction */ if (PQresultStatus(res) != PGRES_COMMAND_OK) { fprintf(stderr, "BEGIN command failed: %s", PQerrorMessage(conn)); PQclear(res); exit_nicely(conn); } PQclear(res); res = PQexec(conn, insertstmt); ...
Google Summer of Code 2008
Google will be including Plone for the 2008 Summer of Code. They are currently accepting student and mentor applicants. For more information, see code.google.com/soc
Sarbanes-Oxley Section 404 IT Compliance
Risk Management Solutions for Sarbanes-Oxley 404 IT Compliance, by John S. Quarterman
Explaining BSD
In the open source world, the word “Linux” is almost synonymous with “Operating System”, but it is not the only open source UNIX® operating system. BSD stands for “Berkeley Software Distribution”. It is the name of distributions of source code from the University of California, Berkeley, which were originally extensions to AT&T's Research UNIX operating system.
OpenACS 5.4 | AOLServer 4.5 Configuration
Configuration for an AOLServer 4.5 Configuration running behind an OpenACS 5.4 instance
Restful Web Services
Representational State Transfer is a key design idiom that embraces a stateless client-server architecture in which web services can be identified by URLs and viewed as resources.
Managing thousands of Linux/BSD/Solaris Servers?
RRDtool is the open source, industry standard, data logging and graphing system for time series data.
