Liste des projets simples Logiciel Télécharger Carte

149 projects in result set
Dernière Mise à Jour: 2014-06-12 08:55

TXR

TXR is a new data munging language. TXR's special pattern language provides template-based matching of entire documents or large sections of documents. It also contains a language for functional and imperative programming. It is written in C and takes the form of a utility that is portable to Unix-like platforms and Windows.

Dernière Mise à Jour: 2009-02-09 00:00

Anthy

Anthy is a system for Japanese input method.
It converts Hiragana text to Kana Kanji mixed text.

Statut de développement: 2 - Pre-Alpha
Utilisateurs cibles: End Users/Desktop
Langage naturel: English, Japanese
Système d'exploitation: Linux
Langage de programmation: C, Lisp
Interface utilisateur: Console (Text Based)
Register Date: 2002-03-28 16:02
Dernière Mise à Jour: 2010-07-07 22:53

GNU CLISP

GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system (CLOS, MOP), sockets, fast bignums, arbitrary precision floats, and a foreign language interface that runs on most Unix variants and Win32.

Dernière Mise à Jour: 2002-01-15 21:47

The Insidious Big Brother Database

The Insidious Big Brother Database (BBDB) is a contact management utility for use with GNU Emacs and XEmacs. It can hook into Emacs-based mail- and news-readers and automatically collect information on messages therein.

(Traduction automatique)
Dernière Mise à Jour: 2004-08-01 13:18

SLOCCount

SLOCCount is a suite of programs for counting physical source lines of code (SLOC) in possibly large software systems. It can count physical SLOC for a wide number of languages. It can take a large set of files and automatically categorize their types using a number of different heuristics, and also comes with analysis tools.

Dernière Mise à Jour: 2012-07-06 19:59

librep

Librep is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensible. It contains an interpreter, byte-code compiler, and virtual machine. Applications may use the interpreter as an extension language, or it may be used for standalone scripts. Rep was originally inspired by Emacs Lisp. However one of the main deficiencies of elisp--the reliance on dynamic scope--has been removed. Also, rep only has a single namespace for symbols.

(Traduction automatique)
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: 2005-04-02 12:18

lispreader

lispreader is a small library for reading expressions in Lisp syntax. It provides a framework for reading configuration files. To simplify interpretation of the read data, lispreader also provides functions for simple matching of expressions against patterns.

(Traduction automatique)
Dernière Mise à Jour: 2011-04-28 12:05

Proof General

Proof General is a generic Emacs interface for proof assistants, suitable for use by pacifists and Emacs militants alike. It is supplied ready-customized for LEGO, Coq, and Isabelle. You can adapt Proof General to other proof assistants if you know a little bit of Emacs Lisp.

(Traduction automatique)
Dernière Mise à Jour: 2014-05-02 22:47

neslisp

neslisp is a LISP compiler suite for the Nintendo Entertainment System. It compiles lisp code to assembly code for the 6502 processor architecture.

(Traduction automatique)
Dernière Mise à Jour: 2013-12-19 02:57

GCC-MELT

GCC-MELT is a high-level domain specific language that eases the development of plugin-like extensions for GCC, the Gnu Compiler Collection. These extensions can analyze or modify GCC internal representations, and can be used for static source code analysis, refactoring, specific warnings, optimizations, etc. The MELT language provides high-level features. Notably, MELT code is translated to C or C++, and can even contain C or C++ code. It includes powerful pattern matching facilities and can manipulate dynamically typed values and raw GCC structures. It enables functional/applicative, object-oriented, reflective programming styles and has a familiar Lisp-like syntax.

(Traduction automatique)
Système d'exploitation: Linux
Langage de programmation: Lisp
Interface utilisateur: Plugins
Dernière Mise à Jour: 2012-10-22 00:30

Invenio

Invenio (formerly CDSware) is a suite of applications that provides the framework and tools for building and managing an autonomous digital library server. It complies with the Open Archives Initiative metadata harvesting protocol (OAI-PMH) and uses MARC 21 as its underlying bibliographic standard. Its flexibility and performance make it a comprehensive solution for the management of document repositories of moderate to large size.

(Traduction automatique)
Dernière Mise à Jour: 2002-12-17 15:44

OpenCyc

OpenCyc is the open source version of the Cyc technology, the world's largest and most complete general knowledge base and commonsense reasoning engine. OpenCyc can be used as the basis for a wide variety of intelligent applications.

Dernière Mise à Jour: 2001-11-20 08:37

crypt++.el

crypt++.el is a package of Lisp functions that recognize automatically encrypted and encoded (i.e., compressed) files when they are first visited or written. The BUFFER corresponding to the file is decoded and/or decrypted before it is presented to the user. The file itself is unchanged on the disk. When the buffer is subsequently saved to disk, a hook function re-encodes the buffer before the actual disk write takes place.

Dernière Mise à Jour: 2011-11-02 23:00

Treep

Treep is a simple language for doing symbolical computations. It operates on numbers and strings that can be organized in more complex objects. These objects are lists of name-value pairs that are stored in memory as AVL trees. It has about sixty built-in functions to operate on such data and a way to define new functions. Treep syntax very much resembles Lisp. The power of treep is its simplicity and security.

Treep is a good tool do process objects and relations between them. For example it is possible to define graphs as a sets of vertices and edges in text file, parse that file, do any computations you like, write modified data to text file. Treep works well on graphs, trees, linked lists, simple hashes. Treep is not good at processing texts, dealing with system input/output.

(Traduction automatique)
Langage naturel: English
Système d'exploitation: POSIX (Linux,BSD,Solaris etc..)
Langage de programmation: Lisp