19 projects tagged "Freeware"
CSS Briefcase is a little program that helps you organize your CSS styles and store them for use in future projects. Just add CSS style code you tend to use in several projects, and from then on, adding the code into new projects is as easy as selecting the styles you want and clicking a button.
The Component Conversion Utility is designed to minimize the time needed to create skeleton code in a variety of languages. Given a database connection, for example, the CCU can use existing tables to create Java files replete with accessors, mutators, and common methods. In addition to translating programming languages, it allows a user to define entities/attributes in a friendly GUI. Supported languages include Java, HTML/JavaScript, XML, SQL, VB/ASP .Net, and C.
Data2l is a language neutral, platform neutral way for describing large sets of proprietary binary data. An example of this kind of data is car navigation data, which is about 1GB to 15GB in a typical embedded navigation. With Data2l you can easily describe almost any binary data format using primitive description blocks like basic type, array, structure, or alternative and using a functional dependency description language. Using such a description, one can generate source code optimized for certain tasks, like a lightweight data reading layer, fast querying code, or code suitable for data generation and transformation.
EAsea Specification of Evolutionary Algorithms (EASEA), is a high-level language dedicated to the specification of evolutionary algorithms. The language and compiler are quite mature. EASEA compiles .ez specification files into C++ or Java object files, using existing evolutionary libraries. Supported C++ libraries currently are GALib or EO.
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).
Java Development Environment for Emacs (JDEE) is an Emacs-based integrated development environment (IDE) for developing Java applications and applets. Features include multiple code browsers, a JPDA-based debugger, method and field completion, template-based and procedure-based code generation, Java source code interpreter, context-sensitive help, and more.
Java+ is a Java preprocessor that adds its features to any Java compiler. It has long, multi-line strings with executable inclusions like Perl or Ruby, optionally segregates Java+ strings into ResourceBundle files, eliminates the need for JSP or ASP and their implied need for Java compilers on deployment servers (a security concern), and adds absolutely no overhead in either space or time. There are graphical and command line interfaces, and a simple, general, and recursive string syntax.
Java Compiler Compiler (JavaCC) is the most a parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation, such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, and more.
PHP Form Validator is a simple, generic form validation script for use in PHP form processors. It contains a set of commonly required form validations. Using this script, it is quick and easy to add form validations to your PHP form processor. It can save you from repetitive coding of common form validations. Documentation and code samples are included.
PHP Scriptor is a wizard that generates classes that can manage SQL data in database tables. It connect to the MySQL server, reads the tables, and allows the user to select which tables they would like to generate classes for. Once selected, the classes are generated, and can be saved to the hard drive for later use.