Skip to content. | Skip to navigation

This Top Brown Viewlet registered to qPloneSkinBrio product
Sections
You are here: Home

 Subscribe in a reader

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); ...

Read More…

Google Summer of Code 2008

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

Read More…

Sarbanes-Oxley Section 404 IT Compliance

Risk Management Solutions for Sarbanes-Oxley 404 IT Compliance, by John S. Quarterman

Read More…

Explaining BSD

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.

Read More…

Plone 3 zc.buildout

Using zc.buildout to setup a Plone3/Zope2 Development Environment

Read More…

OpenACS 5.4 | AOLServer 4.5 Configuration

Configuration for an AOLServer 4.5 Configuration running behind an OpenACS 5.4 instance

Read More…

Restful Web Services

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.

Read More…

Managing thousands of Linux/BSD/Solaris Servers?

RRDtool is the open source, industry standard, data logging and graphing system for time series data.

Read More…

Document Actions