Liste des projets simples Logiciel Télécharger Carte

BSD 3-Clause License (aka "BSD New" or "BSD Simplified" License)
4870 projects in result set
Dernière Mise à Jour: 2006-05-04 12:21

ADODB

ADODB is a set of advanced PHP database abstraction classes. It supports MySQL, PostgreSQL, Interbase/Firebird, Informix, Sybase SQL Anywhere, Oracle, MS SQL 7 and 2000, SAP DB, Sybase, DB2, FrontBase, Foxpro, Access, Netezza, LDAP, ODBTP, ADO, and generic ODBC. A metatype system is built in, making it possible to figure out that types such as CHAR, TEXT, and STRING are equivalent in different databases. It also features portable database creation, database-backed session support (with encryption), SQL performance monitoring, and database health checks.

Dernière Mise à Jour: 2014-03-12 15:43

lighttpd

lighttpd is a secure, fast, compliant, and very flexible Web server which has been optimized for high-performance environments. It has a very low memory footprint compared to other Web servers, and it takes care of CPU load. It has an advanced feature set that includes FastCGI (load balanced), CGI, Auth, Output-Compression, URL-Rewriting, SSL, and much more.

Dernière Mise à Jour: 2014-05-22 22:46

Usermin

Usermin is a Web interface that can be used by any user on a UNIX system to easily perform tasks like reading mail, setting up SSH, or configuring mail forwarding. It can be thought of as a simplified version of Webmin designed for use by normal users rather than system administrators.

Dernière Mise à Jour: 2014-06-12 08:58

MUSCLE

MUSCLE (Multi User Server Client Linking Environment) is an N-way messaging server and networking API. It includes client-side networking APIs for various languages, including C, C++, C#, Delphi, Java, and Python. MUSCLE lets programs communicate over a network via streams of serialized Message objects. The included server program ("muscled") lets its clients message each other and store information in its server-side hierarchical database. The database supports flexible queries via hierarchical wildcarding, and "live" updates via a subscription mechanism.

Dernière Mise à Jour: 2014-04-29 13:42

PHP Email address validation component

This is a PHP class that attempts to validate a given e-mail address at four levels: matching the address against a RFC compliant regular expression; checking whitelists and blacklists of domains with typing mistakes, disposable email addresses, and temporary and fake domains; verifying the existence of the destination SMTP server by verifying the respective DNS MX record; and connecting to that server to see if the given address is accepted as a valid recipient. The class also features a debugging output option that lets you see the remote SMTP server connection and data exchange dialog to see the real cause why an apparently valid address may not be accepting messages.

Dernière Mise à Jour: 2014-03-27 22:10

HTML Forms generation and validation

HTML Forms generation and validation is a PHP
class that generates HTML forms supporting many
built-in validation types on server and client
sides. It prevents security attacks by discarding
spoofed values, has multiple submit protection,
outputs HTML for fields displayed as fully
accessible or in read-only mode, and has field
value filtering and reformatting. It can be
extended with custom control plug-ins. AJAX based
form submission, upload monitor progress bar,
auto-complete text input, automatic layout
renderer, calendar date, CAPTCHA, Google Maps
world location selection, linked select, and
animation effects plug-ins are available.

(Traduction automatique)
Dernière Mise à Jour: 2014-03-10 21:06

sudo

Sudo (su "do") allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments. Sudo operates on a per-command basis, it is not a replacement for the shell.

(Traduction automatique)
Dernière Mise à Jour: 2012-08-05 18:42

Fast Lexical Analyzer Generator

Flex is a tool for generating programs that recognize lexical patterns in text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison. Flex is a free implementation of the well known Lex program. It features a Lex compatibility mode, and also provides several new features such as exclusive start conditions.

Dernière Mise à Jour: 2014-02-26 00:53

Net-SNMP

The NET-SNMP (formerly UCD-SNMP) package contains various tools relating to the Simple Network Management Protocol including an extensible agent, an SNMP library, tools to request or set information from SNMP agents, tools to generate and handle SNMP traps, a version of the unix 'netstat' command using SNMP and a Tk/perl mib browser. It was originally based on the Carnegie Mellon University SNMP implementation (version 2.1.2.1), but has been greatly enhanced, ported and fixed and barely resembles the original package anymore.

Dernière Mise à Jour: 2010-09-22 10:29

bzip2

bzip2 is a portable, lossless data compressor based on the Burrows-Wheeler transform. It achieves good compression and runs on practically every (32/64-bit) platform in the known universe. The compression engine is also available as a library (libbz2), should you desire a programmatic interface.

Dernière Mise à Jour: 2014-04-27 17:07

PMD

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

Dernière Mise à Jour: 2012-11-18 21:07

hdparm

hdparm is a Linux shell utility for viewing and manipulating various IDE drive and driver parameters. Most drives can benefit from improved performance using a command similar to "hdparm -qm8 -qu1 -qc1 -qd1 /dev/hda".

Dernière Mise à Jour: 2014-04-28 22:44

NuttX

Nuttx is a real-time embedded operating system (RTOS). It has a small footprint that is usable in micro-controller environments. It is fully scalable from tiny (8-bit) to moderate embedded (32-bit) systems. It also aims to be fully compliant to standards, to be fully real time, and to be totally open.

Dernière Mise à Jour: 2014-03-18 22:57

JSch

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.

Dernière Mise à Jour: 2014-02-02 22:25

libpcap

This is a handy little library which provides a packet filtering mechanism based on the BSD packet filter (BPF). Most notably, tcpdump needs this to work, and there is also a perl module (still in beta) which can use this as well. In plain english, if you want to write your own network traffic analyzer, this is the place to start.