RSS 1003 projects tagged "Apache 2.0"

Download No website Updated 02 Oct 2011 Multicast Tool

Screenshot
Pop 40.55
Vit 1.00

Multicast Tool is a command line tool from the WizTools.org mini-projects that operates in two modes: listen and send. Running this application in these modes, the user will be able to send and receive packets from multicast groups.

No download Website Updated 06 Oct 2011 RunDeck

Screenshot
Pop 43.47
Vit 24.91

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.

Download No website Updated 09 Oct 2011 PSArborTouch

Screenshot
Pop 29.43
Vit 24.85

PSArborTouch is a particle / spring physics engine optimized for 2D content layout and eye-catching visual effects. The goal is to build a high-quality physics based graph layout engine designed specifically for Mac OS X and iOS. The inspiration / structure comes from arbor, a dynamic and well structured JavaScript engine for the same purpose. PSArborTouch is a graph visualization library built with GCD and Objective-C. Rather than trying to be an all-encompassing framework, it provides an efficient, force-directed layout algorithm plus abstractions for graph organization and screen refresh handling. It leaves the actual screen-drawing to you. This means you can use it with Quartz, Core Animation, or even positioned UIView's; whatever display approach is appropriate for your project and your performance needs. As a result, the code you write with it can be focused on the things that make your project unique (the graph data and your visual style) rather than spending time on the physics math that makes the layouts possible.

Download No website Updated 09 Oct 2011 PSTreeGraph

Screenshot
Pop 20.45
Vit 24.83

PSTreeGraph is a tree graph view control implementation for Cocoa Touch. It is a port of the sample code from Max OS X to iOS (iPad). See WWDC 2010 Session 141, “Crafting Custom Cocoa Views”.

No download Website Updated 16 Oct 2011 vert.x

Screenshot
Pop 30.03
Vit 24.83

vert.x (formerly known as node.x) is a polyglot asynchronous application framework. It embraces the good bits of event-driven frameworks like node.js without the bad bits. Everything is non-blocking, runs on the JVM, and is polyglot. You can use it from Ruby, Groovy, Java, JavaScript, Python, Clojure, and Scala.

Download Website Updated 15 Oct 2011 jmx4py

Screenshot
Pop 33.54
Vit 24.73

jmx4py offers a client API for Python similar to the existing Jolokia clients for Perl (jmx4perl), Java, and Javascript. Jolokia is a JMX-HTTP bridge giving an alternative to JSR-160 connectors. It is an agent-based approach with support for many platforms. In addition to basic JMX operations, it enhances JMX remoting with unique features like bulk requests or fine grained security policies. jmx4py builds upon the basic API and offers further features related to monitoring and controlling JVMs via JMX using Python.

Download No website Updated 18 May 2013 DBeauty

Screenshot
Pop 378.39
Vit 18.13

DBeauty is a relationship-oriented database browser. It provides insight into both the data and the interrelation of the rows, and allows you to navigate bidirectionally through the database by following foreign-key-based or user-defined relationships.

Download No website Updated 24 Oct 2011 CSS Import Resolver

Screenshot
Pop 22.65
Vit 1.00

CSS Import Resolver resolves the @import url(...); statements in input CSS files (by replacing the @import statement with the actual content of the linked CSS) and creates a huge CSS output (written to STDOUT by default). Including the combined CSS in your Web pages will improve the performance of a site by avoiding additional HTTP roundtrips.

Download Website Updated 31 Oct 2011 Apache Libcloud

Screenshot
Pop 44.83
Vit 1.00

Apache Libcloud is a client library for interacting with many of the popular cloud server providers. It was created to make it easy for developers to build products that work between any of the services that it supports.

No download Website Updated 06 Nov 2011 kongcurrent

Screenshot
Pop 20.20
Vit 24.30

kongcurrent provides an easy-to use helper to assist debugging issues which cause exceptions under concurrent access. It was inspired by a problem in which a non-thread-safe Map object held by a third party framework was accidentally shared between threads, causing a ConcurrentModificationException. The helper (a "monitor") creates a proxied version of an object implementing some interface. The proxy can track invocations of the objects' methods and can report on potential concurrent access on the object. This can be used to help find code paths which concurrently access the object through its interface methods. By design, the helper is extensible, and can be adapted to more specific needs.

Screenshot

Project Spotlight

STK/Unit

Unit tests for MariaDB and MySQL.

Screenshot

Project Spotlight

gcc

The GNU Compiler Collection