38 projects tagged "LGPL"
Marathon is a GUI test tool that allows you to play and record scripts against a Java Swing UI. It's written in Java, and uses Python and Ruby as its scripting language (the emphasis being on an extremely simple, readable syntax that customers/testers/analysts feel comfortable with). Marathon includes a recorder, editor, player, and debugger to simplify working with test scripts.
U++ is a C++ cross-platform rapid application development suite focused on programmers' productivity without sacrificing runtime performance. Based on strictly deterministic design, it provides a viable alternative to garbage-collected platforms, even for business logic oriented problems.
Dummy Data Generator is a tool that generates dummy data for populating systems for testing. The data includes names, addresses, email addresses, phone numbers, and social "connections". Names are generated by using US Census data on the most common names. Email addresses are just a random string for the user portion and always use "example.com" for the domain. Currently the only output format is CSV.
JOOTS is an intelligent tutoring system for learning Java OOP. It is a learning environment that focuses on how to teach the main concepts of modern Object Oriented Programming Languages in an intelligent way, where learners after attending the tutorial are able to get to the most important part of the project, which is generating tricky questions intelligently in such a manner that the body of these questions are randomly and uniquely generated each time. This gives the power of the system as a non-classical learning environment to make the learner think more deeply and differently.
STiB implements the client portion of the Microsoft BITS Upload Protocol, which is an extension to HTTP 1.1. BITS is a Windows service that manages file transfers to and from Web servers. BITS downloads use HTTP, but uploads use a proprietary extension. BITS is a highly used service, since it is responsible for downloading Windows patches and service packs.
PRISCILA is a simple SDL/OpenGL presentation application with a keyboard-based WYSIWYG built-in editor. Its aim is to provide a vi-like tool to write presentations. The current editor is still very rudimentary and several editing actions have to be done by editing text files. Each presentation slide is a real 3D scene composed of several items. Special effects can be applied to modify item appearance, and actions can be added to modify items' behavior. 3D objects, effects, and actions are GNU/EDMA objects, which automatically provides plug-in support, easy updates, and more. An RFComm Bluetooth interface is included for remotely controlling a presentation from a mobile device.