was built already... so things will go straight to B/I instead of
getting through T/Q...
less noise in engine.log, and much more accurate information for choosing
queue items.
Kawa is a programming language for the Java platform. It is an
implementation of Scheme, which, is in the Lisp family of programming
languages. Kawa has many useful features, including convenient
integration with Java. It can be used as a "scripting language", but
includes a compiler and all the benefits of a "real" programming
language, including optional static typing, so Kawa programs can be as
efficient as Java. Kawa is also a useful framework for implementing
other programming languages on the Java platform. It has has many useful
utility classes.
ok aja@
Capybara helps you test Rails and Rack applications by simulating how a
real user would interact with your app. It is agnostic about the driver
running your tests and comes with Rack::Test and Selenium support built
in. WebKit is supported through an external gem.
OK sthen@
PLV8 is a shared library that provides a PostgreSQL procedual language
powered by V8 JavaScript Engine. With this program you can write in
JavaScript your function that is callable from SQL.
Supported features are:
* Functions can receive any arguments, and return a value or set of
records.
* Execute any SQL commands with built-in plv8.execute() function.
* Automatic data conversion between PostgreSQL and JavaScript,
including string, numbers, timestamps, arrays, and records.
* Records are converted to JSON which keys are column names.
* Other types are converted to strings.
* Partial support to write TRIGGER handlers.
* EXTENSION support.
* CoffeeScript and LiveScript support.
OK abieber@
Fix some problems on initial volume setup
(upstream svn revision r2378)
Don't monitor system volume when running in softvol mode
(upstream svn revision r2377)
Lasem is a library for rendering SVG and Mathml, implementing a DOM like
API. It's based on GObject and use Pango and Cairo for the rendering.
Included in the package, there is a simple application, lasemrender,
which is able to convert a Mathml, a latex math or a SVG file to either
a PNG, PDF or SVG image.
ok jasper@