166 projects tagged "OS Independent"
DashO is a Java application obfuscator, optimizer, and packager. It performs a dependency analysis on the application, removing unused methods and fields. Classes and members can be renamed using the patented Overload-induction renaming algorithm. Byte code optimization, control flow obfuscation, and string encryption can also be selectively applied. Special features include analytics for Java/Android/RIM/J2ME including exception reporting, Android obfuscation and tamper protection, and JAR watermarking.
phpGroupWare (formerly known as webdistro) is a multi-user groupware suite written in PHP. Its provides a Web-based calendar, todo-list, addressbook, email, news headlines, and a file manager. The calendar supports repeating events. The email system supports inline graphics and file attachments. The system as a whole supports user preferences, themes, user permissions, multi-language support, an advanced API, and user groups.
phpOpenFormGen uses simple definitions to create a form out of PHP code. It is similar to OOH-Forms, a tool that comes with PHPlib. You can store multiple form definitions in one file and simply use the function to display it on screen. It includes server-side error-handling, multiple language support, string-length checking, and more.
The JET Code Generator connects to any JDBC-based database and exports the schema as an XML-formatted file, and then generates code based on XSL Transformations. The user is free to write/modify XSLTs to generate virtually any type of source code from the XML representing your database schema. A complete example is included with a database, support classes, XSL Transformations, and build scripts (ANT and batch).
Through the use of the java.lang.reflect package, JMirror provides the ability to load an arbitrary class given the class name, to display all class information such as constructors, methods, data members, and to call arbitrary methods or constructors of a class and store their return values. It is possible to create new Widgets and utilize them much like an application builder (such as NetBeans), and also to store return values of methods and constructors to be later used as "this" or parameters for method/constructor calls.
UIML stands for User Interface Markup Language. It is an XML-family language for user interface description. The basic idea is to build user interfaces for various platforms from one description (source). The description consists of a widget structure definition, widget properties, reaction on events, widget set description, application logic, etc. The project aim is to build a Python renderer for UIML. It supports static rendering and wxPython. See additional info on UIML at www.UIML.org