Liste des projets simples Logiciel Télécharger Carte

92 projects in result set
Dernière Mise à Jour: 2009-06-01 09:04

SLRN

SLRN is an NNTP-based newsreader for Unix, VMS, win32, BeOS, and OS/2 systems. Unlike many other newsreaders, SLRN supports color terminals and displays a thread tree.

(Traduction automatique)
Dernière Mise à Jour: 2005-06-22 03:34

Perdition Mail Retrieval Proxy

Perdition is a fully featured POP3 and IMAP4 proxy server. It is able to handle both SSL and non-SSL connections and redirect users to a real-server based on a database lookup. Perdition supports modular based database access. The distribution ships with modules for ODBC, MySQL, PostgreSQL, GDBM, POSIX Regular Expression, and NIS. The API for modules is open, allowing abitary modules to be written to allow access to any data store. Perdition can be used to create large mail systems where an end-user's mailbox may be stored on one of several hosts, to integrate different mail systems together, to migrate between different email infrastructures, and to bridge plain-text, SSL, and TLS services. It can also be used as part of a firewall.

(Traduction automatique)
Dernière Mise à Jour: 2012-08-04 01:10

NetCDF

NetCDF is a format developed at Unidata that was
inspired by the CDF format from NASA. NetCDF
stands for "Network Common Data Form" and is a
self-describing data format, commonly used in
scientific and engineering applications.

(Traduction automatique)
Dernière Mise à Jour: 2007-01-12 06:07

Simplebackup

Simplebackup is a cross-platform backup program. It reads a configuration file, then it builds a compressed file for each of your backup directories or files on your backup list, and places the compressed files into another location. For example, this location can be a network mapped drive in Windows, an NFS mounted drive in Unix, another hard disk, an FTP server, an SFTP (Secure FTP) server, an HTTP (WebDAV) server, one or more email accounts, or a tape device (Unix only). This will duplicate your information, doing the so called "backup".

(Traduction automatique)
Dernière Mise à Jour: 2011-04-01 08:58

CMake

CMake is a cross-platform, open-source build system. It is used to control the software compilation process using simple platform and compiler independent configuration files. It generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, and code generation.

Dernière Mise à Jour: 2006-01-21 04:02

Email Security through Procmail

Email Security through Procmail (the Procmail Sanitizer) provides methods to sanitize email, removing obvious exploit attempts and disabling the channels through which exploits are delivered. Facilities for detecting and blocking Trojan Horse exploits and worms are also provided.

(Traduction automatique)
Dernière Mise à Jour: 2013-04-13 03:23

makeself

makeself is a small shell script that generates a self-extractable compressed TAR archive from a directory. The resulting file appears as a shell script, and can be launched as is. The archive will then uncompress itself to a temporary directory and an arbitrary command will be executed (for example, an installation script). This is pretty similar to archives generated with WinZip Self-Extractor in the Windows world.

Dernière Mise à Jour: 2001-06-27 22:59

ImPress

ImPress allows you to create good quality documents using vector graphics. You can use ImPress within a web browser with the Tcl/Tk plugin. It's a reasonable desktop publishing and presentation tool in a small package designed for Linux and for integration with Ghostscript.

Dernière Mise à Jour: 2002-05-17 14:17

gnochive

gnochive is a GNOME frontend for all common
archivers under Linux.

(Traduction automatique)
Dernière Mise à Jour: 2014-04-24 01:48

[simple | small | shell] web server

sws was born out of a project requirement for a small universal Web server that could run on any POSIX platform to serve static content. Since it is
written in /bin/sh it should run on any BSD/GNU-Linux/Unix system. It has been tested on
FreeBSD, Solaris, and Debian GNU/Linux.
Installation consists of putting the program
somewhere, making it executable, creating the
document directory, and creating an entry in
inetd.conf. sws requires /bin/sh, dirname, cat,
and date to function. These should be found on any modern POSIX system.

(Traduction automatique)
Dernière Mise à Jour: 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.

(Traduction automatique)
Dernière Mise à Jour: 2005-03-29 22:11

XamimeLT

XamimeLT is an email scanner which encapsulates
your existing sendmail or Postfix server setup. It
scans both incoming and outgoing email. It can
scan for email viruses, unwanted file types (eg.
EXE, BMP, MPEG) and file names (eg.
prettypark.exe), spam, and almost anything you
care to search for in an email. It can also be
used to scan for text snippets within emails and
to insert disclaimers into outbound emails.
XamimeLT was formerly known as "Inflex".

(Traduction automatique)
Dernière Mise à Jour: 2007-10-06 13:08

xd3d

xd3d is a simple scientific visualization tool designed to be easy to learn. It can plot 2D and 3D meshes, with shadowing, contour plots, vector fields, iso-contour (3D), as well as 3D surfaces z=f(x,y) defined by an algebraic expression or a cloud of points. It generates high-quality vector PostScript files for scientific publications and still or animated bitmap images. The distribution includes the graph plotter, xgraphic.

Dernière Mise à Jour: 2002-05-13 11:26

Net::FTPServer

Net::FTPServer is a full-featured, secure, extensible, and highly configurable FTP server which can serve files from a standard file system or a relational database. It is written in Perl, which provides natural protection against buffer overflows. It has feature parity with popular C-based servers such as wu-ftpd. The server offers virtual hosts (IP-based and experimental IP-less). It is configurable in Perl, for both small Perl "hacks" in the configuration file all the way up to complete server "personalities". It supports the latest RFCs and Internet Drafts. Authentication may be done through /etc/passwd, PAM or an authentication plug-in. Resource limits are supported. The server may run standalone or from inetd. chroot() jails are supported along with sophisticated programmable access control rules. All aspects of server use and configuration are comprehensively documented in a manual running to some 50 pages.

(Traduction automatique)
Dernière Mise à Jour: 2001-10-31 18:12

C Scripting Language

C Scripting Language (CSL) is an embeddable scripting language with C syntax. A comprehensive set of libraries is included in the base package, and writing your own libraries is possible with an easy API for C programs, as well as a class interface for C++ programs. If you are looking for a compact and powerful scripting engine for your application, CSL might be the choice.