Simple Project List Software Map

Programming Language
45607 projects in result set
LastUpdate: 2011-03-13 09:28

vsftpd

vsftpd is a secure and fast FTP server for UNIX-like systems that is used on many large and critical Internet sites. Its rich feature set includes SSL encryption, IPv6, bandwidth throttling, PAM integration, virtual users, virtual IPs and per-user / per-IP configuration.

LastUpdate: 2014-04-29 13:13

fwknop

fwknop implements an authorization scheme called Single Packet Authorization that requires only a single encrypted packet to communicate various pieces of information, including desired access through an iptables, ipfw, or pf firewall policy and/or specific commands to execute on the target system. The main application of this program is to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities much more difficult. The authorization server works by passively monitoring authorization packets via libpcap. Also supported is a robust port knocking implementation based around iptables log messages.

(Machine Translation)
LastUpdate: 2013-09-12 23:32

MediaWiki

MediaWiki is a Web-based collaborative editing environment. Originally built for the online encyclopedia project Wikipedia, it's geared to support a large number of users and pages.

LastUpdate: 2013-02-13 04:09

Bugzilla

Bugzilla is the leading open-source/free software bug tracking system, with high-profile installations at mozilla.org, GNOME, Red Hat, and NASA, among others. It features a comprehensive set of fields, attachment management, inter-bug dependencies, email notification of changes, a powerful query interface, reporting, and Web, XML, email, and console interfaces. It can be managed entirely using a Web-based UI. The user UI is customizable using templates.

LastUpdate: 2014-04-24 14:16

Linux Test Project

Linux Test Project is a joint project started by SGI, OSDL, and Bull developed and maintained by IBM, Cisco, Fujitsu, SUSE, Red Hat, Oracle, and others. The project goal is to deliver tests that validate the reliability, robustness, and stability of Linux. Currently it contains more than 1000 syscall test cases, I/O and AIO stress test cases, a few Linux kernel device drivers, a well maintained fork of the Open POSIX Testsuite, a real-time test suite, and more.

LastUpdate: 2012-05-18 18:48

PHProjekt

PHProjekt is an application suite that supports communication and management of teams and companies. It includes a group calendar, project management, a request tracker, and localization.

LastUpdate: 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.

LastUpdate: 2014-06-12 08:55

TXR

TXR is a new data munging language. TXR's special pattern language provides template-based matching of entire documents or large sections of documents. It also contains a language for functional and imperative programming. It is written in C and takes the form of a utility that is portable to Unix-like platforms and Windows.

LastUpdate: 2011-05-07 05:27

WikkaWiki

WikkaWiki is a lightweight and flexible wiki engine allowing easy management of Websites, in particular collective Web-based projects: it provides an intuitive interface for modifying page content, tracking and comparing revisions made by single users, and setting user access privileges. It features W3 compliant XHTML and CSS output, several text formatting options, categories, a GUI for editing pages, support for images, tables, Flash objects, RSS feeds, FreeMind maps, advanced Access Control List management, referrers management, and text search functions. Designed for easy customizability, it aims at keeping its core as light as possible while maintaining an architecture that supports extensibility through plugin modules.

LastUpdate: 2014-05-26 21:48

Camera Life

Camera Life is a system for cataloging your photo
collection. It gives users the ability to search
or browse your archive in intuitive ways, with an
attention to powerful administrative functions.
Photos can be stored locally, on a remote server,
on Amazon S3, or on Flickr. The theme and icons
can be easily customized. It is compatible with
the Gallery Remote API (so you can upload with
iPhoto, Digikam, and Java). It is RSS enabled,
supports microformats and OpenSearch, and has a
special version of the site for iPhone/iPod touch.
AJAX is used to optimize the site as necessary.

(Machine Translation)
LastUpdate: 2005-01-06 00:38

GNU Aspell

GNU Aspell is a spell checker designed to eventually replace Ispell. It can either be used as a library or as an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for a misspelled word than just about any other spell checker out there for the English language. Unlike Ispell, Aspell can also easily check documents in UTF-8 without having to use a special dictionary. Aspell will also do its best to respect the current locale setting. Other advantages over Ispell include support for using multiple dictionaries at once and intelligently handling personal dictionaries when more than one Aspell process is open at once.

LastUpdate: 2011-05-10 15:35

GNU Bash

GNU Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is intended to be a conforming implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).

(Machine Translation)
LastUpdate: 2007-09-15 12:50

Pybliographer

Pybliographer is a tool for managing bibliographic databases. It supports several bibliography formats (BibTeX, Refer, Medline, ISI, Ovid) and can be used for searching, editing, reformatting, etc, through its nice graphical interface for GNOME. Due to its nature, it can be extended to many uses (generating HTML pages according to bibliographic searches, etc). It is provided with sample scripts.

(Machine Translation)
LastUpdate: 2014-05-13 21:30

Keepalived for Linux

Keepalived for LVS aims to add a strong and robust keepalive facility to the Linux Virtual Server project. This project is written in C with multilayer TCP/IP stack checks. It implements a framework based on three family checks: Layer3, Layer4, and Layer5. This framework gives the daemon the ability of checking a LVS server pool states.When one of the servers in the LVS server pool is down, keepalived informs the Linux kernel via a setsockopt call to remove this server entry from the LVS topology. In addition, it implements a VRRPv2 stack to handle director failover.

LastUpdate: 2009-10-28 23:02

TinyMCE

TinyMCE is a platform-independent, Web-based, Javascript HTML WYSIWYG editor control. Its main features include theme/template support, language support, and plugin extensions.