Simple Project List Software Map

546 projects in result set
LastUpdate: 2013-08-08 13:38

LMDBG

LMDBG is a collection of small tools for collecting and analyzing the logs of malloc/realloc/memalign/free function calls. Unlike many others, LMDBG does not provide any way to detect overruns of the boundaries of malloc() memory allocations, as this is not the goal. Like most other malloc debuggers, LMDBG allows detecting memory leaks and double frees. However, unlike others, LMDBG generates full stacktraces and separates the logging process from analysis, thus allowing you to analyze an application on a per-module basis.

LastUpdate: 2014-05-07 22:29

libsigrokdecode

libsigrokdecode is a shared C library that provides (streaming) protocol decoding functionality. The protocol decoders are written in Python (>= 3.2).

(Machine Translation)
LastUpdate: 2001-11-27 05:43

Bahamut

The Bahamut IRCD is based on the EFNet Hybrid IRCD and has many additional features primarily designed for the DALnet IRC network. Its features include very high performance, compatibility with Solaris, BSD and Linux and a high level of stability under very high load, as well as many improvements over the original EFNet code. Bahamut is not compatible with Dreamforge as of version 1.2.0.

LastUpdate: 2012-01-08 00:48

NicTool

NicTool is a DNS management suite with support for various DNS servers (djbdns, BIND, PowerDNS), SQL data storage, DNS entry parsing (RFC 1034 & 1035 compliance), tiered and delegated permissions so you can safely grant access to clients and admins, giving them only the permissions they need. Humans interact via the Web interface, and an API is used for scripting mass updates, DNS templates, provisioning, and more. All changes are logged to easily track change history and see who changed what, and when.

(Machine Translation)
LastUpdate: 2013-02-11 23:36

fetch and deliver mail

fdm (fetch and deliver mail) is a simple, lightweight replacement for mail fetching, filtering, and delivery programs such as fetchmail and procmail. It can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and deliver to a pipe, file, maildir, mbox, or SMTP server, based on a set of regexps. It can be used for both single user and multiuser setups, and is designed with privilege separation when running as root.

(Machine Translation)
LastUpdate: 2005-10-19 11:23

Newsd

Newsd is a standalone local NNTP news server for
private newsgroup serving on a single server. It
is useful for serving private newsgroup(s) to an
intranet or the Internet, and can act as a simple
mail gateway. However, it does not interface with
other news servers and cannot manage distributed
news feeds, i.e. Usenet news.

(Machine Translation)
LastUpdate: 2007-01-27 18:39

GGI

GGI (General Graphics Interface) aims to develop a reliable, stable,
and fast graphics system that works everywhere. The authors want to
allow any program using GGI to run on any platform, requiring at most a
recompilation.

(Machine Translation)
LastUpdate: 2013-12-06 22:55

gpart

Gpart is a small tool which tries to guess which partitions are on a PC harddisk in case the primary partition table was damaged. It works by scanning through the device (or file) given on the commandline on a sector basis. Each guessing module is asked if it thinks a filesystem it knows about could start at a given sector. Several filesystem guessing modules are built in, and others can be added dynamically.

(Machine Translation)
LastUpdate: 2007-10-28 06:37

wzdftpd

wzdftpd is designed to be a small, efficient, and highly modular/configurable FTP server for various platforms including Linux and Windows. The server is RFC compliant, multi-threaded and can be configured entirely online using SITE commands. You can write your own extensions to the server in your choice of language, extending on existing MySQL, PostgreSQL, SQLite, Tcl, Perl, PAM, and SFV plugins. Features include IPv6, TLS/SSL, UTF8, ACLs, VFS, events, scripting, plugins, job scheduler, bandwidth limitations, credits/sections, group administration, and customizable logging.

(Machine Translation)
LastUpdate: 2009-07-17 20:55

Vector Signal Imaging Processing Library

The Vector Signal Image Processing Library is an
application programming interface (API) defined by an
open standard. This package is a reference
implementation of this specification.

(Machine Translation)
LastUpdate: 2007-11-29 16:32

Snort2PF

With Snort2Pf, you can turn your local Snort
installation easily into an "intrusion detection
and prevention system", rather than simply using
it for post-mortem analysis. Such a system also
blocks the recognized violations.

(Machine Translation)
LastUpdate: 2014-02-15 22:59

tk_cdconverter

tk_cdconverter is a Tcl/Tk frontend to rip and convert a CD into a directory and set some tags. Conversion between different formats is also possible.

(Machine Translation)
LastUpdate: 2014-01-02 02:58

mk-configure

mk-configure is a lightweight replacement for GNU autotools written in and for bmake (a portable version of NetBSD make). The main goal is to have only one top-level tool instead of aclocal+automake+autoconf+autoheader. Other goals are clean design, simplicity, and "no code generation".

(Machine Translation)
LastUpdate: 2013-07-29 20:39

dhcpy6d

dhcpy6d delivers IPv6 addresses for DHCPv6 clients, which can be identified by DUID, hostname, or MAC address, as in the good old IPv4 days. Addresses may be generated randomly, by range, or by arbitrary ID or MAC address. Clients can get more than one address, leases and client configuration can be stored in databases, and DNS can be updated dynamically.

(Machine Translation)
LastUpdate: 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.