RSS 16 projects tagged "Linux"

Download Website Updated 22 May 2013 GNU Parallel

Screenshot
Pop 587.16
Vit 188.56

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. If you use ppss or pexec you will find GNU parallel will often make the command easier to read. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

Download Website Updated 04 May 2013 mdp

Screenshot
Pop 76.78
Vit 3.77

mdp stands for "Mot de Passe", which means "password" in French. It wraps GnuPG for encryption and deals with all the small details of generating, managing, and fetching your passwords. It is similar to many other programs, but differentiates itself with simplicity (not button-driven simplicity, but with a Unix less-is-more style). For example, beyond the use of GnuPG for encryption, it lets you use your own editor to manage your passwords, categorize them, and delete them. In order to avoid passwords lingering on your screen, the results from the queries are displayed through a custom pager which is cleared after a customizable timeout (defaulting to ten seconds).

Download Website Updated 20 Mar 2013 jpegoptim

Screenshot
Pop 464.45
Vit 16.92

jpegoptim is a utility for optimizing JPEG files. It provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting a maximum quality factor.

Download No website Updated 28 Feb 2013 Qore JSON Module

Screenshot
Pop 43.41
Vit 3.21

Qore JSON Module provides JSON parsing and generation support, as well as JSON-RPC classes and functions to Qore. The functionality in this module was split from version 0.8.1 of the main Qore library.

Download No website Updated 12 Nov 2012 Qore XML Module

Screenshot
Pop 20.35
Vit 2.14

Qore XML Module provides XML parsing and generation support, as well as XPath, XML-RPC classes and functions, and other related XML functionality to Qore. The functionality in this module was split from version 0.8.1 of the main Qore library.

Download Website Updated 23 Jul 2012 ERDvideo

Screenshot
Pop 32.74
Vit 2.58

ERDvideo is an application to display video in an HTML5 capable Web browser. As part of the ERDialog Web Framework, this application is an applet that can be installed and used through a Web browser. This application requires Erlang and Yaws and should run on all platforms. Ogg videos can be viewed without Flash or any other programs.

Download Website Updated 23 Jul 2012 ERDtorrent

Screenshot
Pop 42.33
Vit 3.20

ERDtorrent is a BitTorrent client that can download Torrent files under ERDialog, an application framework that uses Yaws.

No download Website Updated 16 May 2012 Barefoot

Screenshot
Pop 59.16
Vit 2.51

The Barefoot server is a scalable user-space port bouncer that can be used to forward, or bounce, TCP connections and UDP packets destined for an address on the host on which the Barefoot server runs to any other host or address. To these other hosts, it will appear as if the connection and packets are coming from the machine on which the Barefoot server runs, rather than from the original host. The Barefoot server has support for using proxy protocols on the outgoing side, and can relay incoming traffic out via a SOCKS server or an HTTP proxy supporting the CONNECT command. At the moment, using a proxy for outgoing traffic is only supported for the TCP protocol. The Barefoot server is targeted towards larger sites that need to bounce traffic from many simultaneous clients, while at the same time offering detailed access control, logging, and other features related to controlling the behavior of the traffic and the Barefoot server.

Download Website Updated 06 Nov 2011 Open Cubic Player

Screenshot
Pop 134.72
Vit 16.46

Open Cubic Player is a music player which can play a wide variety of music formats. Currently it can play so called modules (MOD, XM, S3M, IT), MIDI, MP1-3, SID tunes, and CD audio. It supports many soundcards (SB, GUS, EWS, WSS, PAS, and many more). It features many different display modes for "looking" (text and graphics) at the music.

No download No website Updated 16 Jun 2011 Waverous LambdaMOO

Screenshot
Pop 27.89
Vit 29.18

Waverous aims to bring a few LambdaMOO patches together into one project, including: SSL, UTF-8, FUP, and File I/O. Going forward, the plan is to add support for 64-bit, IPv6, SQLite, and more.

Screenshot

Project Spotlight

ViewVC

A Web-based Subversion and CVS repository browser.

Screenshot

Project Spotlight

libsodium

An easy-to-use crypto library based on NaCl.