Simple Project List Software Map

BSD 3-Clause License (aka "BSD New" or "BSD Simplified" License)
4870 projects in result set
LastUpdate: 2008-01-14 10:25

radmind

radmind is a suite of Unix command-line tools and a server designed to remotely administer the file systems of multiple Unix machines. At its core, radmind operates as a tripwire. It is able to detect changes to any managed filesystem object, e.g. files, directories, links, etc. However, radmind goes further than just integrity checking: once a change is detected, radmind can optionally reverse the change. Each managed machine may have its own loadset composed of multiple, layered overloads. This allows, for example, the operating system to be described separately from applications. Loadsets are stored on a remote server. By updating a loadset on the server, changes can be pushed to managed machines.

LastUpdate: 2011-02-06 13:19

PyChecker

PyChecker is a tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler (or lint) for less dynamic languages, like C and C++. Common errors that can be found include forgetting to import a module, misspelling a variable, passing the wrong number of parameters to a function/method, and not using a module/variable.

(Machine Translation)
LastUpdate: 2012-05-19 01:10

libssh2

libssh2 is a C library that implements the SSH2 protocol.

LastUpdate: 2012-10-15 03:17

tmux

tmux is a "terminal multiplexer". It allows a number of terminals (or windows) to be accessed and controlled from a single terminal. It is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.

LastUpdate: 2014-01-27 21:33

i3

i3 is a dynamic tiling window manager. Its key features are correct implementation of Xinerama (workspaces are assigned to virtual screens, and it does the right thing when attaching new monitors) and XrandR support (which is still unfinished). Both horizontal and vertical columns can be used in tiling. There is a special focus is on writing clean, readable, and well documented code. i3 uses xcb for asynchronous communication with X11, and has several measures to be very fast. i3 is primarily targeted at advanced users and developers.

(Machine Translation)
LastUpdate: 2012-02-16 22:55

RabbIT

RabbIt is a mutating, caching Web proxy used to
speed up surfing over slow links like modems. It
does this by removing advertising and background
images and scaling down images to low quality
JPEGs. RabbIT is written in Java and should be
able to run on any platform. It does depend upon
an image converter if image scaling is on. The
recommended image converter is "convert" from the
ImageMagick package.

(Machine Translation)
LastUpdate: 2008-11-17 01:19

AutoOpts

AutoOpts is an integrated part of AutoGen. Based on a very simple option description file, it will process configuration files, environment variables, command line options, text strings passed by client programs, and will make the results easily accessible to the client program. It will also produce a man page and the info-doc invoking section automatically.

LastUpdate: 2009-01-13 15:15

Kannel WAP and SMS Gateway

Kannel is a WAP gateway. It attempts to provide this essential part of the WAP infrastructure freely to everyone so the market potential for WAP services, both from wireless operators and specialized service providers, will be realized as efficiently as possible. It also works as an SMS gateway for GSM networks. Almost all GSM phones can use it to send and receive SMS messages, so this is a way to serve many more clients than just those using a WAP phone. Kannel was among the first WAP gateways to be certified as WAP 1.1 compliant.

LastUpdate: 2012-10-04 21:45

cdbackup

CDBackup is a utility to make backups to CD-R(W) media easier. It is designed to work with any backup and restore software that can read from stdin, write to stdout and can handle linear devices such as tape drives. Cpio, afio, and tar should all work fine.

(Machine Translation)
LastUpdate: 2003-08-20 20:22

Netjuke

Artekopia Netjuke is a cross-platform Web-based audio streaming jukebox powered by PHP 4 and an increasing choice of databases. MP3, Ogg Vorbis, ASF/WMA, and other music file formats are supported. Artekopia Netjuke aims to enable small organizations or communities run a private "mp3.com-like" Web site to access the music they legitimately own, distribute, or are granted access to. It supports most audio players, language packs, optional file downloads, media protection schemes, multi-level security, shared and private playlists, random playlists, images, etc. It also features an unusual, easy-to-use installer module to get you started in minutes.

LastUpdate: 2010-04-12 21:54

Bricolage

Bricolage greatly simplifies the complex tasks of creating, managing, and publishing vast libraries of content. With advanced features such as fully-configurable workflows, customizable document types, and comprehensive Perl and PHP templating support, it has been designed from the ground up to scale to meet the demanding needs of large organizations around the world.

(Machine Translation)
LastUpdate: 2012-10-25 20:26

nginx

nginx is an HTTP server and mail proxy server. It
has been running for more than two years on many
heavily loaded Russian sites, including Rambler
(RamblerMedia.com). In March 2007, about 20% of
all Russian virtual hosts were served or proxied
by nginx.

(Machine Translation)
LastUpdate: 2013-02-20 17:54

PHP HTTP protocol client

PHP HTTP protocol client is a PHP class for making HTTP requests. It can establish connections via SOCKS or proxy servers and establish secure connections (HTTPS) with optional SSL client certificates. It supports HTTP Basic, HTTP Digest, and NTLM (Windows or Samba) authentication mechanisms. It submits POST requests with user-defined form values, file uploading, or with user-defined request bodies. It handles cookies and automatic redirection handling. There is an addon class that logs in to Yahoo! and executes actions on behalf of the user, like exporting the address book or sending invitations to Yahoo! groups.

(Machine Translation)
LastUpdate: 2014-06-02 01:08

freecode-submit

freecode-submit is a script that supports remote submission of release updates to Freecode via its JSON API. It is intended for use in project release scripts. It reads the metadata from an RFC-2822-like message on standard input, possibly with overrides by command-line switches. It supersedes freshmeat-submit, which no longer works following the site name change.

(Machine Translation)
LastUpdate: 2007-02-14 17:44

LAM/MPI

LAM/MPI is an implementation of the Message Passing Interface (MPI) parallel standard that is especially friendly to clusters. It includes a persistent runtime environment for parallel programs, support for all of MPI-1, and a good chunk of MPI-2, such as all of the dynamic functions, one-way communication, C++ bindings, and MPI-IO.