RSS 12 projects tagged "Windows"

Download Website Updated 13 Dec 2012 Mocosel

Screenshot
Pop 22.98
Vit 21.81

Mocosel is a high-level programming language, based on a simple syntax but offering a very powerful and self-extensive programming experience.

Download Website Updated 25 Jul 2010 Menace of the Mines

Screenshot
Pop 44.78
Vit 2.11

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).

Download Website Updated 24 May 2005 Superior Lisp Interaction Mode for Emacs

Screenshot
Pop 73.79
Vit 1.47

SLIME is an integrated development environment for Common LISP which does everything you would expect from an IDE: code evaluation, compilation, macro expansion, and auto-completion. It also finds definitions of functions, and marks LISP forms which the compiler finds to be erroneous. It provides easy access to implementation-specific online documentation as well as the ability to look up symbols in the ANSI Common Lisp HyperSpec. Further, it includes an interactive debugger and object inspector.

Download Website Updated 31 Jul 2004 CL-FMOD

Screenshot
Pop 13.53
Vit 56.71

CL-FMOD is a set of Common Lisp bindings to FMOD using UFFI.

No download Website Updated 06 Jun 2003 Nyquist

Screenshot
Pop 47.01
Vit 1.00

Nyquist is an elegant and powerful language for sound synthesis and music composition. Unlike score languages that tend to deal only with events, or signal processing languages that tend to deal only with signals and synthesis, it handles both in a single integrated system. It is also flexible and easy to use because it is based on an interactive Lisp interpreter. You can design instruments by combining functions (much as you would using the orchestra languages of Music V, cmusic, or Csound). You can call upon these instruments and generate a sound just by typing a simple expression. You can combine simple expressions into complex ones to create a whole composition. It runs under any Unix environment, MacOS, Windows 95, and Windows NT, and it produces sound files as output (or direct audio output under Windows).

No download Website Updated 06 May 2003 The Regex Coach

Screenshot
Pop 52.38
Vit 60.57

The Regex Coach is a graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively. It shows whether a regular expression matches a particular target string, and can also show which parts of the target string correspond to captured register groups or to arbitrary parts of the regular expression. It can "walk" through the target string one match at a time and simulate Perl's split and s/// (substitution) operators. It tries to describe the regular expression in plain English. It can show a graphical representation of the regular expression's parse tree. It can single-step through the matching process as performed by the regex engine. Everything happens in "real time" (i.e., as soon as you make a change somewhere in the application all other parts are instantly updated).

Download Website Updated 04 Mar 2003 RScheme

Screenshot
Pop 39.12
Vit 1.00

RScheme is an object-oriented, extended Scheme implementation with a compiler that targets C or (RScheme's own) bytecodes. It has features expected from a modern language: an object system, reflection, modules, namespaces, safe macros, threads, a system call interface (including sockets), separate compilation, and persistence, as well as the formal basis and power of the Scheme programming language. RScheme also features a powerful, elegant foreign code interface.

Download Website Updated 28 Aug 2005 Jabberwocky

Screenshot
Pop 134.07
Vit 10.46

Jabberwocky is a Lisp IDE containing a Lisp-aware editor with syntax highlighting, parentheses matching, a source analyzer, indentation, a source level debugger, a project explorer, and an interaction buffer. It is the replacement for the Lisp Debug project.

Download Website Updated 09 Jan 2003 XSLT-process

Screenshot
Pop 50.30
Vit 2.90

XSLT-process is a minor mode for (X)Emacs that allows you to run a Java XSLT processor on a buffer and display the result in another buffer, or in a browser. You can also run the XSLT processor in debugging mode, setup breakpoints, run step by step, view local and global XSLT variables, and many more.

Download Website Updated 28 Apr 2011 Proof General

Screenshot
Pop 53.78
Vit 4.58

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.

Screenshot

Project Spotlight

check_updates

A Nagios plugin to check if a Red Hat system is up to date.

Screenshot

Project Spotlight

OCaml MySQL Protocol

MySQL Protocol in pure OCaml