RSS 1461 projects tagged "BSD Original"

Download Website Updated 17 Jun 2013 Spread

Screenshot
Pop 282.99
Vit 187.12

The Spread Toolkit provides tools for developing reliable and robust distributed applications ranging from collaboration tools to fault-tolerant database servers to replicated Web servers. It consists of a daemon which provides multicast messaging, reliability, ordering, and membership services, and a library which applications link with. Spread provides a simple API for writing group applications and is designed to provide high performance for local and wide area networking applications.

Download Website Updated 15 May 2013 Webmin

Screenshot
Pop 1,431.70
Vit 124.05

Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms, you can setup user accounts, internet services, DNS, file sharing and so on.

No download Website Updated 07 Jun 2013 unifdef

Screenshot
Pop 251.68
Vit 83.27

Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #en­dif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.

Download Website Updated 09 May 2013 JSch

Screenshot
Pop 644.18
Vit 76.71

JSch is a pure Java implementation of SSH2. It allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc. You can integrate its functionality into your own Java programs.

Download Website Updated 12 Jan 1999 wm2

Screenshot
Pop 29.55
Vit 72.61

wm2 is a window manager for X. Using wm2, you can move windows around the screen, resize windows both horizontally and vertically, hide windows, restore hidden windows and delete windows. wm2 also adds a stylish frame to each managed window.

Download Website Updated 31 Aug 2001 prwhod

Screenshot
Pop 11.62
Vit 72.44

A modified version of the rwhod daemon as distributed by 4.3BSD once upon a time. Features include being able to send notification to a specific server (instead of broadcasting to everybody) and using network byte order for the files stored in /var/spool/rwho. It can also filter which hosts to listen to.

Download No website Updated 10 Jun 2013 rspamd

Screenshot
Pop 346.70
Vit 71.80

Rspamd is an anti-spam system designed to work faster than SpamAssassin by using the event model and various optimizations. Its most important features include regexp and Lua rules for filtering different parts of messages, a number of built-in functions for analyzing messages, fuzzy hash support, SURBL filters, email and character table support, a control interface for remote managing and stats gathering, a Lua plugin system, statistics support (OSB/Bayes), and an AJAX-based Web interface.

Download Website Updated 30 Jan 2001 Minotaur

Screenshot
Pop 33.67
Vit 71.40

Minotaur is a generalized extension which lets you run Python scripts from Tcl, or Tcl from Perl, or any of the other combinations. Minotaur works by loading the appropriate shared library into another script language's context. So, for example, running Tcl from Python means that the Python main program imports the Minotaur extension, which in turn loads the Tcl libraries - thus Tcl becomes "embedded" into the Python runtime environment (which is similar to embedding Tcl in a normal C program). As involved as that sounds, performance is already surprisingly good, and the capability is turning out to be quite useful. Minotaur 0.1 is an alpha level release, meaning: it works, aside from a few quirks and bugs, but its API and implementation might still change in incompatible ways in future releases.

Download No website Updated 25 Jul 1999 PPPKit

Screenshot
Pop 12.17
Vit 71.26

pppkit is a Perl script that generates PPP scripts. It has been tested on RedHat Linux and Slackware Linux.

Download Website Updated 08 Oct 1999 giot

Screenshot
Pop 15.78
Vit 70.74

giot is a freely distributable extension to Tcl implementing a generic transformation channel, to be configured with Tcl scripts implementing the real behaviour.

Screenshot

Project Spotlight

metaf2xml

A program that parses METAR, TAF, SYNOP, and BUOY messages and stores them as XML.

Screenshot

Project Spotlight

Socket++

A C++ class library for using sockets.