185 projects tagged "GPL"
Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, recording, and format conversions, as well as for multitrack effect processing, mixing, recording and signal recycling. It supports a wide range of audio inputs, outputs, and effect algorithms. Effects and audio objects can be combined in various ways, and their parameters can be controlled by operator objects like oscillators and MIDI-CCs. A versatile console-mode user interface is included in the package.
flex.rb is a regexp matching and scanning library for the Ruby language. It is more than 3 times faster than Ruby regexps, and supports matching text arriving in multiple parts (via async, non-blocking I/O). flex.rb embeds the GNU Flex 2.5.4 (fast lexical analyzer generator) as an engine, and all of Flex's functionality is accessible from Ruby scripts.
quote.rb is a Ruby script which defines more than 70 quoters (basic string manipulation routines). Most quoters just add or remove backslashes at the appropriate place; others include hexdumps, checksums, simple encryptions, etc. quote.rb's main goal is to provide all quoters necessary for simple and advanced web programming (CGI and server-side scripting) in one place.
pRuby is the ultimate glue code between PHP and Ruby which lets you use Ruby as a HTML-embedded, server-side scripting language. With pRuby, you can intermix PHP and Ruby to create dynamic web content. It features better startup speed than CGI and PHP, better execution speed than PHP, more powerful and less messier to program than PHP, cross-language function calls, and cross-language error handling.
QuantLib is a cross-platform, quantitative finance C++ library for modeling, pricing, trading, and risk management in real-life. It is also wrapped as Python/Ruby/Scheme modules. Extensions for Excel, R, and Mathematica are available. Other such extensions are under consideration. QuantLib offers tools that are useful both for practical implementation and for advanced modeling. It features market conventions, yield curve models, solvers, PDEs, Monte Carlo (low-discrepancy included), exotic options, VAR, and so on.
GridFlow is a plugin for PureData, Ruby, and jMax. It provides the ability to process images and video as N-dimensional arrays ("Grids"). It consists of a framework for grid transmissions, elementary grid processing objects, picture-oriented processing objects, and input/output objects. It also allows one to write plugins for PureData and jMax using the Ruby language.