RSS 75 projects tagged "LGPLv3"

Download Website Updated 28 Apr 2009 RobOptim

Screenshot
Pop 38.52
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 13 May 2009 PodSixNet

Screenshot
Pop 32.77
Vit 38.32

PodSixNet is a lightweight network layer designed to make it easy to write multiplayer games in Python. It uses Python's built in asyncore library and rencode.py (included) to asynchronously serialize network events and arbitrary data structures, and delivers them to your high level classes through simple callback methods. Each class within your game client that wants to receive network events subclasses the ConnectionListener class and then implements Network_* methods to catch specific user-defined events from the server. You don't have to wait for buffers to fill, check sockets for waiting data, etc. Just do connection.Pump() once per game loop and the library will handle everything else for you, passing off events to all classes that are listening. Sending data back to the server is just as easy by using connection.Send(mydata). Likewise on the server side, events are propagated to Network_* method callbacks and data is sent back to clients with the client.Send(mydata) method.

Download Website Updated 22 Mar 2010 QtLua library

Screenshot
Pop 48.46
Vit 1.95

The QtLua library aims to make Qt 4 applications scriptable using the Lua scripting language. It is an alternative to the QtScript module. QtLua does not generate or use generated binding code for Qt. Instead it provides useful C++ wrapper classes to make C++ and Lua objects accessible from both Lua and C++. It takes advantage of the Qt meta object system to expose QObject members to Lua scripts and comes with user manual and examples.

Download No website Updated 19 May 2009 cjklib

Screenshot
Pop 22.89
Vit 38.24

Cjklib provides language routines related to Han characters (characters based on Chinese characters named Hanzi, Kanji, Hanja, and chu Han respectively) used in writing of the Chinese, the Japanese, infrequently the Korean, and formerly the Vietnamese languages. Functionality is included for character pronunciations, radicals, glyph components, stroke decomposition, and variant information.

No download Website Updated 22 May 2009 MBFL

Screenshot
Pop 23.49
Vit 38.21

MBFL is a collection of libraries for the GNU Bash shell. It is an attempt to make GNU Bash a viable solution for medium sized scripts. A set of modules implementing common operations and a script template are offered by this package. The author has used them with success in implementing non-small scripts.

No download Website Updated 28 May 2009 GWTUML

Screenshot
Pop 29.46
Vit 38.15

GWTUML a Web-based application for drawing UML diagrams. It uses GWT.

No download Website Updated 04 Jul 2011 libnodelay

Screenshot
Pop 61.25
Vit 2.52

libnodelay is an LD_PRELOAD library for disabling Nagle's algorithm. Disabling Nagle's algorithm can result in a performance improvement for latency-sensitive applications that use TCP. Using the library may be easier than digging through a mess of code and confusing or obscure configuration options.

No download Website Updated 26 Oct 2012 Bolt (OCaml)

Screenshot
Pop 26.12
Vit 5.93

Bolt is a logging tool for the Objective Caml language.

No download Website Updated 17 Sep 2009 Pybatis

Screenshot
Pop 27.20
Vit 1.47

Pybatis lets you use a templating engine to generate SQL in the same way we use templating engines to generate HTML. But while HTML is generated to send to a browser, Pybatis generates SQL to send to the database via Python's DB API, and then gathers the results. Pybatis consists of three things combined: Python's DB API, templates, and convenience methods. The core idea of treating dynamic SQL as a templating problem rather than a code generation problem (as in most ORM libraries) comes from iBATIS, after which Pybatis is named with great respect.

Download Website Updated 17 Mar 2011 Zemucan

Screenshot
Pop 52.54
Vit 1.91

Zemucan assists DB2 users while writing commands, proposing options and parameters, or completing words.

Screenshot

Project Spotlight

STMX

High-performance software transactional memory for Common Lisp.

Screenshot

Project Spotlight

GFeedLine

A social networking client.