|
|
Freeware: Inheritance
| |
LizaJet Installer for Delphi Developers
License: Freeware
|
|
| |
Installation and upgrading are just different modes for this efficient installer. User Dialogs are shown before downloading; only the files of the features your user selects are downloaded, and during upgrading only small patches containing new and changed files are downloaded and installed. Your installation works on all versions of Windows, it handles the network and proxy settings of Internet Explorer, Netscape Navigator and Opera. You can create installations without doing any programming at all, but you can always fall back on Object Pascal Script and on the Script Editor, Dialog Editor and integrated Debugger. Just like in Delphi you can drop visual components, and define properties and event handlers. You have full access to the comprehensive installation-library. With the unique Action Designer you can precisely control the sequence of the installation tasks, and you can seamlessly integrate the installation of separate applications. The Object Pascal Scripting Engine is fully object oriented; it supports script based classes, inheritance and empowers your installation with functionality that only a general purpose language can provide, you are no longer limited by special scripting languages. You can define your own Dialogs using one of the many built-in templates, and edit them to your hearts content with the Dialog Editor. You can of course define Registry Settings, Environment Variables and include ActiveX controls.
With the integrated foreign translation tool you can translate all your Dialogs and even the constants of your Pascal Script. You can sign your applications automatically; digital signatures are checked by the LizaJet integrated downloader.
The fully operational and licensed Free Edition has everything you need to create installations, including Package Wizard Code Editor, Dialog Editor, Action Designer, Debugger, and comprehensive Installation Library. You can use this astonishing installer for many years to come.
Author: LizaJet| Date: 07-02-2004 | Size:
6862 KB |
| |
- |
| |
Javelin Modeler
License: Freeware
|
|
| |
Javelin is a lightweight, easy to use, intuitive object modeling and coding environment for Java. Create and manage classes, attributes, methods, inheritance and association relationships in the fastest way possible - visually.
Switch between high level design tasks and low level coding tasks with the click of a button. Create new classes, establish relationships then drill down into the generated code to edit a method body.
You'll be working at a higher, much more productive level within minutes via the 'Getting Started Tutorial'.
Javelin's class lister makes finding that class in large project so easy. Javelin is a product of our customers' feedback and was modeled on our successful product Visual Class Works for C++. It also features an intuitive tool bar where one can fire off various tasks (eg., Ant) for building and running an application.
Javelin also feature a useful import feature that allows you to import any existing Java code into Javelin. In the future all software development will take place in highly productive, visual design and coding tools like Javelin. Take advantage of that productivity today with Javelin.
Author: Step Ahead Software| Date: 25-11-2006 | Size:
1329 KB |
| |
- |
| |
DataGridView Extension
License: Freeware
|
|
| |
DataGridView Extension extends the standard DataGridView control, without inheritance, with functionalities such as Export (MS Excel, HTML and PDF), Print, Search, Themes, Security and many others. Its design time support allows integration in any existing application just in a few seconds without even single line of code.
The installation contains DataGridView Extension assemblies, Demo application, Developers guide, End user manual and C# and VB.NET Sample projects. Online technical support is available in the forum area where you can ask your questions, watch videos or share your experience with the other members.
The API of DataGridView Extension allows you to use, customize and extend the available functionality according to your specific needs.
Download the extension and become one of the thousands developers that already did this.
DataGridView Extension Features:
End-User Features:
Powerful exporting of data and visualization to Excel spreadsheets, Html and Pdf documents.
Print functionality.
Theme management. Development of custom themes and styles for DataGridView.
Intelligent searching capabilities.
Change various appearance settings of the DataGridView control easily: background color, border style, selection colors, fonts, alignments, etc.
Easy management of DataGridView behavior: columns reordering, resizing of rows and columns, etc.
Columns management - change styles, hide or show, freeze and unfreeze columns. Custom column style - formatting, alignment, colors, etc.
Formatting of all standard types of values - the behavior closely resembles that of Microsoft Excel.
Advanced selection techniques: column, row, smart and multi selection modes.
Automatic persistence of all DataGridView appearance and behavior settings and their changes (example: columns widths, ordering, headers width and height).
End-user manual.
Developer Features:
Extends the standard DataGridView control, in single line of code without requiring inheritance.
Easy integration in existing applications both runtime and design time.
Extendable format exporting API. In version 1.1 the DataGridView Extension component is able to export the grid data in Excel, HTML and Pdf formats. Through DataGridView Extension API developers are able to implement their own data exporters. The exporter dll is XCopy deployed - you have just to copy the dll in the folder where resides the DataGridView Extension assembly.
The DataGridView Extension comes with a set of custom column types (DateTime picker and Numeric Up/Down columns) that will provide additional functionalities to the DataGridView itself.
All settings are persisted to an XML file which allows further processing.
All features are programmable through the API (example: themes management, filtering and sorting).
Security features – the developers can define which features of the extensions should be accessible for the end-user and which not. The security can be defined for all grids and all columns and also per grid and per column.
Developer’s help.
Author: CompletIT Ltd.| Date: 13-11-2007 | Size:
7126 KB |
| |
- |
| |
db4o for .NET
License: Freeware
|
|
| |
db4o (database for objects) is the open source object database for .NET. It is a fast, lean and easy to use database for native .NET objects.
It is free software available under the GPL but also under an optional commercial license.
It can persist any native .NET object with a single line of code, minimizing persistence hassle and allowing you to experience the gains of true object-orientation.
Key Features:
- Simplicity (one line of code to store objects)
- Native .NET objects (no interface, inheritance, pre or post-processing required)
- Class model == database schema
- Smooth production process
- Automatic schema versioning
- Query-by-Example
- S.O.D.A. active queries
- 300kB footprint
Key benefits:
- Greatly reduced development time and costs
- Higher quality, less error-prone OO code
- Embedded, web or mobile device deployment
- No need for training and administration
- Build lean, structured and manageable code
- Better refactorability and re-use
- Avoid writing object mapping code
- Simple installation and deployment
- No language conversion overhead
- No problems with debuggers
- No time-consuming build process
- Use existing .NET class libraries without modification
- Run your own .NET code within queries
- Benefit from fast serverside query execution
- Be ready for next generation applications
- Use database technology where your competition needs to store binary
Free Community-Driven Resources and Support:
- Step-by-step Interactive (!) Tutorial
- Community Newsgroup
- Knowledgebase-driven FAQ
- Bug Tracking
- Online API Documentation
- CVS Access
- Direct No-Hassle Download
Author: db4objects, Inc.| Date: 05-05-2005 | Size:
350 KB |
| |
- |
| |
db4o for Mono
License: Freeware
|
|
| |
db4o (database for objects) is the open source object database for Mono. It is a fast, lean and easy to use database for native .NET objects.
It is free software available under the GPL but also under an optional commercial license.
It can persist any native .NET object with a single line of code, minimizing persistence hassle and allowing you to experience the gains of true object-orientation.
Key Features:
- Simplicity (one line of code to store objects)
- Native .NET objects (no interface, inheritance, pre or post-processing required)
- Class model == database schema
- Smooth production process
- Automatic schema versioning
- Query-by-Example
- S.O.D.A. active queries
- 300kB footprint
Key benefits:
- Greatly reduced development time and costs
- Higher quality, less error-prone OO code
- Embedded, web or mobile device deployment
- No need for training and administration
- Build lean, structured and manageable code
- Better refactorability and re-use
- Avoid writing object mapping code
- Simple installation and deployment
- No language conversion overhead
- No problems with debuggers
- No time-consuming build process
- Use existing .NET class libraries without modification
- Run your own .NET code within queries
- Benefit from fast serverside query execution
- Be ready for next generation applications
- Use database technology where your competition needs to store binary
Free Community-Driven Resources and Support:
- Step-by-step Interactive (!) Tutorial
- Community Newsgroup
- Knowledgebase-driven FAQ
- Bug Tracking
- Online API Documentation
- CVS Access
- Direct No-Hassle Download
Author: db4objects, Inc.| Date: 05-05-2005 | Size:
350 KB |
| |
- |
| |
db4o for Java
License: Freeware
|
|
| |
db4o (database for objects) is the open source object database for java. It is a fast, lean and easy to use database for native Java objects.
It is free software available under the GPL but also under an optional commercial license.
It can persist any native Java object with a single line of code, minimizing persistence hassle and allowing you to experience the gains of true object-orientation.
Key Features:
- Simplicity (one line of code to store objects)
- Native Java objects (no interface, inheritance, pre or post-processing required)
- Class model == database schema
- Smooth production process
- Automatic schema versioning
- Query-by-Example
- S.O.D.A. active queries
- 300kB footprint
Key benefits:
- Greatly reduced development time and costs
- Higher quality, less error-prone OO code
- Embedded, web or mobile device deployment
- No need for training and administration
- Build lean, structured and manageable code
- Better refactorability and re-use
- Avoid writing object mapping code
- Simple installation and deployment
- No language conversion overhead
- No problems with debuggers
- No time-consuming build process
- Use existing bytecode class libraries and all libraries from the JDK without modification
- Run your own Java code within queries
- Benefit from fast serverside query execution
- Be ready for next generation applications
- Use database technology where your competition needs to store binary
Free Community-Driven Resources and Support:
- Step-by-step Interactive (!) Tutorial
- Community Newsgroup
- Knowledgebase-driven FAQ
- Bug Tracking
- Online API Documentation
- CVS Access
- Direct No-Hassle Download
Author: db4objects, Inc.| Date: 05-05-2005 | Size:
350 KB |
| |
- |
| |
Free M4a to MP3 Converter
License: Freeware
|
|
| |
The race of audio formats has never ended or slowed down. Quite the opposite, it's just revving up and often confuses people by the variety of formats they have to choose from. So far, MP3 has been the most popular format in the world, but Apple iTunes is catching up quickly with their M4A/AAC music due to the astounding sales volumes of their multimedia gadgets and the popularity of their online music distribution services. If you would like to be able to easily convert M4A/AAC music into MP3 and are seeking a simple, fast and affordable tool, Free M4A to MP3 Converter should be your first candidate for a permanent place in your software arsenal.
The name of the software speaks for itself its free and narrowly focused. It allows you to convert m4a to MP3/WAV, convert AAC to MP3/WAV and listen to the converted music with the help of the built-in player. Using the program is a childs game just browse your computer for m4a and aac audio, add the necessary files to the conversion list (or simply drag them from the Explorer and drop onto the working area of the application), specify the output location and the output audio parameters and click the "Convert" button on the toolbar. Free M4a to MP3 Converter also supports M4B files, which are usually used for audio books, so you won't have any problems converting this rather rare format into MP3, which can be played on virtually any audio device these days. If your original m4a or AAC audio had any tags with song-related information, they will be preserved as well, as the software supports tag inheritance during conversion. The program is currently available in 11 languages that you can switch on the go.
For a free, stable and fast M4A/AAC conversion tool, look no further than Free M4a to MP3 Converter. Offering a functional minimum of features, it is perfect for what it was created for. Try it out to forget about the problem of converting your M4A/M4B/AAC audio into good old MP3 forever! You will never regret
Main features of Free M4a to MP3 Converter:
* AAC to MP3 converter.
* Convert M4a to MP3.
* Audio books M4b to MP3 converter.
* MP4 audio converter.
* 3GP audio converter.
* AAC, M4a, M4b player.
* MP3 quality settings up to 320 Kbit/s, 48 KHz.
* Drag&Drop.
* Batch processing of multiple M4a, AAC, M4b, MP4 etc. files.
* User-friendly multilingual interface.
* Meta information (ID3 tags) is copied from source files. Converted files contain all necessary data: title, artist, album (if the data was present in the source files).
* AAC to WAV converter.
* M4a to WAV converter.
Author: ManiacTools| Date: 07-02-2008 | Size:
1918 KB |
| |
- |
| 1 |
|
|
Universal
Explorer
Powerful windows
explorer file
manager and viewer.

Disk
Size Manager
Analyses
hard disk space and collects statistics.

Web
Data Extractor
Email
marketing
software to extract specific contact.

ListMotor
Email
List Manager, operates with email stored in simple text files or csv
files.
|