Simple Project List Software Map

67 projects in result set
LastUpdate: 2003-08-26 13:07

CL-GD

CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI.

LastUpdate: 2003-06-10 16:37

Charlemagne

Charlemagne is a versatile genetic programming application. It
includes a commandline client and an interactive console mode. It is
written in Python and Lisp, and is user extensible to some degree in
both languages. It features built-in input-output mapping support and
provides the ability to define complex fitness calculations in Lisp or
Python.

(Machine Translation)
LastUpdate: 2003-05-06 05:42

CL-PPCRE

CL-PPCRE is a portable regular expression library for Common Lisp. It is compatible with Perl, and it's fast, portable (strictly ANSI-compliant), and thread-safe. It comes with convenient features like a SPLIT function, a couple of DO-like loop constructs, and a regex-based APROPOS feature similar to the one found in Emacs. In addition to specifying regular expressions as strings like in Perl, you can also use S-expressions which are more Lisp-y.

LastUpdate: 2012-10-30 16:35

QueryFS

QueryFS is a FUSE-based virtual filesystem that is based on queries. There are plugins to parse various query syntaxes and each query creates a virtual directory. Currently the most elaborate query language is SQL-based; you can either provide access to data stored in an SQL database, or keep an index of files in the SQL database and generate search directories with symlinks to found files. QueryFS and its SQL2 query DSL fully support creation of refinable searches: for example, the author has an index of downloaded email files; one can see all the distinct senders registered in the DB and then go into a directory of one sender and see all accounts that ever received an email from this sender.

(Machine Translation)
Database Environment: SQL-based
운영 체제: MacOSX, Linux
프로그래밍 언어: Common Lisp, Common Lisp
LastUpdate: 2010-07-25 20:47

Menace of the Mines

Menace of the Mines is a fast-paced roguelike game that has tons of monsters, many different classes and races, and a unique magic system (well, that's the goal).

LastUpdate: 2005-05-09 14:06

UnCommon Web

UnCommon Web is a Web application framework. UnCommon Web features a component based UI construction toolkit, template and programmatic dynamic HTML generation engines, and linear (also known as modal or continuation) page flow control. UnCommon Web can sit behind Apache or a pure Lisp Web server.

LastUpdate: 2004-04-25 10:15

Osicat

Osicat is a lightweight operating system interface for Common Lisp on
Unix platforms. It is not a POSIX-style API, but rather a simple lispy
accompaniment to the standard ANSI facilities.

(Machine Translation)
LastUpdate: 2009-02-07 10:28

cl-paypal

cl-paypal is a PayPal express checkout library for Common Lisp.

LastUpdate: 2013-01-19 01:38

Paktahn


Paktahn is a frontend for the ArchLinux Pacman database and the Arch User Repository (AUR).

(Machine Translation)
LastUpdate: 2004-05-10 15:47

Bouquet: a graph generator

Bouquet is a graph generation package that allows
you to register graphs over various Lisp objects
and generate graph description files, which can be
later visualised using the Tulip package. Tulip
clusters and properties are supported.

(Machine Translation)
LastUpdate: 2004-03-29 15:40

URL-REWRITE

URL-REWRITE is a small package which can be used to programmatically
rewrite (X)HTML documents so that certain attributes values are replaced
by others. It was written to rewrite URLs for cookieless session
handling, but can be put to other uses.

(Machine Translation)
LastUpdate: 2007-02-05 11:15

cl-wav-synth

cl-wav-synth is a WAV sample editor. It comes in
two parts: the main library for manipulating WAV
files, and an (Mc)CLIM interface with a full LISP
listener, a sample pane editor, a spectrum pane
editor, and a song pane editor.

(Machine Translation)
LastUpdate: 2006-02-19 07:12

CL-EMB

CL-EMB is a library which embeds Common Lisp and special template tags
into normal text files. It can be used for dynamically-generated HTML
pages.

(Machine Translation)
LastUpdate: 2011-10-11 21:25

Common Lisp Quick Reference

Common Lisp Quick Reference is a booklet with short descriptions of the thousand or so symbols defined in the ANSI standard. It comes with a comprehensive index. It is written in LaTeX and formatted for printing on both A4 and letter paper. After folding the sheets lengthwise, they can easily be turned into a handy booklet.

LastUpdate: 2003-10-22 06:07

CL-INTERPOL

CL-INTERPOL is a library for Common Lisp which modifies the reader so that you can have interpolation within strings, similar to Perl or Unix Shell scripts. It also provides various ways to insert arbitrary characters into literal strings even if your editor/IDE doesn't support them.