

| |||||||
|
You are here: Root > Software > Development
A Forth CPU assembler
An assembler for a Forth-like CPU.
CLIM text style selection dialog
An implementation of a simple CLIM dialog box for interactively selecting a text style, i.e. a combination of font family, face and size. It demonstrates a way of creating modal dialogs that return va...
CLX-DRAWING-WINDOW
A library for performing simple 2D graphical operations with CLX on a drawable area. Requires trudgett.david.utils (utils.lisp).
Calcul des fréquences d'occurrence des caractères, digrammes et trigrammes dans un texte
A program for computing and reporting the frequencies of characters, digrams and trigrams in a text file. For educational purposes.
Calcul des sphères d'influence des atomes d'une protéine
A program for computing the influence spheres of atoms in a protein.
GBBopen
High-performance, open source AI blackboard-system framework based on the concepts that were explored and refined in the UMass Generic Blackboard system and the commercial GBB product.
Google Web API Client
A (very) simple client for Google's Web Search API.
MINI compiler
A compiler for a simple, Lisp-like language called "MINI". The tool generates code for an imaginary stack machine, and is intended For educational purposes.