Free Download Hex Editor Neo Professional 4.41.00.1523
soft82.com
FREE NEWSLETTER
Free Newsletter

Join our low-volume monthly free newsletter that will deliver latest freeware and shareware news straight to your inbox!

Your e-mail
close

USER LOGIN

Username
Password

Soft82.com » Windows » Developer Tools » Web Development » HTML » Hex Editor Neo Professional 4.41.00.1523

5 Stars Award
Developer
Product Homepage
Date Added May 26, 2008, 08:43 GMT
License Free to try (Shareware); $79.64 to buy
Last Week / All Time Downloads 0 / 282
Size
5.5MB
OS Support Windows All

Hex Editor Neo Professional Description

Hex Editor is a full-featured easy-to-use product for professionals who need all the power to deal with binary data. It has ultimate product functionality and flexibility to do your job quick and easy

Hex Editor offers you all basic functionality of the award-winning Free Hex Editor as well as a number of extended features. They include multiple selection, powerful Find All and Replace All commands, Goto and Fill commands, Bookmarks and file structure analysis capabilities.

The powerful multiple selection feature allows you to select multiple areas of the edited document and apply editing commands to all of them, thus critically saving your time!

Hex Editor is highly optimized to quickly perform the requested actions and easily opens files of any size! It also allows you to continue working with a document while another document is busy performing a lengthy operation.
Hex Editor can be successfully used for:

* editing binary files of any size at highest speed
* searching and replacing your data in a binary file
* writing your microcode programs
* researching the functionality of any executable file
* streamlining your work using Undo/Redo and other features

Hex Editor can be successfully used by:

* software developers
* private users
* beta-testers
* university students
* coders

Hex Editor usage areas:

* Binary files
* Patches
* DLLs
* AVI files
* MP3 files
* JPG files
The Hex Editor Neo Professional offers the following functionality:

* Instantly opening files of ANY size
* Basic file editing
* Searching for data
* Searching and replacing data
* Unlimited Undo and Redo
* Operation history saving & loading
* Customizable editor color schemes
* Patch creation
* Different view types
* Customizable user interface
* Automatic updates
* File attributes viewing and editing
* History browsing
* History purging
* Pattern Coloring (max. 3 rules)
* Multiple Selection
* Selection saving & loading
* Find All
* Replace All
* Base Converter
* Data Inspector
* Bookmarks
* Technical support
* Pattern Coloring (unlimited rules)
* Structure Viewer
* Statistics
* Connecting editor windows
* Find in Files
* Built-In Explorer
* Encodings
* Advanced copy&export (raw text format)
* Advanced copy&export (formatted data format)
* Pasting text
* Replace in Files
* History branching support
* Built-In Explorer (second window)
* Advanced copy&export (encoded data format)
* Checksum calculation
* Full support for NTFS alternate data streams
* Searching for NTFS streams

In-Depth Feature Tour
No Size Limit!
No Size Limit!

Hex Editor does not force any limit on file's size. Any file supported by the underlying file system (FAT, FAT32 or NTFS) is supported.

See the Opening Documents section for more information.
Basic File Editing
Basic File Editing

Basic file editing include writing to file (direct file modification), inserting data to a file, deleting data from a file, inserting another file, working with clipboard, positioning within a file, changing file's size, filling file's data.
Find
Find

The Find command is used to locate specific pattern in a file. The Find Dialog is used to specify the pattern to search for, as well as a number of additional options.

When the pattern is found, the cursor is moved to the beginning of located pattern. To continue searching, execute the Find » Find Next or Find » Find Previous commands.

See the Find section for more information.
Replace
Replace

The Replace command is used to locate a specific pattern in a file and replace it with another pattern. The Find & Replace Dialog is used to specify both patterns, as well as a number of additional options. It is not required that the size of the search and replace patterns equals, in addition, the replace pattern may be empty. In the latter case, found pattern occurrences are removed from the document.

When you press the Replace button for the first time, Hex Editor starts searching for a pattern. When pattern is located, the cursor is moved to the beginning of the pattern and a Find & Replace Dialog is displayed again. Now you have a choice of pressing Find Next button to skip this match and search for another, or Replace button to replace this match and continue searching.

The direction of the next search is governed by the "Search up" or "Search down" option.

When there are no more matches, the message box is displayed.

See the Replace section for more information.
Unlimited Undo and Redo
Unlimited Undo and Redo

Hex Editor provides support for an unlimited number of operations in document's operation history. To browse through the operations in the history, use the Undo or Redo commands, as well as a special History Tool Window (see below).

See the Operation History Overview section for more information.
Operation History Saving & Loading
Operation History Saving & Loading

The entire operation history may be compressed and saved to a disk file. It then may be loaded and applied to the same document, effectively restoring all states and branches.

See the Working with History section for more information.
Customizable Editor Color Schemes
Customizable Editor Color Schemes

You can customize the every visible aspect of the editor window, that is, the font and colors of each window element may be customized. For convenience, these customizations may be saved as a scheme. Hex Editor also provides a number of professionally designed color schemes that you may use to improve your productivity.

See the Layout and Color Schemes section for more information.
Patch Creation
Patch Creation

A patch is a difference between two states of a document. In most cases the size of this difference is much smaller than the size of the file itself. Hex Editor supports creating a special patch file, which contains all modifications made to an opened document. The patch can subsequently be distributed and applied to the same file resulting in the same modifications being made to a file.

Hex Editor does not support applying patches in its framework. Instead, the separate application, PatchApply.exe is provided for this purpose. Alternatively, Patch API provides several other methods of applying patches.

See the Creating Patches section for more information.
Different View Types
Different View Types
Any editor window may be configured to display data in one of the following view type:
View Type Cell Size Encoding
Hex Bytes 1 byte 0x00 to 0xFF unsigned byte-size integer, displayed in hexadecimal
Decimal Bytes 1 byte 0 to 255 (0 to 28-1) unsigned byte-size integer, displayed in decimal
Hex Words 2 bytes 0x0000 to 0xFFFF unsigned word-size integer, displayed in hexadecimal
Decimal Words 2 bytes 0 to 65,535 (0 to 216-1) unsigned words-size integer, displayed in decimal
Hex Double Words 4 bytes 0x00000000 to 0xFFFFFFFF unsigned double word-size integer, displayed in hexadecimal
Decimal Double Words 4 bytes 0 to 4,294,967,295 (0 to 232-1) unsigned double word-size integer, displayed in decimal
Hex Quad Words 8 bytes 0x0000000000000000 to 0xFFFFFFFFFFFFFFFF unsigned quad word-size integer, displayed in hexadecimal
Decimal Quad Words 8 bytes 0 to 18,446,744,073,709,551,615 (0 to 264-1) unsigned quad word-size integer, displayed in decimal
Float 4 bytes Single-precision floating-point number (IEEE 754)
Double 8 bytes Double-precision floating-point number (IEEE 754)

See the View Types section for more information.
Customizable User Interface
Customizable User Interface

Hex Editor is a highly customizable application. You can customize almost every feature or module. You can customize toolbars, keyboard shortcuts, the placement, layout and color schemes of editor windows, a list of directories that are used to search for included files and an associations between a structure scheme and file extension.

In addition, most interface dialogs, especially those that encapsulate a Pattern Dialog, allow you to change their size. The size is then saved and restored next time you use this dialog. Most dialog's fields also store the values you entered into them and provide you with a list of last recently used values.

See the Customization Overview section for more information.
Automatic Updates
Automatic Updates
Hex Editor can be configured to automatically check for released updates, display a list of changes, download and install updates (by your request).
File Attributes Tool Window
File Attributes Tool Window

The Attributes Tool Window displays the current file's attributes. It also allows you to modify the state of some attributes.

See the Attributes Tool Window section for more information.
History Browsing
History Browsing

History Tool Window displays the operation history of the current document.

Operations are displayed in a list in ascending order: older operations are at the top and newer operations are at the bottom. Similar operations (operations of the same type) can be grouped, which is a default behavior. The History » Group Same Operations switch is used to turn grouping on or off.

Branches are marked with a special overlay icon, as well as groups. To switch to a given operation, click on it in a list. All document windows are immediately updated to reflect changes. The selected operation becomes a current operation.

See the History Tool Window section for more information.
History Purge
History Purge

History Purge provides you with four ways of purging an operation history:

* Clear history - all operations in a history are deleted. The document state is NOT changed, all modifications are "merged" into the single operation, which becomes an operation list root.
* Purge redo tail - all phantom operations (or operation tail) are dropped and removed.
* Purge branches - all branches except the current one are dropped and removed.
* Purge all - remove all operations except the very first one. In most cases (if Clear History command was not used), this root operation is "Open" or "New".

See the Working with History section for more information.
Pattern Coloring (max. 3 rules)
Pattern Coloring (max. 3 rules)

Hex Editor provides a feature called Pattern Coloring that can be used to automatically highlight specific patterns in an edited document. You define a pattern and specify the coloring applied to it in an editor window.

A Pattern Coloring Tool Window is used to define one or more patterns and coloring rules. For each defined pattern, background color, foreground (text) color, outline color and rounded edges flag are defined. It is recommended to specify semi-transparent background colors. In this case, if several modules apply coloring to the same editor's cell, it is still possible to differentiate them.

Standard Edition allows you to define at most 3 coloring rules.

See the Pattern Coloring Overview section for more information.
Multiple Selection
Multiple Selection

The unique multiple selection concept is used throughout the Hex Editor. A multiple selection is a collection of contiguous ranges. Such selection may arise as a result of user's action or as a result of executing a command. All Hex Editor's commands and modules fully support multiple selections and work with them in a very efficient way.

See the Multiple Selection section for more information.
Selection Saving & Loading
Selection Saving & Loading

A multiple selection of any complexity may be compressed and saved to a file. It then may be loaded to any document, possibly merging with an existing selection.

See the Working with Selection section for more information.
Find All
Find All

This extremely powerful command locates all occurrences of specified pattern. The Find Dialog is used to specify the pattern to search for, as well as a number of additional options.

The result of the Find All operation is a multiple selection, which describes all pattern occurrences. Selection Details window may be used to browse results. In addition, message box with a total number of occurrences found is displayed when searching finishes.

If the pattern has not been found in a file, the message box is displayed.

See the Find All section for more information.
Replace All
Replace All

This extremely powerful command can be used to locate all occurrences of one pattern and replace them to another pattern. The Find & Replace Dialog is used to specify both patterns, as well as a number of additional options. It is not required that the size of the search and replace patterns equals, in addition, the replace pattern may be empty. In the latter case, found pattern occurrences are removed from the document.

After all occurrences of the search pattern are found and replaced, the message box with a total number of occurrences is displayed. If there were no matches, the message box with "No matches" text is displayed.

Replace All command is always faster than a series of commands, such as Find All and Fill, or Find All and Delete. The latter command sequence is easily replaced with a Replace All command with empty replace pattern.

Replace All command, as most other commands, creates an operation in the operation history.

See the Replace All section for more information.
Base Converter
Base Converter

The Base Converter Tool Window provides you with a mechanism to convert numbers from one format into another.

The following formats and encodings are supported by the Base Converter:

* Decimal
* Hexadecimal
* Octal
* Binary
* Float (single-precision floating-point number)
* Double (double-precision floating-point number)
* ASCII character
* UNICODE character
* EBCDIC character

Once you enter the value in one of the supported formats, it gets immediately converted into other compatible formats.

See the Base Converter Tool Window section for more information.
Data Inspector
Data Inspector

Data Inspector Tool Window allows you to interpret the data under the cursor in several formats. As the cursor is moved, the window updates all its fields. In addition, it can be instructed to highlight the currently selected field in an editor window, thus showing you all the cells the highlighted value occupies in the document.

See the Data Inspector Tool Window section for more information.
Bookmarks
Bookmarks

A bookmark is a stored location within a document. Bookmarks may be used to quickly navigate through the document.

Hex Editor supports creation of several bookmark groups. Each group holds an unlimited number of bookmarks. You can specify different coloring schemes for different bookmarks. The Bookmarks Tool Window is used to display and manage all bookmark groups and their properties.

See the Bookmarks Overview section for more information.
Technical Support
Technical Support

E-Mail and phone technical support is provided to registered users of Standard, Professional or Ultimate editions.

We provide only limited or no support for users of the Free Edition.
Pattern Coloring (Unlimited Rules)
Pattern Coloring (Unlimited Rules)

Hex Editor provides a feature called Pattern Coloring that can be used to automatically highlight specific patterns in an edited document. You define a pattern and specify the coloring applied to it in an editor window.

A Pattern Coloring Tool Window is used to define one or more patterns and coloring rules. For each defined pattern, background color, foreground (text) color, outline color and rounded edges flag are defined. It is recommended to specify semi-transparent background colors. In this case, if several modules apply coloring to the same editor's cell, it is still possible to differentiate them.

Professional and Ultimate Editions allow you to define as many coloring rules as you need.

See the Pattern Coloring Overview section for more information.
Structure Viewer
Structure Viewer

Structure Viewer interprets document's data according to some structure definition. A structure is an ordered set of fields, each of which has defined type. A type may be a built-in type or another structure.

Structure Viewer allows you to bind structure definition to a given position within a file and analyze file's data according to a structure definition. In addition, you may use parsed fields to modify data in a document.

See the Structure Viewier Overview section for more information.
Statistics
Statistics

Hex Editor provides unique capability of calculating several file statistics. You may calculate General Statistics and Pattern Statistics for any opened document. In addition, Descriptive Statistics is calculated for both modes, and Entropy Analysis is performed for General Statistics mode.

Statistics Tool Window is used to display the results of statistics calculations.

Statistics is always calculated for the whole file, unless the selection is present in the current editor window. If selection is present, statistics calculation is limited to this selection. Multiple selections are fully supported.

See the Statistics Overview section for more information.
Connecting Editor Windows
Connecting Editor Windows
You can connect two editor windows with each other. This synchronizes cursor movement in both windows, which is an extremely useful editing technique in some scenarios.
Find in Files
Find in Files

The Find in Files command is used to search a list of files for a specified pattern. You specify the list of folders and file mask that determine the list of files and you enter a pattern to search. The Find in Files Dialog is used to provide all this information.

Find in Files function operates in one of two modes: Find at least one occurrence and Find all occurrences.

The implementation of Find in Files command scales well, that is, it works faster on multi-core or multi-processor computers. Several dedicated threads of execution are launched on such computers and perform searching and replacing in parallel.

See the Find in Files section for more information.
Built-In Explorer
Built-In Explorer

Hex Editor provides two Windows Explorer-like windows as part of its user interface. They can be used to perform usual file and folder operations and also tightly coupled with Hex Editor. For example, you can open files in the editor by double-clicking them in the Explorer window simply dragging them to the editor's window.

Standard Edition unlocks the Built-In Explorer window. Professional Edition adds the second Explorer window to the user interface.

See the Built-In Explorer section for more information.
Encodings
Encodings

Hex Editor is capable of displaying text in the text pane according to a selected encoding. More than 130 different encodings are supported (subject to installed code page files and fonts). When the cursor is in the text pane, typed characters are also converted using the selected encoding. Encoding can be set separately for each editor window. Different ANSI, UNICODE, ISO, OEM, MAC, EBCDIC and country-specific encodings are supported.

See the Encodings section for more information.
Advanced Copy & Export (Raw Text Format)
Advanced Copy & Export (Raw Text Format)

Selected document data may be converted into a number of supported text formats and placed into the Clipboard or exported to a file. Space-separated or comma-separated numbers, raw text with selected encoding, programming language array declaration, Base64, UUencode and Quoted-Printable are among supported formats.

Raw Text Format allows you to copy the selected data from the text pane "as it is". You also have an option to specify the text encoding (from the list of more than 150 encodings, including multi-byte).

See the Advanced Copy & Export section for more information.
Advanced Copy & Export (Formatted Data Format)
Advanced Copy & Export (Formatted Data Format)

Selected document data may be converted into a number of supported text formats and placed into the Clipboard or exported to a file. Space-separated or comma-separated numbers, raw text with selected encoding, programming language array declaration, Base64, UUencode and Quoted-Printable are among supported formats.

This powerful format allows you to convert a binary data to a sequence of numbers, encoded according to the selected type. You select a type of number, whether base 16 or base 10 is used to represent them, the number of numbers in a row and output type.

See the Advanced Copy & Export section for more information.
Pasting Text
Pasting Text

Text may now be pasted into the editor. Depending on the active pane, the text is either pasted "as is" (if the text pane is active), or parsed as a sequence of hexadecimal or decimal integers (if the code pane is active).

See the Pasting Text section for more information.
Replace in Files
Replace in Files

The Replace in Files command is used to search a list of files for a specified pattern and replace it with another pattern. You specify the list of folders and file mask that determine the list of files and you enter both patterns to search in a Find in Files Dialog. The "Find and replace mode" switch must be enabled for this command.

Replace in Files function operates in one of two modes: Replace all occurrences and save and Replace all occurrences and open.

The implementation of Replace in Files command scales well, that is, it works faster on multi-core or multi-processor computers. Several dedicated threads of execution are launched on such computers and perform searching and replacing in parallel.

See the Replace in Files section for more information.
History Branching Support
History Branching Support

In most other applications, history operations you undo are always silently deleted when you execute a new operation.

Hex Editor provides the unique feature, called history branching, which is used to retain these "phantom" operations at the time new operation is executed.

At this time Hex Editor creates a branch, retaining states provided operations that were undone. After that you can switch to the branch by clicking on an operation in it. Operation switching always has constant-time complexity in the Hex Editor. You can now continue working with any of two branches, add new operations to any of them, create new branches and so on.

You can also exchange data between operations from different branches via Clipboard.

See the Working with Branches section for more information.
Built-In Explorer (Second Window)
Built-In Explorer (Second Window)

Hex Editor provides two Windows Explorer-like windows as part of its user interface. They can be used to perform usual file and folder operations and also tightly coupled with Hex Editor. For example, you can open files in the editor by double-clicking them in the Explorer window simply dragging them to the editor's window.

Standard Edition unlocks the Built-In Explorer window. Professional Edition adds the second Explorer window to the user interface.

See the Built-In Explorer section for more information.
Advanced Copy & Export (Encoded Data Format)
Advanced Copy & Export (Encoded Data Format)

Selected document data may be converted into a number of supported text formats and placed into the Clipboard or exported to a file. Space-separated or comma-separated numbers, raw text with selected encoding, programming language array declaration, Base64, UUencode and Quoted-Printable are among supported formats.

This format converts selected data into Base64, UUencode or Quoted-Printable format.

See the Advanced Copy & Export section for more information.
Checksum Calculation
Checksum Calculation

Hex Editor supports 16 checksum calculation algorithms, including MD5, SHA-1, CRC-16, CRC-32 and others. Custom CRC algorithm is also provided. You can compute the checksum for the whole file or for the current (multiple) selection. Several checksums may be computed at the same time. Results are easily exportable and copyable to the Clipboard.

See the Checksum Calculation Overview section for more information.
NTFS Streams
NTFS Streams
Hex Editor fully supports NTFS alternate data streams. A special NTFS Streams Tool Window displays all streams for the currently active file, allows you to delete or rename them, open them for editing or create new streams.
Find NTFS Streams
Find NTFS Streams
Hex Editor provides you with a powerful feature that allows you to locate all files (according to a given criteria) that have alternate data streams in them. It can also be used to quickly calculate a total space occupied by streams on your disk. Found streams may then be opened in the editor or deleted.

Hex Editor Neo Professional 100% CLEAN Certification

Badge

Hex Editor Neo Professional has been tested by Soft82.com team against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean. Our editors will recheck this software periodically to assure that it remains clean.

View Antivirus Report

Hex Editor Neo Professional Related Tags

Code Bin Viewer Editor Software Exe Dumps

Hex Editor Neo Professional Limitations

14 days trial

Hex Editor Neo Professional Version History

Product Date Added
Hex Editor Neo Professional 4.41.00.1523 May 26, 2008 - Latest Version
Hex Editor Neo Professional 4.21.03.1184 March 31, 2008

Hex Editor Neo Professional Download Button For Your Site

If you want to place a Download Button for Hex Editor Neo Professional on your website just insert the following code:

download Hex Editor Neo Professional 4.41.00.1523 download Hex Editor Neo Professional 4.41.00.1523

If you want a Link to this page you can use one of the logos bellow:

Soft82 logo
Soft82 logo

Hex Editor Neo Professional User Reviews

Write a Review

Please log in to write a review

New HTML Software

Codeit HTML Editor

Codeit HTML Editor

May 21, 2012

An HTML Editor with plenty of features
ApHeMo

ApHeMo

May 18, 2012

A Health Monitoring analyser for the famous Apache HTTP Server.
BitNami Drupal Stack

BitNami Drupal Stack

May 17, 2012

Greatly simplifies the deployment of Drupal and its required dependencies
Windows

uToolbox Element Inspector Tool

May 16, 2012

Inspect all elements on the web page
HelpNDoc

HelpNDoc

May 16, 2012

An easy to use yet powerful and intuitive tool to create HTML help files
MarkdownPad

MarkdownPad

May 15, 2012

A full-featured Markdown editor for Windows
WYSIWYG Web Builder

WYSIWYG Web Builder

May 15, 2012

A program used to create web pages
HTML Guard

HTML Guard

May 14, 2012

Copy protection for the text, images, links and source code of your website
Muse

Muse

May 10, 2012

Design and publish HTML websites without writing code
BitNami MediaWiki Stack

BitNami MediaWiki Stack

May 9, 2012

An easy-to-install distribution of MediaWiki
BlueGriffon

BlueGriffon

May 9, 2012

Web Editor based on the rendering engine of Firefox
BlueGriffon Portable

BlueGriffon Portable

May 9, 2012

The next-generation Web Editor based on the rendering engine of Firefox
Windows

Fresh Css

May 8, 2012

Live CSS Management Software
ColorPro

ColorPro

May 8, 2012

The Ultimate HTML Color Picker for Professionals
Dynamic HTML Editor

Dynamic HTML Editor

May 8, 2012

Dynamic HTML Editor the Fast and Simple WYSIWYG WEB Editor
CoffeeCup HTML Editor

CoffeeCup HTML Editor

May 7, 2012

This is a powerful, full-featured HTML Editor that has built-in FTP
Easy Poll Maker

Easy Poll Maker

May 7, 2012

Create cool voting polls Fast and Easy
wodHttpDLX

wodHttpDLX

May 7, 2012

HTTP client ActiveX control that provides high and low level access
DFM2HTML

DFM2HTML

May 4, 2012

Create and publish professional Web pages with integrated DHTML menus
Windows

Web Form Processor and Validator

May 3, 2012

Easily add powerful processing to any web form w/o programming or scripts

Last 7 Days Most Downloaded HTML Products

Guestbook Star

Guestbook Star

141 downloads

Guestbook and CGI created to receive feedback and comments on your business
ONEView

ONEView

32 downloads

Gnostice ONEView is an application for viewing, printing and exporting documents
Dirhtml

Dirhtml

27 downloads

Dirhtml creates index.html files from a directory list using the GUI or command line
Web Page Maker

Web Page Maker

22 downloads

Web Page Maker - Make your own web page easy
A1 Website Download

A1 Website Download

18 downloads

Download and archive entire websites such as forums, galleries and online books
Muse

Muse

16 downloads

Design and publish HTML websites without writing code
Codeit HTML Editor

Codeit HTML Editor

14 downloads

An HTML Editor with plenty of features
PayPal Shop Maker

PayPal Shop Maker

12 downloads

Build your PayPal shop without the need of learning how to integrate PayPal
Beerwin`s PlainHTML

Beerwin`s PlainHTML

12 downloads

Beerwin's PlainHtml is a powerful HTML source editor with PHP toolbuttons
Apache CXF

Apache CXF

9 downloads

Apache CXF is an open source services framework

All Time Most Downloaded HTML Products

Guestbook Star

Guestbook Star

1,504 downloads

Guestbook and CGI created to receive feedback and comments on your business
ONEView

ONEView

7,581 downloads

Gnostice ONEView is an application for viewing, printing and exporting documents
Dirhtml

Dirhtml

6,538 downloads

Dirhtml creates index.html files from a directory list using the GUI or command line
Web Page Maker

Web Page Maker

7,460 downloads

Web Page Maker - Make your own web page easy
A1 Website Download

A1 Website Download

2,603 downloads

Download and archive entire websites such as forums, galleries and online books
Muse

Muse

275 downloads

Design and publish HTML websites without writing code
Codeit HTML Editor

Codeit HTML Editor

14 downloads

An HTML Editor with plenty of features
PayPal Shop Maker

PayPal Shop Maker

3,867 downloads

Build your PayPal shop without the need of learning how to integrate PayPal
Beerwin`s PlainHTML

Beerwin`s PlainHTML

769 downloads

Beerwin's PlainHtml is a powerful HTML source editor with PHP toolbuttons
Apache CXF

Apache CXF

925 downloads

Apache CXF is an open source services framework
Icon
link to us | site map | submit software | advertise | contact | privacy policy
Copyright © 2006 - 2012 SOLUTIONS AND CONSULTING S.R.L. - All rights reserved.