Simple Project List Software Map

577 projects in result set
LastUpdate: 2001-11-11 14:11

Pods

Pods is a peer-to-peer resource sharing system which allows users to share any resource through the use of an XML-based protocol. The node natively supports disk storage and batch processing, allowing anybody to submit a task to be processed by the entire network. Basic command-line and GTK+ clients are included.

LastUpdate: 2009-01-19 15:24

KBasic

KBasic is a programming language related to VB.NET, Visual Basic, Visual Basic for Applications, and Java. It combines the best features of those tools and comes with built-in backward-compatibility support for VB, VBA, and QBasic. It also comes with support for VB.NET syntax, functions, and similar objects and classes. It allows developers with an installed base of VB applications to start developing for a mixed-platform environment. KBasic comprises a compiler, an interpreter, and an integrated development environment.

LastUpdate: 2001-07-20 05:00

EnderUNIX Vpwd2SQL

EnderUNIX Vpwd2SQL is a tool written in PERL that
is used to convert '/etc/shadow
or /etc/master.passwd' accounts to vpopmail
accounts.

(Machine Translation)
LastUpdate: 2002-12-05 04:46

oo2c

Oberon2 is a simple and safe object-oriented
language created by N.Wirth, the author of Pascal
and Modula2. It is statically strongly typed and
has garbage collection. Most of good ideas
incorporated in design of Java were in Oberon2
long before. OOC is an open source project to
produce a family of optimizing Oberon2 compilers.
The compiler with an ANSI C back-end, oo2c, is
quite mature, and provides a complete and
convenient Oberon2 development environment. It
comes with a rather comprehensive standard
library, Code Navigator, and an Emacs mode. It is
easy to call C functions and libraries from
Oberon2.

(Machine Translation)
LastUpdate: 2000-03-21 07:05

genps

genps uses PostScript in a genetic algorithm to produce art.

(Machine Translation)
LastUpdate: 2005-04-07 12:14

texi2latex

texi2latex transforms Texinfo documentation to the
LaTeX format. The LaTeX document uses the hyperref
package when processed by pdfLaTeX. For the
conversion, the native XML output of makeinfo is
taken and transformed to LaTeX using XSLT.

(Machine Translation)
LastUpdate: 2005-07-03 02:24

dhcp2ldap

dhcp2ldap is a daemon for use with the BIND9 LDAP
backend. It updates the LDAP-based DNS zone with
data found in a configured DHCP lease file if and
when the lease file gets updated. This program is
designed to be used with the ISC DHCP daemon.

(Machine Translation)
LastUpdate: 2005-08-01 23:12

SourceBrowser

SourceBrowser is a documentation meta-programming tool that generates a wiki representation of a source tree. The project provides a domain specific language called Source Annotation Language for writing documentation meta-programs. A meta-program is embedded into the source code of a program or library, and defines an object-oriented database. The meta-program can be evaluated with the tools provided by the project, and generate a wiki that integrates documentation and source code for seamless browsing.

LastUpdate: 2004-02-08 13:41

IdeaJad

IdeaJad is a free plugin that allows you to decompile Java class files from within IntelliJ IDEA by using the popular decompiler, JAD.

LastUpdate: 2004-08-04 00:58

Tintware

Tint is a string substitution language; it is intended to be used as an extension language. Tint Emacs is an emacs clone for Win32, Mac OS X, and Darwin. It uses Tint as its extension language.

LastUpdate: 2004-03-15 08:57

tkscript

tkscript is a JIT-accelerated C-like scripting language with bindings for OpenGL, SDL, SDL_net, libpng, and zlib. A plugin SDK can be used to dynamically extend the script engine with custom C functions and C++ classes. It can be used to create portable, 3D, OpenGL-accelerated multimedia applications.

LastUpdate: 2010-01-31 15:55

TinyaML

TinyaML is a virtual machine, a compiler, and a compiler- compiler, powered by the abstract parser tinyap. It is endian-safe and allows easy bindings of new C APIs into the virtual machine. The VM executes wordcode with a virtual threading model and features a garbage collector. TinyaML allows the user to compile and run assembly code, or plug new grammars for higher-level languages into the parser and implement the methods to compile their ASTs.

LastUpdate: 2008-04-28 18:09

XE Toolkit

The XE Toolkit is a multi-platform, network-aware,
secure performance monitoring solution for
tactical analysis of enterprise computing systems.
It uses Java and provides an API in the form of
Java jar files that contain the programmatic
interfaces needed to craft custom tools. It
remains a toolkit, perhaps more complex than the
SE Toolkit, but also far more versatile.

(Machine Translation)
LastUpdate: 2002-06-16 11:06

djbdns-conf

djbdns-conf is a configuration tool for djbdns.
It makes/deletes/enables/disables tinydns, axfrdns
(synchronously with tinydns), walldns, and
dnscache. It also maintains their respective files
in /etc and has a pull-style method with
ssh/axfr-get to make secondary name service.

(Machine Translation)
LastUpdate: 2005-06-21 03:08

Garbage Collection Library for C++

LibGC is a small, fast, portable, multi-threaded
garbage collection library for C++. It is highly
customizable, as it can be multithreaded or single
threaded, and the memory size to use for the
collector may be changed at compile time. It is
precise, as it only scans pointers that exist as
members on the stack or as global variables. It's
very easy to use, since it has only two classes,
Object (the base class for garbage-collected
objects) and Pointer (for garbage-collected
pointers).

(Machine Translation)