Liste des projets simples Logiciel Télécharger Carte

184 projects in result set
Dernière Mise à Jour: 2013-06-10 14:33

EDE

EDE (Equinox Desktop Environment) is simple, fast, and user-friendly environment. It works on all popular Unix and Unix-like operating systems.

(Traduction automatique)
Dernière Mise à Jour: 2008-12-20 16:49

GNU Anubis

GNU Anubis is an SMTP message submission daemon. It represents an intermediate layer between the mail user agent (MUA) and mail transport agent (MTA), receiving messages from the MUA, applying to them a set of predefined changes, and finally inserting modified messages into an MTA routing network. The set of changes applied to a message is configurable on a system-wide and per-user basis. The built-in configuration language used for defining sets of changes allows for considerable flexibility and is easily extensible.

(Traduction automatique)
Dernière Mise à Jour: 2014-06-03 13:00

Chicken

Chicken is a Scheme compiler that translates most of R5RS Scheme into relatively portable C. It supports fully general tail-call recursion, first-class continuations, and has a very flexible and efficient interface to C and C++. Chicken implements several extensions to the Scheme language: lightweight threads, pattern matching macros, dynamic loading of compiled code, and various object-oriented paradigms, such as TinyCLOS, and others. The library system includes hundreds of convenient modules for practical use.

Dernière Mise à Jour: 2008-04-28 06:45

Roadsend PHP

Roadsend PHP produces optimized stand alone applications, libraries, and Web applications from standard PHP source code. The compiler produces native machine code, not PHP byte code, so no interpreter is required. It is a new implementation of the PHP language and runtime environment compatible with Zend PHP. It does not share any code with the original PHP implementation.

Dernière Mise à Jour: 2007-02-19 23:09

ECB

ECB is a source code browser for (x)emacs. It
displays a couple of windows that can be used to
browse directories, files, and file contents like
methods and variables. It supports source code
parsing for languages like Java, C, C++, Elisp,
Scheme, Perl, TeX, LaTeX, etc. In addition, it
offers an (optional) permanent "compile window" at
the bottom of the emacs frame, which is used to
display all help and compile output. The rest of
the frame is called the "edit area", which can be
divided into several edit windows that are used
for editing the sources. Deleting some of the edit
windows neither destroys the compile window nor
the browsing windows. It requires the CEDET suite.

(Traduction automatique)
Dernière Mise à Jour: 2003-07-27 03:59

jMax

jMax is a visual programming environment for building interactive real-time musical and multimedia applications by allowing the user to interactively design dataflow circuits. The basic data types that can go through are integers, symbols, lists, etc. It is an event-driven system and has been used for MIDI processing. A second part of the system (DSP) allows a continuous signal to flow through a circuit, which is most useful for PCM sound (ie. microphone, sound files, etc.). The system is extensible by using shared libraries, you may add data processor types, data types, GUI elements, device types, and more. Data processors may also be designed as circuits and reused.

(Traduction automatique)
Dernière Mise à Jour: 2009-04-01 17:56

GNU Dico

GNU dico is a flexible dictionary server with a set of accompanying utilities. It supports a wide variety of dictionary database formats, ranging from the traditional "dict.org" databases up to Wikipedia format. Support for arbitrary new formats can be easily added using loadable modules. The dico library provides an API for writing new modules in C, Guile, or Python.

(Traduction automatique)
Dernière Mise à Jour: 2011-06-22 10:30

SDOM

SDOM is an attempt to provide a complete implementation of the W3C Document Object Model level 3 API, including event handling, in R6RS Scheme.

(Traduction automatique)
Dernière Mise à Jour: 2005-02-16 04:11

Eleven

Eleven is a programming language for creating robust, scalable Web applications quickly and easily. It offers a 20x programmer productivity increase over traditional server programming languages like ASP, PHP, and JSP by automating state management and taking control of the application's look and feel. From high-level source code with a simple, C-like syntax, the compiler generates complete, ready-to-run implementations in PHP or mod_perl. Applications maintain their state in a relational database and are inherently fault-tolerant, secure, and scalable.

(Traduction automatique)
Dernière Mise à Jour: 2012-01-01 00:49

STklos

STklos is a free Scheme System conforming to R5RS. The implementation is based on an ad-hoc Virtual Machine. It can also be compiled as a library, so that one can easily embed it in an application. Its features include an efficient and powerful object system based on CLOS, a simple-to-use module system, implementation of the full tower of numbers defined in R5RS, and easy connection to the GTK+ toolkit. STklos is the successor of STk, a Scheme interpreter tightly connected to the Tk toolkit.

(Traduction automatique)
Dernière Mise à Jour: 2011-08-29 01:48

SCSS

SCSS is an R6RS Scheme library for parsing, querying, and emitting style information compatible with the W3C Cascading Stylesheets recommendation. While SCSS does not itself provide any rendering functionality, it can provide style information to applications and libraries that do. SCSS includes a pluggable API for arbitrary document implementations that allows it to accomodate the full range of selector types described in the W3C recommendation; SDOM is supported out-of-the-box.

(Traduction automatique)
Langage de programmation: Scheme
Interface utilisateur: Web Environment
Dernière Mise à Jour: 2006-09-24 11:32

fluxus

Fluxus is a graphical live coding environment for
Scheme. Fluxus reads live audio or OSC network
messages which can be used as a source of
animation data for real-time performances or
installations. Keyboard or mouse input can also be
read for simple game development, and a physics
engine is included for realtime simulations of
rigid body dynamics. The built in scheme code
editor runs on top of the renderer, which means
you can edit the scripts while they are running.

(Traduction automatique)
Dernière Mise à Jour: 2012-05-29 01:07

Gauche

Gauche is an R5RS Scheme implementation that aims to be a handy tool for daily work. Quick startup, a built-in system interface, and native multilingual support are some of its goals. It has an OO system similar to STklos and Guile. It supports UTF-8, EUC-JP, and Shift-JIS multibyte encodings natively.

Dernière Mise à Jour: 2013-03-30 11:06

mu

mu is a collection of utilities for maildirs, in particular for indexing and searching them. mu fills a database with information about your emails, which can then be queried using an easy query language. It can work stand-alone or be integrated with a mail client. It also provides an emacs-based email client ("mu4e") and bindings for Guile/Scheme.

(Traduction automatique)
Dernière Mise à Jour: 2007-02-07 23:05

MIT/GNU Scheme

MIT/GNU Scheme is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large runtime library. MIT/GNU Scheme is best suited to programming large applications with a rapid development cycle. Recent versions of the system are supported on the following platforms: GNU/Linux, *BSD, OS/2, and Windows.