RSS 26 projects tagged "Linux"

Download Website Updated 15 Jun 2011 The Glasgow Haskell Compiler

Screenshot
Pop 193.45
Vit 11.86

The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell. GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell for example concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries.

Download Website Updated 14 Nov 2001 link check

Screenshot
Pop 24.66
Vit 1.75

linkchk is a network link ping monitor. It supports both IPv4 and IPv6. It works by repeatedly pinging a named host or the default gateway of a given interface. When the link is working the ping time is shown in a small GTK window or tty, otherwise the link status is shown. It is particularly useful for monitoring IP tunnels or dialup links.

Download Website Updated 17 May 2005 nhc98

Screenshot
Pop 34.03
Vit 1.99

nhc98 is a small and highly portable compiler for the Haskell 98 language. It has been extended with the standard FFI and hierarchical module namespaces, features extensive heap profiling capabilities, and generally produces small code which runs using small amounts of heap.

No download Website Updated 18 Jun 2003 The Chalmers Haskell-B Compiler

Screenshot
Pop 30.58
Vit 1.42

The Chalmers Haskell-B compiler implements full Haskell 1.3, as well as some optional extensions. It is written by Lennart Augustsson and based on the classic LML compiler by Augustsson and Johnsson.

No download Website Updated 12 Feb 2005 PXSL

Screenshot
Pop 26.15
Vit 1.54

PXSL ("pixel") is a convenient shorthand for writing markup-heavy XML documents. It provides XML authors and programmers with a simple, concise syntax that they can use to create XML documents. For more advanced users, it offers customizable shortcuts and sophisticated refactoring tools like functional macros that can markedly reduce the size and complexity of markup-dense XML documents.

Download Website Updated 07 Oct 2003 Greencard

Screenshot
Pop 11.87
Vit 1.00

Green Card is a foreign function interface preprocessor for Haskell. It simplifies the task of interfacing Haskell programs to external libraries, which are normally exposed via C interfaces.

Download Website Updated 07 Oct 2003 HGL

Screenshot
Pop 13.04
Vit 1.00

HGL is a graphics library for Haskell. It gives the programmer access to the most interesting parts of the Win32 and X11 library without exposing the programmer to the pain and anguish usually associated with using these interfaces.

Download No website Updated 09 Jul 2006 Debian From Scratch

Screenshot
Pop 60.68
Vit 1.11

Debian From Scratch is really two related components in one. First, it's a live bootable CD image that is designed to provide a full-featured kernel and rescue environment. It includes filesystem tools, editors, C compilers, Python, Perl, and everything you need to manually install Debian on a new machine. On ix86 machines, Grub is used to boot directly from the CD. There is also a program that is used to create the DFS CD images. It is highly configurable and can be used to create other custom bootable CD or DVD images. You can include whatever kernel or packages you want.

Download Website Updated 19 Oct 2005 Exmude

Screenshot
Pop 46.04
Vit 1.00

Exmude is a simple musical instrument that you can run on your computer. You control it with your mouse. Moving the mouse up and down controls the volume, while moving the mouse to the left and to the right controls the pitch.

Download Website Updated 24 Nov 2006 Streams

Screenshot
Pop 14.42
Vit 1.00

Streams is an I/O library designed to eventually replace the current I/O facilities based on using Handles. The main advantage is its strong modular design using typeclasses. It consists of small independent modules, each implementing one type of stream (file, memory buffer, pipe, etc.) or one part of common stream functionality (buffering, char encoding, locking, etc.). 3rd-party librarie can easily add new stream types and new common functionality. Other benefits of the new library include support for streams functioning in any monad, Hugs and GHC compatibility, high speed, and an easy migration path from the existing I/O library. It is heavily based on the HVIO module written by John Goerzen.

Screenshot

Project Spotlight

SmartGit/Hg

A GUI client for Git, Mercurial, and SVN.

Screenshot

Project Spotlight

wye

A pipe multiplexer.