Einfache Projektliste Software-Karte

94 Projekte im Ergebnis
Letztes Update: 2009-02-04 22:18

Haskell Database Connectivity

HDBC provides an abstraction layer between Haskell
programs and SQL relational databases. This lets
you write database code once, in Haskell, and have
it work with any number of backend SQL databases
(MySQL, Oracle, PostgreSQL, ODBC-compliant
databases, etc.) HDBC is modeled loosely on
Perl's DBI interface, though it has also been
influenced by Python's DB-API v2, JDBC in Java,
and HSQL in Haskell.

(Machine Translation)
Letztes Update: 2008-09-25 17:44

datapacker

datapacker is a tool to group files by size such
that they fill fixed-size containers (called
"bins") using the minimum number of containers.
This is useful, for instance, if you want to
archive a number of files to CD or DVD, and want
to organize them such that you use the minimum
possible number of CDs or DVDs. In many cases,
datapacker executes almost instantaneously. Of
particular note, the hardlink action can be used
to effectively copy data into bins without having
to actually copy the data at all. datapacker is a
tool in the traditional Unix style; it can be used
in pipes and call other tools.

(Machine Translation)
Letztes Update: 2010-04-21 12:25

Lsl Plus

Lsl プラスは、編集/コンパイル/テスト環境のため、リンデン スクリプト言語 (LSL)、Eclipse プラグインとして実装されています。

(Machine Translation)
Letztes Update: 2006-08-05 00:45

Fid Emacs

Fid の既定のテキスト エディター。

(Machine Translation)
Entwicklungsstatus: 3 - Alpha
Betriebssystem: Linux
Programmiersprache: Haskell
Benutzerschnittstelle: Console/Terminal
Letztes Update: 2007-12-26 14:06

DrIFT

DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations and directives from modules and applies rules to them which generate code. It is intended that the user can add new rules as required. DrIFT automates instance derivation for classes that aren't supported by the standard compilers. In addition, instances can be produced in separate modules to that containing the type declaration. This allows instances to be derived for a type after the original module has been compiled. Simple utility functions can also be produced from a type.

Letztes Update: 2007-12-26 14:16

HaXml

HaXml is a suite of libraries and tools for
manipulating XML documents in Haskell. It
includes a parser, a pretty-printer, a validator,
a combinator library for transforming
documents, and converters for changing a
Haskell datatype into an XML DTD, and for
changing an XML DTD into a set of Haskell
datatypes. There are also tools for a query
language based on XQL.

(Machine Translation)
Letztes Update: 2007-12-26 14:19

HaskellDB

HaskellDB is a combinator library for
expressing queries and other operations on
relational databases in a type safe and
declarative way. All the queries and
operations are completely expressed within
Haskell, and no embedded (SQL) commands
are required.

(Machine Translation)
Letztes Update: 2002-03-04 01:06

Java VM Bridge for Functional Languages

jvmbridge is a bridge to the Java virtual machine
via JNI for Haskell (and perhaps later other
functional languages).

(Machine Translation)
Letztes Update: 2003-10-07 05:23

Greencard

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.

(Machine Translation)
Letztes Update: 2008-01-16 10:19

ListLike

The ListLike module provides a common interface to
the various Haskell types that are "list-like".
Predefined interfaces include standard Haskell
lists, Arrays, ByteStrings, and lazy ByteStrings.
Custom types can easily be made ListLike instances
as well. ListLike also provides for String-like
types, such as String and ByteString, for types
that support I/O, and for types that can handle
infinite lists.

(Machine Translation)
Letztes Update: 2009-09-25 09:10

log2rotate

log2rotate is designed for rotating backups with an optimal balance between retention and space usage. Instead of rotating backups using some fixed period such as daily, weekly, monthly, or yearly, it rotates backups using exponentially-growing periods. The exponential periods are based on the base 2 logarithm or squaring, depending on how you look at it.

(Machine Translation)
Betriebssystem: OS Unabhängig
Programmiersprache: Haskell
Themen: Freecode.com, Backup
Letztes Update: 2008-01-11 15:58

ConfigFile for Haskell

The ConfigFile module for Haskell works with
configuration files in a standard format that is
easy for the user to edit, easy for the programmer
to work with, and yet remains powerful and
flexible. It is inspired by, and is compatible
with, Python's ConfigParser module. It uses files
that resemble Windows .INI-style files, but with
numerous improvements. ConfigFile provides simple
calls to both read and write config files. It's
possible to make a config file parsable by this
module, the Unix shell, and make.

(Machine Translation)
Letztes Update: 2010-10-26 22:13

haskell-augeas

haskell-augeas is a Haskell FFI wrapper for the Augeas API.

(Machine Translation)
Letztes Update: 2015-01-30 01:59

Haskell support for Eclipse

Eclipse IDEを関数型プログラミング言語 Haskell用の開発ツールを用いて拡張し、一貫していて使いやすく設定可能な環境において、広範なツール(コンパイラ、インタプリタ、ドキュメントツール、その他)のサポートを提供しています。

Letztes Update: 2005-05-29 16:15

CheckRDF

CheckRDF is a tool, consisting of a shell script
and a Haskell program, for downloading RDF site
summaries and showing news in a text file and in
an HTML file. It is highly configurable.

(Machine Translation)