16 projects tagged "Software Development"
The c-tree Plus embedded database engine offers developers several APIs that provide low-level routines, ISAM-level control, and higher-level interfaces. c-tree Plus is distributed in complete C source, has been ported to 100+ environments and includes a robust database Server SDK. It can be used to develop single user and peer-to-peer applications, or the client-side for applications using FairCom's database server, the c-tree Server.
Perthon converts Python source code to human- readable Perl 5.x source code. It makes use of Damian Conway's Parse::RecDescent for parsing, and aims to reimplement the Python language as specified in the Python Reference Manual and BNF grammar. Perthon is similar to Jython (www.jython.org), which reimplements Python on the JVM, except that Perthon works at the source code (not byte code) level. Perthon does the reverse of Bridgekeeper (http://www.crazy-compilers.com/bridgekeeper/), which attempts to solve the (much harder) problem of Perl-to-Python source code machine translation.
Joxa is a Web services tool geared towards providing arbitrary XML-RPC and SOAP-based services. It seeks to provide an easy to use multi-language platform for developing, testing, and deploying Web-based services. In many ways, it tries to provide the ease of use for services that Zope provides for Web applications.
Fid Core Library is the core library for the Frigand Imperial Desktop, a genuine Unix desktop environment based around multiprocessing, text-stream IPC, and the "everything is a file" concept. It supports Emacs-like extensibility, customizability, and built-in multi-buffer support.
fid-listbuffer is a buffer implementation for the Frigand Imperial Desktop. Fid buffers are typically mutable monoids over particular unit types; the exact unit type and the equations satisfied by the monoid determine the particular buffer type. This package defines a parametric buffer type for the simple case of a free monoid over a unit type that is to be exposed to the programmer, where 'replaceableRegion' additionally is equivalent to (\ r d -> return True).
Dojo is a cross-browser AJAX/DHTML toolkit for building dynamic Web UIs. Dojo includes a rich-text editing component, an aspect-oriented event system, rich drag-and-drop support, a rapid-prototyping framework for building new widgets, and a full-featured abstraction for XmlHTTP I/O. In short, it's a very fast way to build Web interfaces.