Simple Project List Software Map

30 projects in result set
最后更新: 2008-03-14 01:44

Unison

Unison is a file-synchronization tool for Unix and Windows. It allows two copies of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison can deal with updates to both replicas of a distributed directory structure. Updates that do not conflict are propagated automatically. Conflicting updates are detected and displayed. Unison can communicate through a direct socket link or through an rsh/ssh tunnel. It uses network bandwidth efficiently.

最后更新: 2014-03-16 20:55

FFTW

FFTW is a fast C FFT library. It includes complex, real, symmetric, multidimensional, and parallel transforms, and can handle arbitrary array sizes efficiently.It is typically faster than other freely available FFT implementations, and is even competitive with vendor-tuned libraries (benchmarks are available at the homepage). To achieve this performance, it uses novel code generation and runtime self optimization techniques (along with many other tricks).

最后更新: 2003-04-03 14:23

MyPhpMoney

MyPhpMoney is a tool written in PHP to manage bank accounts through a Web interface. It uses MySQL to store data and relies on the PHPLIB (template, session, and database abstraction).

(Machine Translation)
最后更新: 2012-07-28 04:52

HOL

Higher Order Logic (HOL) is a programming environment in which theorems can be proved and proof tools implemented. Built-in decision procedures and theorem provers can automatically establish many simple theorems. An Oracle mechanism gives access to external programs such as SAT and BDD engines. HOL 4 is particularly suitable as a platform for implementing combinations of deduction, execution, and property checking.

(Machine Translation)
最后更新: 2005-12-06 13:52

MLton

MLton is a whole-program optimizing Standard ML compiler. It generates standalone executables with excellent runtime performance, supports the full SML 97 language, and has a complete basis library. It also has a fast C FFI, source-level time and allocation profiling, and many useful libraries.

最后更新: 2003-05-31 15:28

GeneWeb

GeneWeb is a system for people who want to publish their genealogy data on the Web. It can also be used locally (not connected on the net) as a normal genealogy program. It uses very efficient techniques of relationship and consanguinity computing, speaks several languages, and can run in conjunction with an existing Web server (CGI) or standalone using its own internal server.

(Machine Translation)
最后更新: 2008-04-30 23:19

SML/NJ

sml/nj (Standard ML of New Jersey) consists of a compiler, compilation manager, and libraries for Standard ML. Included are CML (Concurrent ML) and eXene (a toolkit for X based on CML). The compiler produces efficient code for most popular architectures (Intel x86, Sparc, Alpha, Mips, HP-PA, PowerPC) and runs under Unix, Linux, or Windows (95,98,NT).

最后更新: 2001-07-16 20:16

pxpvalidate

pxpvalidate is based on the XML parser PXP, and
simply checks XML files for errors. Both
violations of well-formedness and validation
constraints are discovered. It can process
namespaces and even validate documents using
namespaces.

(Machine Translation)
最后更新: 2002-05-20 12:00

XSL Preprocessor

XSPP (XSL Preprocessor) offers alternative syntax for creating XSLT stylesheets. It alo supports macro expansion, and is written in OCaml.

(Machine Translation)
最后更新: 2002-02-02 14:49

SMLserver

SMLserver is a Web server plugin for AOLserver, an
Open Source multi-threaded Web server provided by
America Online and used for large-scale, dynamic
Web sites. SMLserver allows efficient threaded
execution of Standard ML programs and inherits
many of the great features of AOLserver, including
the possibility of accessing a variety of
different relational database management systems
(RDBMSs), such as Oracle, MySQL, and PostgreSQL.

(Machine Translation)
最后更新: 2003-06-12 15:13

Camlserv

Camlserv is a lightweight Web server written in Ocaml for highly interactive Web pages or even online browser-based games. The server can already be used as a fast frontend to a MySQL database.

(Machine Translation)
最后更新: 2001-07-04 14:35

FaCiLe

FaCiLe is a constraint programming library over integer finite domain written in OCaml. It offers all usual facilities to create and manipulate finite domain variables, arithmetic expressions and constraints (possibly non-linear), built-in global constraints, and search goals. It also allows you to build easily user-defined constraints and goals (including recursive ones), making pervasive use of OCaml higher-order functionals to provide a simple and flexible interface for the user.

(Machine Translation)
最后更新: 2003-02-22 10:09

mathplot

mathplot is an interactive function grapher. It supports equations, inequations, displaying tangent, finding roots, extrema, and the intersection of 2 functions, and much more.

(Machine Translation)
最后更新: 2004-02-10 14:00

bibgrep

Bibgrep indexes and efficiently searches BibTex
files. Its usage is similar to the command grep
and the queries use a Google-like syntax. Bibgrep
will create an index for each BibTex file it
touches, and keep the result within
"~/.bibgrep.idx" (by defaults). It watches the
modification date and the size of the original
BibTex file, and will update (and delete) its
index as needed.

(Machine Translation)
最后更新: 2004-03-13 09:00

BBSzilla

BBSzilla is an extension for Mozilla-based browsers such as
the Mozilla Application Suite and Firefox. It gives the browser
the ability to connect to Bulletin Board Systems that utilize
TCP/IP, such as Hotline servers. There is functionality for
multi-user chat, single-user messaging, as well as server-side and P2P file sharing, threaded news, single-thread
bulletins, and more.

(Machine Translation)