RSS 11 projects tagged "Dynamic Content"

Download Website Updated 11 Jun 2001 CGI_UTILS

Screenshot
Pop 26.83
Vit 2.30

CGI_UTILS is a set of three C++ classes: CGI, Template, and Session. CGI wraps the CGI protocol. Template provides an easy way to use templates in your CGI applications. It knows about variables and datasets (tables). Session provides the ability to pass data between your programs through shared memory.

Download Website Updated 22 May 2003 OSE

Screenshot
Pop 96.29
Vit 4.77

OSE provides a framework for building event driven systems, Web-based services, and distributed applications using C++ and Python. A HTTP servlet framework is included, and separate gateways for XML-RPC and SOAP protocols are also available.

Download Website Updated 27 Jul 2006 Sablotron

Screenshot
Pop 177.49
Vit 5.18

Sablotron is an XML toolkit which implements XSLT, DOM, and XPath. Sablotron is written in C++, and it can be used from C, Perl, Python, PHP, ObjectPascal, and via a command line interface. It supports the XSLT 1.0, XPath 1.0, and DOM Level 2 W3C specifications. It is designed to be as compact and portable as possible, and is maintained as an Open Source project by Ginger Alliance.

Download Website Updated 16 Oct 2001 SOAP to CORBA bridge

Screenshot
Pop 38.73
Vit 2.71

The SOAP to CORBA bridge/translator is written entirely in C++ and shows that it is indeed possible to do a generic translation of SOAP requests to CORBA method invocations and vice versa. This is implemented by using the CORBA Interface repository to match the incoming SOAP request to the corresponding CORBA service, build the dynamic invocation of the CORBA service, and generate the SOAP response (or possibly SOAP fault in the case of a CORBA user exception, for instance).

Download Website Updated 30 Dec 2002 Cfour

Screenshot
Pop 29.19
Vit 2.12

Cfour is a collection of reusable classes to simply common programming tasks and lower development time. The collection currently includes classes for easy file I/O with redirection and class persistence support, console printing for character output menus, effortlessly obtaining CGI data, loading/storing cookies, and translation between data pairs and XML style tags.

Download Website Updated 07 Oct 2011 Fast Artificial Neural Network Library

Screenshot
Pop 195.23
Vit 6.39

Fast Artificial Neural Network Library is a neural network library that implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. C++, Perl, PHP, .NET, Python, Delphi, Octave, Pure Data, and Mathematica bindings are available. A reference manual accompanies the library with examples and recommendations on how to use the library. A graphical user interface is also available for the library.

Download Website Updated 15 Apr 2005 cgipplib

Screenshot
Pop 20.64
Vit 1.85

cgipplib is a small collection of support classes used to build CGI applications.

No download Website Updated 12 Sep 2004 C-Cramp

Screenshot
Pop 27.50
Vit 56.33

C-Cramp (the C-Cramp College Radio Audio Management Program) is a Web-based frontend to MySQL for managing the types of things that small radio stations might need: audio files, data, and "metadata"; DJ and staff information, schedules, live music and program logs, and all sorts of other data. Currently, a cross-platform PHP application is the focus of the project, but more features and types of programs are planned that will hopefully enable easier playback, storage, loading, and entering for all types of applicable data.

No download Website Updated 05 Jun 2007 Puno

Screenshot
Pop 15.94
Vit 46.65

Puno is a PHP module (PHP5 and Linux/Unix only) that brings the OpenOffice.org UNO Programming API to the PHP userspace. You can use it to write scripts that create, modify, read, and save OpenOffice.org documents (Writer, Spreadsheet, and Drawing). You can export these documents in various formats, such as PDF or HTML.

Download Website Updated 10 Mar 2009 Bare XML

Screenshot
Pop 31.30
Vit 2.91

Bare XML is a "bare" XML parser with all primary parsing done via a simple state engine with about 20 or so different states. A tree structure is created during parsing, with all node names and values linked via pointers directly into the original text buffer. As such, Bare XML is extremely fast and simple. Currently, the parser is available in a perl module with Perl glue to turn the created tree into a Perl hash tree. The module name is XML::Bare.

Screenshot

Project Spotlight

sawfish

An extensible window manager.

Screenshot

Project Spotlight

cmocka

A unit testing framework for C with mock objects.