Simple Project List Software Map

636 projects in result set
Última Atualização: 2004-06-14 14:26

ArrowHead ASP Server

ArrowHead ASP Server is a Java Servlet which supports the ASP syntax and the VBScript programming language. It aims to support VBScript version 3.1 and the standard set of COM objects, but has a little ways to go yet. It is extendable using Java objects and the Server.CreateObject syntax. It has been developed and tested under Apache 1.3.x and Tomcat 4.x, but should run under any Java servlet server.

(Machine Translation)
Última Atualização: 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 Atualização: 2009-07-08 06:23

Aluminium Language

Aluminium was started as an effort to find a different way of creating Web applications. It turned out as a visual data-flow based programming language.

Última Atualização: 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 Atualização: 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 Atualização: 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 Atualização: 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 Atualização: 2008-05-08 00:59

tracx

tracx reads and stores any kind of XML data using a dedicated programming language. Read XML structure can be traced and changed. Unix Shell and JDBC database escapes allows you to retrieve data and store it into the XML structure. Implementations based on C++ and Java are available.

(Machine Translation)
Última Atualização: 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 Atualização: 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 Atualização: 2007-03-25 18:37

ObjectBox o:XML Compiler

ObjectBox is an o:XML compiler and interpreter written in Java. o:XML is a complete object oriented programming language, with features such as multiple inheritance, function overloading, recursive procedures, and much more. The syntax is straight-forward, intuitive XML. It also features an extensible expression language modelled on XPath. The ObjectBox is a complete implementation of the language and adds comprehensive Java Language Extensions, Database and Servlets support, Struts integration and more.

Última Atualização: 2014-02-26 00:39

Gforth

Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has (the beginnings of) a manual. Gforth employs traditional implementation techniques: its inner innerpreter is indirect or direct threaded. Gforth runs under Unix, Win95, OS/2, and DOS and should not be hard to port to other systems supported by GCC.

Última Atualização: 2007-12-26 14:04

Hugs 98

Hugs 98 is a functional programming system based on interpreted Haskell 98, the de facto standard for non-strict functional programming languages.

Última Atualização: 2013-10-27 18:41

Mumps Compiler

Mumps Compiler is a compiler for a subset of the Mumps language, a language used mainly in healthcare. It is compatible with most operating systems with a standard C compiler.

Última Atualização: 2013-03-08 00:26

Styx

Styx is a scanner/parser generator designed to address some shortcomings of the traditional lex/yacc combination. It has unique features like automatic derivation of depth grammar, production of the derivation tree, including it's C interface, preservation of full source information, pretty printing to faciliate source-source translation, and persistence to aid rapid interpreter writing. It also supports reentrancy. Styx works well under several different OSes, including serveral Unixes, DOS, and Windows.