Simple Project List Software Map

636 projects in result set
Última actualización: 2003-10-12 02:27

SpeedyCGI

SpeedyCGI (aka PersistentPerl) is a way to run Perl scripts persistently, which usually makes them run much more quickly. Converting scripts to use SpeedyCGI is in most cases as simple has changing the interpreter line at the top of the script. After the script is initially run, instead of exiting, SpeedyCGI keeps the Perl interpreter running in memory. During subsequent runs, this interpreter is used to handle new requests, instead of starting a new Perl interpreter for each execution.

(Machine Translation)
Última actualización: 2004-12-17 14:52

Simkin for C++

Simkin is a simple scripting language that can be used to customize C++ applications such as games. Scripts can be embedded within files such as XML or in databases.

(Machine Translation)
Última actualización: 2007-12-29 13:01

slang

S-Lang is a powerful interpreted language that may be embedded into an application to make it extensible. Examples of applications that take advantage of the interpreter include jed, slrn, and mutt.

Última actualización: 2013-11-02 05:31

Fbi IMproved

FIM (Fbi IMproved) aims to be a highly customizable and scriptable image viewer targeted at the users who are comfortable with software like the Vim text editor or the Mutt mail user agent. It is based on the Fbi image viewer and works either in the Linux framebuffer console or in the X system. It features the ability to filter the list of images with regular expressions, Vim-like autocommands, command line autocompletion and history, completely customizable key bindings, external/internal scriptability, and much more.

(Machine Translation)
Última actualización: 2005-11-29 14:09

Scriptix

Scriptix is a light-weight scripting language designed solely for embedding and extending applications. It has most common language features, including arrays, classes, exceptions, functions, loops, and threads. Speed, flexibility, and simplicity are top priorities.

(Machine Translation)
Última actualización: 2008-09-14 15:32

Useful Java Application Components

Useful Java Application Components (UJAC) is a collection of components that may be useful for your project. It provides a powerful expression interpreter, an iText-based document processing engine that generates PDF documents based on XML templates, a charting library supporting JSP custom tags, and much more.

Última actualización: 2005-07-06 06:46

Heirloom Bourne Shell

The Heirloom Bourne Shell is a portable variant of
the traditional Unix shell. It is especially
suitable for testing the portability of shell
scripts and for processing legacy scripts. The
Bourne shell does not provide as many features as
newer Unix shells, but it does provide a stable
shell language. With this in mind, it is also
suitable for general script processing and
interactive use. This variant of the Bourne shell
has been derived from OpenSolaris code and thus
provides the SVR4/SVID3 level of the shell.

(Machine Translation)
Última actualización: 2009-04-07 00:23

OpenBIOS

OpenBIOS is an effort to produce an OpenFirmware (IEEE 1275-1994) compliant firmware. OpenFirmware is used by SUN, Apple, and others.

Última actualización: 2003-12-18 14:35

DELORES

DELORES (DEfeasible LOgic REasoning System) is a forward-chaining reasoning engine for defeasible logic, a less-expressive but more efficient non-monotonic logic. In contrast with most other non-monotonic logics, defeasible logic has linear complexity, allowing DELORES to execute large theories very quickly. DELORES's algorithm extends to general defeasible theories through the use of a pre-processing transformation which eliminates all uses of defeaters and superiority relations.

Última actualización: 2003-11-29 13:00

UnderC C++ Interpreter

UnderC was designed as a compact fast interpreter

which does most of the ISO standard. It does

templates, and comes with 'pocket' versions of the standard library classes like string, vector, map,

  1. It is very straightforward to load functions

from shared libraries using a simple pragma and an external "C" directive. UnderC is a fully interactive system, so single lines of code can be quickly evaluated and tested.

Última actualización: 2006-10-20 14:17

JRuby

JRuby is the effort to recreate the Ruby interpreter in Java. JRuby is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application.

Última actualización: 2012-06-19 21:33

The Squirrel programming language

Squirrel is a light-weight programming language
(around 6000 lines of code) that features
higher-order functions, classes/inheritance, delegation, tail recursion, generators, cooperative threads, exception handling, reference counting and garbage collection on demand. It has a C-like
syntax.

(Machine Translation)
Última actualización: 2008-07-31 20:32

Neko

Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. Neko is a good way for language designers to focus on design and reuse a fast and well-designed runtime, as well as existing libraries for accessing filesystem, network, databases, XML, etc. It has a compiler and a virtual machine. The virtual machine is very lightweight and well optimized. The VM can be easily embedded into any application, and your libraries can be accessed using the C foreign function interface.

Última actualización: 2001-01-30 06:12

Ciao Prolog

Ciao is a complete Prolog system subsuming ISO-Prolog with a novel modular design which allows both restricting and extending the language. Ciao extensions currently include feature terms (records), higher-order, functions, constraints, objects, persistent predicates, a good base for distributed execution (agents), and concurrency. Libraries also support WWW programming, sockets, and external interfaces (C, Java, TCL/Tk, relational databases, etc.). An Emacs-based environment, a stand-alone compiler, and a toplevel shell are also provided.

Última actualización: 2004-05-09 00:55

OpenMCL

OpenMCL is an Open Source version of Digitool's excellent Macintosh Common Lisp (MCL) implementation, which runs on LinuxPPC and MacOS X. It features a native code compiler, multithreading support, and good ANSI CL compliance.