RSS 89 projects tagged "Apache 2.0"

Download Website Updated 23 Apr 2013 KeyBox

Screenshot
Pop 302.01
Vit 3.29

KeyBox provides a way to manage OpenSSH v2 public keys, and can start a Web-based SSH terminal to execute commands and scripts on multiple SSH sessions simultaneously. The authorized_keys file is generated and distributed based on relationships maintained in the application. This allows for centralized management to help prevent public key sprawl. Also, composite terminals or scripts can be created so that commands can be shared across SSH sessions.

Download Website Updated 08 Jan 2013 Weed-FS

Screenshot
Pop 32.92
Vit 11.67

Weed-FS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files, and to serve the files fast! Instead of supporting full POSIX file system semantics, it implements only a key-file mapping. Instead of managing all file metadata in a central master, it manages file volumes in the central master and lets volume servers manage files and the metadata. This relieves concurrency pressure from the central master and spreads file metadata into volume servers' memories, allowing faster file access with just one disk read operation. It is modelled on Facebook's Haystack design paper. Only 40 bytes of disk storage are required for each file's metadata, and disk reads are O(1).

Download No website Updated 15 Nov 2012 jcimd

Screenshot
Pop 33.05
Vit 1.03

jcimd is a simple Java implementation of the CIMD protocol. Computer Interface to Message Distribution (CIMD) is a proprietary short message service center protocol developed by Nokia for their SMSC (now Nokia Siemens Networks).

No download No website Updated 17 May 2013 uma::bson

Screenshot
Pop 104.08
Vit 4.94

uma::bson is a DOM-style C++ API for reading/writing BSON data. Unlike the MongoDB C++ API, which exposes a read-only interface with a separate interface for creating a BSON representation, this API allows reading/writing on the existing data. The API is designed primarily for serialising/deserialising BSON data to/from streams (files, socket connections, etc.).

No download Website Updated 20 Jul 2012 named-regexp

Screenshot
Pop 18.71
Vit 17.56

The named-regexp library is a thin wrapper for java.util.regex, implementing named capture groups for Java 5/6. (This isn't needed in Java 7, which already supports this feature.)

No download No website Updated 24 Jun 2012 Simple Software Publication System

Screenshot
Pop 21.98
Vit 18.28

The SSPS (Simple Software Publication System) helps developers and configuration management personnel automate tasks related to publication and deployment of custom-built software packages.

No download No website Updated 21 Feb 2012 Overthere

Screenshot
Pop 32.68
Vit 2.16

Overthere is a Java library to manipulate files and execute processes on remote hosts, i.e. do stuff "over there". It was built for and is used in the XebiaLabs deployment automation product Deployit as a way to perform tasks on remote hosts, e.g. copy configuration files, install EAR files, or restart Web servers. Another way of looking at it is to say that Overthere gives you java.io.File and java.lang.Process as they should have been: as interfaces, created by a factory and extensible through an SPI mechanism.

No download Website Updated 06 Oct 2011 RunDeck

Screenshot
Pop 38.73
Vit 24.42

RunDeck is a command automation hub that helps you automate ad-hoc and routine procedures in data center or cloud environments. It allows you to run tasks on any number of nodes from a Web-based or command-line interface. It also includes other features that make it easy to scale up your scripting efforts, including access control, workflow building, scheduling, logging, and integration with external sources for node and context data.

No download No website Updated 24 Sep 2011 rerun

Screenshot
Pop 30.07
Vit 24.66

Rerun is a lightweight tool-building framework useful to those implementing management procedure with shell scripts. It will help you organize your implementation into well-defined modular interfaces. Collections of management modules can be archived and delivered as a single executable to facilitate team handoffs. Using the "stubbs" module, rerun will even facilitate unit tests. When users execute rerun module commands, rerun can record execution data into log files which can later be replayed.

Download Website Updated 29 Nov 2011 Apache OpenNLP

Screenshot
Pop 84.05
Vit 1.54

Apache OpenNLP is a machine learning based toolkit for the processing of natural language text. It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks are usually required to build more advanced text processing services.

Screenshot

Project Spotlight

Marathon

A tool that records and executes Java GUI-driven acceptance tests.

Screenshot

Project Spotlight

DBSight

An embeddable platform for creating Google-like searching for any database or application.