Database
In MyrmecoX you can use Oracle database through Oratcl connector and other database such
as DB2, SQL Server, and Access through ODBC connector. You can integrate the database, Java,
and extensions within an application.
- Oracle
Oratcl connector oratcl is a special extension for ORACLE database in MyrmecoX. It allows you use special features of Oracle.
Oratcl Examples
- ODBC
You can connect to any database with ODBC driver with ODBC connector tclodbc in MyrmecoX. Since almost all the database like Oracle, SQL Server, DB2, Sybase, and MySQL support ODBC under Windows, you can use ODBC connector to access these database.
ODBC Examples
Java
You can use Java classes with the help of tclblend in MyrmecoX.
Java Examples
COM
COM is a Microsoft standard for the components on Windows. Many Windows applications such as Excel and Word provide COM Automation which allows third party developers to use the functions in them. There are many COM components available as well and you can use them to construct large applications. MyrmecoX includes tcom which is an COM connector to allow you use COM components.
COM Examples
GUI
MyrmecoX supports TK for rapid and dynamic GUI development for cross platforms.
BLT extension in MyrmecoX will help you generate wonderful and zoomable graph, barchart, and other curves for EDA and CAD applications. BWIDGETS extension allows you use advanced widgets in MyrmecoX. Finally ITCL and IWIDGETS may help you develop GUI applications in object-oriented organization.
GUI Samples
Multimedia
MyrmecoX integrated TclMagick and ImageMagick for image processing with Tcl. ImageMagick can convert image formats; resize, rotate, or add special effects to an image; build a thumbnail, transparent, and animation GIF image; draw text or objects over an image.
You need to download and install ImageMagick and GhostScript
to use the TclMagick.
TclMagick Examples
Network
MyrmecoX provides powerful support for the development of client/server applications through network. The Execute wish item in the Build menu allows you run several clients and servers. The TCP/IP and Socket support in the Tcl makes you develop and test network applications easily and rapaidly.
Network Examples
Web Services
You can use Web Services and provide a Web Services by using the SOAP package in the MyrmecoX.
Web Services Examples
Itanium®
Intel® Itanium® is the 64-bit processor which could run Windows and Liunx/Unix applications. Its EPIC (Explicitly Parallel Instruction Computing) architecture, fast floating point computing, and 64-bit memory addressing found a solid hardware platform for the demands of large applications in the future.
Itanium® 2, the second-generation of Itanium® family, boost performance by 50 to 100 for existing first-generation Itanium applications. Itanium® 2 delivers performance improvements through 3x increase bandwidth of system bus to 6.4GB/s, 3MB L3 on-die cache, increased core frequency to 1GHz. It is also binary compatibile with first-generation Itanium® software.
Intel's chipset E8870 will support 2-way and 4-way Itanium servers. Other vendors such as HP and IBM will provide chipsets to support 32-way or more supoort of multiple processors. Itanium-based platforms will run on a variety of Operating Systems such as Windows, Linux, and Unix.
Read the ARTICLE on Intel website about the MyrmecoX applications on Intel's Itanium processor.
Itanium Examples
Data Mining
Data Mining searches valuable information from large amount of data
Most of Data Mining vendors help businesses find information out of their databases. Neatware's MyrmecoX Studio helps businesses to dig information from unstructural data such as files, emails, and biomedical data.
MyrmecoX supports large file processing for 64-bit processor and operating system, it can deal with biotech files, financial files, and media files over 2GB. The powerful and fast regular expression allows scripts to find the valuable patterns within MyrmecoX. The (Memory Mapping File) MMF Package allows very fast file processing inside the memory.
Large File Processing
TCL for EDA site shows some scripts for Tcl applications on Verilog and Synopsys.
xWizard
xWizard 1.0 has been released two years ago. It has showed great interest from many developers. The new xWizard 2.0 is a GUI version that allows anybody to generate a Tcl extension. xWizard aimed at the ease of the integration between Tcl and C.
xWizard Usage and Download