Found 847 bookmarks
Newest
Home - Graylog2 - Free Open Source remote TCP/UDP Syslog daemon with Web Interface
Home - Graylog2 - Free Open Source remote TCP/UDP Syslog daemon with Web Interface

Graylog2 is an open source syslog implementation that stores your logs in MongoDB. It consists of a server written in Java that accepts your syslog messages via TCP or UDP and stores it in the database. The second part is a Ruby on Rails web interface that allows you to view the log messages. FEATURES Accepts syslog messages via TCP/UDP Fast backend via MongoDB GELF (Graylog Extended Log Format) Blacklists Filtering Statistics

Home - Graylog2 - Free Open Source remote TCP/UDP Syslog daemon with Web Interface
nodejitsu's node-http-proxy at master - GitHub
nodejitsu's node-http-proxy at master - GitHub

Battle-hardened node.js http proxy

Features

reverse-proxies incoming http.Server requests can be used as a CommonJS module in node.js uses event buffering to support application latency in proxied requests minimal request overhead and latency fully-tested battled-hardened through production usage @ nodejitsu.com written entirely in javascript easy to use api When to use node-http-proxy

Let's suppose you were running multiple http application servers, but you only wanted to expose one machine to the internet. You could setup node-http-proxy on that one machine and then reverse-proxy the incoming http requests to locally running services which were not exposed to the outside network.

nodejitsu's node-http-proxy at master - GitHub
Hook Box
Hook Box
Hookbox is a Comet server and message queue that tightly integrates with your existing web application via web hooks and a REST interface.
Hook Box
FISE - IKS Project
FISE - IKS Project

FISE is the Furtwangen IKS Semantic Engine, created during the IksSemanticEngineHackathonMarch2010. The name is pronounced like an aussie would say "phase" (audio file contributions from aussies are welcome, maeït ;-) Currently (May 2010), FISE implements a simple OSGi-based RESTful engine that can enhance textual content, using pluggable enhancement engines.

FISE - IKS Project
rtomayko's git-sh at master - GitHub
rtomayko's git-sh at master - GitHub

A customized bash shell suitable for git work.

The git-sh command starts an interactive bash shell tweaked for heavy git interaction:

All git commands available at top-level (checkout master = git checkout master) All git aliases defined in the [alias] section of ~/.gitconfig available at top-level. Shawn O. Pearce's excellent bash completion strapped onto all core commands and git aliases. Custom prompt with current branch, repository, and work tree dirty indicator. Customizable via /etc/gitshrc and ~/.gitshrc config files; for creating aliases, changing the prompt, etc. Runs on top of normal bash (~/.bashrc) and readline (~/.inputrc) configurations.

rtomayko's git-sh at master - GitHub
The Kumofs Project
The Kumofs Project

Kumofs is a simple and fast distributed key-value store. You can use a memcached client library to set, get, CAS or delete values from/into kumofs. Backend storage is Tokyo Cabinet and it will give you great performance. Data is partitioned and replicated over multiple servers. Extreme single node performance; comparable with memcached. Both read and write performance got improved as servers added. Servers can be added without stopping the system. Servers can be added without modifying any configuration files. The system does not stop even if one or two servers crashed. The system does not stop to recover crashed servers. Automatic rebalancing support with a consistency control algorithm. Safe CAS operation support. memcached protocol support. Kumofs is used at Nico Nico douga (Wikipedia), the most popular video sharing service in Japan.

The Kumofs Project
Gemini Mobile Technologies
Gemini Mobile Technologies

Hibari is a distributed, non-relational database management system (distributed non-RDBMS) based on distributed key value store technology, implemented by Gemini Mobile Technologies, it inherits important characteristics of both the distributed non-RDBMS world and of Gemini's HyperScale® Platform.

Hibari has the following characteristics to flexibly support growing volumes of data in cloud computing space. Economic system build-up using commodity hardware Flexible, high scalability High performance and availability by consistent hashing across multiple machines High fault-tolerance by chain replication across multiple machines Safety without a single point of failure (SPOF)

Gemini Mobile Technologies
hub
hub
hub enhances various git commands with GitHub remote expansion. The alias command displays information on configuring your environment:
hub
OpenStack Open Source Cloud Computing Software
OpenStack Open Source Cloud Computing Software
The goal of OpenStack is to allow any organization to create and offer cloud computing capabilities using open source software running on standard hardware. OpenStack Compute is software for automatically creating and managing large groups of virtual private servers. OpenStack Storage is software for creating redundant, scalable object storage using clusters of commodity servers to store terabytes or even petabytes of data.
OpenStack Open Source Cloud Computing Software
kore's php-commit-hooks at master - GitHub
kore's php-commit-hooks at master - GitHub

PHP Commit Hooks implement an extensible framework for commit hooks, mainly for PHP software, written in PHP. There are example configurations for commit hooks available in the src/examples directory.

The design of PCH is quite simple and is structured into two main entities:

Checks

Implements checks, for example verifying the commit message, or if the committed files are valid.

Reporters

Report the results of the checks to different channels, like commit mails to a mailing list, violations to the committer or leaving a message on the SVN shell.

kore's php-commit-hooks at master - GitHub
jupiter-eclipse-plugin - Project Hosting on Google Code
jupiter-eclipse-plugin - Project Hosting on Google Code

Jupiter is a code review plug-in tool for the Eclipse IDE. It is currently under active development, and still in an experimental state. The design of Jupiter involves the following:

Open Source: Jupiter carries an open source license. Free: Jupiter is distributed free of charge. IDE integration: Jupiter is based upon the Eclipse plug-in architecture. Cross-platform: Jupiter is available for all platforms supported by Eclipse. XML data storage: Jupiter stores data in XML format to simplify use and re-use. Sorting and searching: Jupiter provides filters and sorting to facilitate issue review. File integration: Jupiter supports jumping back and forth between reviews and source code.

jupiter-eclipse-plugin - Project Hosting on Google Code
PHPsrc
PHPsrc

Welcome to PHPsrc home of Eclipse Plugin PHP Tool Integration (PTI). PHP Tool Integration provides following Features for Eclipse:

PHP_CodeSniffer PHPUnit PHP Depend PHP Copy/Paste Detector ... and more will come!

PHPsrc
patches:userstatv2 [Percona DokuWiki]
patches:userstatv2 [Percona DokuWiki]

This patch adds several INFORMATION_SCHEMA tables, several FLUSH and SHOW commands, and the userstat_running variable. These tables and commands can be used to understand the server activity better and identify the source of the load.

The functionality is disabled by default, and must be enabled by setting the userstat_running variable to ON. It works by keeping several hash tables in memory. To avoid contention over global mutexes, each connection has its own local statistics, which are occasionally merged into the global statistics, and the local statistics are then reset to 0.

patches:userstatv2 [Percona DokuWiki]
Xdebug 2.1 — Derick Rethans
Xdebug 2.1 — Derick Rethans
I've just released Xdebug 2.1. This new release contains all the bug fixes and new features that have been developed over the past three years. It provides full PHP 5.3 support, but it no longer supports PHP versions below 5.1.
Xdebug 2.1 — Derick Rethans
msolo - Project Hosting on Google Code
msolo - Project Hosting on Google Code

This is a collection of tools and libraries for analyzing the performance of various types of Python applications. Most of these were written with web applications in mind, but are still generically useful.

bstats - better tools for analyzing profiling data

spitfire - another Python template language (formerly known as sparrow)

svcstat - diagnostic tool for tracking down network service utilization

wiseguy - FastCGI / WSGI server

LighttpdAIO - a modified version of lighttpd for efficient small-file serving

msolo - Project Hosting on Google Code
Membase.org
Membase.org
For those familiar with memcached, membase provides on-the-wire protocol compatibility, but adds disk persistence; hierarchical storage management; data replication; live cluster reconfiguration and rebalancing; and secure multi-tenancy with data partitioning. Like memcached, membase is simple, fast and elastic.
Membase.org
Home - webistrano - GitHub
Home - webistrano - GitHub

Webistrano is a Web UI for managing Capistrano deployments. It lets you manage projects and their stages like test, production, and staging with different settings. Those stages can then be deployed with Capistrano through Webistrano.

Webistrano’s purpose is to make the deployment of multi-stage and multi-environment scenarios easy. Further it allows you to track who deployed what, when to which servers and be alerted by email on each deployment.

Home - webistrano - GitHub
robotframework - Project Hosting on Google Code
robotframework - Project Hosting on Google Code
Robot Framework is a generic keyword-driven test automation framework for acceptance level testing and acceptance test-driven development (ATDD). It has an easy-to-use tabular syntax for creating test cases and its testing capabilities can be extended by test libraries implemented either with Python or Java. Users can also create new keywords from existing ones using the same simple syntax that is used for creating test cases.
robotframework - Project Hosting on Google Code