RSS 75 projects tagged "LGPLv3"

Download Website Updated 28 Apr 2009 RobOptim

Screenshot
Pop 33.79
Vit 1.00

RobOptim is a generic optimization framework for robotics. It provides a front-end for different non-linear solvers such as IPOPT or CFSQP.

No download Website Updated 16 Sep 2009 SDLbits

Screenshot
Pop 19.24
Vit 37.06

SDLbits is a very lightweight SDL wrapper for Java. This library was designed to be very small and simple. It does not use Swig, but goes directly from "native" Java definitions to the sdlbits C wrapper library to SDL or OpenGL (in C). All symbols are exposed as they would be in C, except the "SDL_" prefix has been removed, since all names are inside the SDL class. The SDL structures from C are translated to very simple Java classes, such as SDL.VideoInfo. Most fields are exposed as read-only "get" methods, but "set" methods for writable members are supported as well. These classes simply interface to the actual C data with a ByteBuffer "pointer".

Download Website Updated 27 Aug 2011 Salasaga

Screenshot
Pop 91.92
Vit 2.43

Salasaga is an easy-to-use GUI authoring environment that helps you create visually impressive and useful Flash-based learning material.

Download No website Updated 18 Oct 2011 Sonar

Screenshot
Pop 126.78
Vit 5.95

Sonar enables you to collect, analyze, and report metrics on source code. Sonar not only offers consolidated reporting on and across projects throughout time, but a central place to manage code quality. With no complex infrastructure, Sonar fulfills needs in terms of code quality, whether it is to make an audit or implement a continuous improvement process.

No download Website Updated 21 Jul 2011 SpectMorph

Screenshot
Pop 51.48
Vit 2.89

SpectMorph allows you to analyze samples of musical instruments and to combine them (morphing). It can be used to construct hybrid sounds, e.g. a sound between a trumpet and a flute, or smooth transitions, e.g. a sound that starts as a trumpet and then gradually changes to a flute. Interpolating between two samples of the same instrument (different attack velocity of a piano) could be interesting. The analysis process decomposes samples into a sum of sine waves (corresponding to the partials present in the signal, or the part of the signal perceived as "tone") and additional noise. SpectMorph is thus based on the research on Spectral Modelling Synthesis.

Download Website Updated 03 Apr 2009 Squale

Screenshot
Pop 19.82
Vit 39.22

Squale (Software QUALity Enhancement) provides models and associated tools to assess software quality and help improve it over time. Its models and tools know how to aggregate raw quality information (such as metrics) given by third party technologies into high-level factors, offer dashboards which present those factors and allow digging deeply into the code quality, show the evolution of quality over time, and give economical indicators about the return on investment of quality efforts.

Download Website Updated 14 Dec 2010 StarCluster

Screenshot
Pop 71.55
Vit 2.13

StarCluster is a utility for creating traditional computing clusters used in research labs or for general distributed computing applications on Amazon's Elastic Compute Cloud (EC2). It uses a simple configuration file provided by the user to request cloud resources from Amazon and to automatically configure them with a queuing system, an NFS shared /home directory, passwordless SSH, OpenMPI, and ~140GB scratch disk space. It consists of a Python library and a simple command line interface to the library. For end-users, the command line interface provides simple intuitive options for getting started with distributed computing on EC2 (i.e. starting/stopping clusters, managing AMIs, etc). For developers, the library wraps the EC2 API to provide a simplified interface for launching/terminating nodes, executing commands on the nodes, copying files to/from the nodes, etc.

No download Website Updated 06 Jul 2011 Tiliae IoC container

Screenshot
Pop 15.62
Vit 26.74

Tiliae IoC container is a Spring-like IoC container in C++. It tries to mimic Spring’s XML syntax, and has most of its basic features. It includes a simple reflection library with no additional pre-compilation step (implemented as preprocessor macros and called annotations). Annotated classes can be queried and instantiated, and method calls are also possible. The Inversion-of-Control container can instantiate beans (i.e. objects) using one of its constructors (constructor dependency injection), set properties (setter dependency injection), inject one bean into another, and instantiate simple template classes. It can also instantiate std::list, std::vector, set, and map with its custom template arguments. Most simple (scalar) types are supported, such as int, double, std::string, and UTF-8 Core::String. Beans (objects) can be returned as simple pointers or std::shared_ptr pointers. Tiliae features three bean scopes (singleton, prototype, and “bean”), bean definition inheritance, custom factory objects, parent containers, the ability to import XML files, and automatic type conversions.

Download Website Updated 01 Jul 2009 TinyCurses

Screenshot
Pop 36.41
Vit 38.08

TinyCurses is a simplified, full-color, and extended version of the curses terminal UI library. It is not compatible with the original curses library. TinyCurses provides full color, mono-spaced, text output on multiple platforms with many additional features.

No download Website Updated 08 Dec 2011 WildMidi

Screenshot
Pop 70.99
Vit 6.56

WildMidi is a wave table player that uses Gus Pat sound sets to play MIDI files. It is capable of multi-threading and multi-processing of MIDI files, allowing for the mixing of multiple MIDI files at any one time.

Screenshot

Project Spotlight

Kigo Video Converter Pro for Mac

A DVD ripping, DVD creation, Web video downloader, and video conversion tool.

Screenshot

Project Spotlight

Redstart Templating

A PHP5 OO template engine which supports template inheritance.