Freeware: Only Free Software, Games, Tools, Utilities. Free Download Center Freeware Home New Submit Links Contact Advertise
Business| Desktop| Developer Tools| Drivers| Education| Games| Home & Personal| Internet| Multimedia| Operating Systems| Utilities
 

 


Syntax

 

 Arisesoft Winsyntax  License: Freeware

 
  Arisesoft Winsyntax - is a free PHP-code editor with a fast syntax highlighting engine and the context help for all PHP-keywords. Supporting of the line kinds for PC/UNIX and encoding between ANSI-UTF8-KOI8. Integrated File Manager. Multi-document interface. Highlighting of syntax for several script languages in one document. Now it supports syntax: PHP, HTML, CSS, JavaScript, SQL'92 and extensions for MySQL and PostgreSQL.

Author:
Arisesoft| Date: 17-08-2002 | Size: 453 KB
  -
 

 EasySQL4Fox  License: Freeware

 
  If you're a FoxPro developer who's tried to use MS SQL, you've undoubtedly discovered that SQL's syntax is different from that of the FoxPro implementation of SQL. I've developed a solution that converts FoxPro SQL syntax to T-SQL syntax in a single function call. This functionality is in the form of an EFoxSQL.FLL which converts FoxPro SQL statements to T-SQL. In addition, For VFP 8 users, I've also included EFox_Data_Adapter, a data adapter class that provides support for such FoxPro functionality as LOCATE, BROWSE and others . Actually a purpose of this class is to create a simple level of abstraction of application from the access-technology (File-Server or Client-Server). To use EasySQL4Fox, you simply attach a EFoxSQL.FLL library (Set Library to EFoxSQL.FLL Additive) and replace every SQL statement in your code with a call to our E_SQL_Select_Convert function. For example, if your MAIN contains a logical variable called UsingSQL that's .True. for SQL access and .False. for DBF access, you can use this: If UsingSQL Cmd = E_SQL_Select_Convert(OriginalSelectCmd) IF SQLEXEC(connection_id, cmd, alias) <= 0 * Error message display here... ENDIF ELSE &OriginalSelectCmd ENDIF You can certainly do the same by hand; however, a tool that does all of these things, and does them correctly the first time will probably pay for itself pretty quickly. See HTML manual included for more information.

Author:
Pinter Consulting| Date: 05-01-2005 | Size: 58 KB
  -
 

 ADX Toys 2 WD  License: Freeware

 
  ADX Toys 2 WD is a COM add-in for Microsoft Word that adds the syntax highlighting of the selected source code in the current document (see screenshot). The add-in is based on Add-in Express 2 technology (http://www.add-in-express.com/) and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and how to get an access to Word objects. ADX Toys 2 WD supports MS Word 2000 and higher.

Author:
Afalina Co., Ltd.| Date: 14-06-2004 | Size: 723 KB
  -
 

 ADX Toys for Microsoft Word  License: Freeware

 
  ADX Toys for Microsoft Word is a COM add-in for Microsoft Word that adds the syntax highlighting of the selected source code in the current document (see screenshot). The add-in is based on Add-in Express technology (http://www.afalinasoft.com/) and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and how to get an access to Word objects. ADX Toys for Microsoft Word supports MS Word 2000 and higher

Author:
Afalina Co., Ltd.| Date: 20-07-2003 | Size: 541 KB
  -
 

 rsEdit  License: Freeware

 
  rsEdit is a free replacement for the Windows Notepad editor that comes with all versions of Microsoft Windows. It supports multiple files, large files, syntax highlighting, search and replace, undo/redo, bookmarks, macros, line numbering, block operations, column-block operations and insert file into current file. Font/font size can be chosen to please the user.. rsEdit supports editing operations such as upper/lower case and capitalize case.

Author:
Rimrock Software| Date: 23-11-2001 | Size: 755 KB
  -
 

 Free Java  License: Freeware

 
  The Java developer is ideal for beginners, based on J2SDK 1.3 version, that's why it can be runned on all the operation systems except Windows. Its editor shows the code with syntax highlight, it has redo-undo function. The work is easy with the structure panel and the file browser. You only need one push-button to compile/run, shows the compiling errors clearly. Running is in an virtual console at the same time, so writing console programs can be possible. It can also be used not just in Java but acquiring HTML language. Multiple languages are supported, and an English translation is included.

Author:
Tibor Belovai| Date: 06-01-2004 | Size: 554 KB
  -
 

 Just BASIC  License: Freeware

 
  Just BASIC is an ideal personal Windows programming tool and tutorial. Great for light programming and teaching or learning programming. Create your own utilities, games, business apps and more. Includes a syntax coloring editor, a debugger, and a customizable GUI editor. Large online community. Produces standalone applications.

Author:
Shoptalk Systems| Date: 16-10-2004 | Size: 2476 KB
  -
 

 CSE HTML Validator Lite  License: Freeware

 
  CSE HTML Validator Lite is a fast, easy to use, and free HTML development tool for Microsoft Windows that helps you create syntactically correct HTML and XHTML documents. Try it and you'll be surprised how many problems may exist in your web documents!

Author:
AI INTERNET SOLUTIONS| Date: 09-10-2002 | Size: 2747 KB
  -
 

 BackEdit  License: Freeware

 
  BackEdit is a scriptable (vbscript) programmers editor with custom: syntax highlighting, auto-completion, completion-proposal, favourite directories, with integrated: Internet Explorer, database browser/designer,&nbsp;XML Editor, Virtual ASPServer,(scriptable) graphics editor supporting .bmp .gif .jpg and .png, file launcher; unlimited document quantity and length, dropdown HTML color selector, batch file operations (flags, find and replace). NEW: block files, copy source as HTML, subedit, create objects, WYSIWYG HTML editor, templates, improved highlighting, r.e substitute, smart code etc.

Author:
Jan Verhoeven| Date: 17-11-2001 | Size: 1064 KB
  -
 

 LoGraf Free Website Editor  License: Freeware

 
  This HTML tool provides full syntax highlighting for HTML, CSS, JavaScript and ASP. It also includes a spell checker, an FTP client, link checker, thesaurus, HTML Tidy integration, right-click tag editing, JavaScripts, RTF import, stylesheet assistant and a table assistant with CSV import.

Author:
CoffeeCup Software, Inc.| Date: 04-09-2001 | Size: 4122 KB
  -
 

 MoreMotion XML Editor  License: Freeware

 
  MoreMotion XML Editor (mmEd), developed for editing and verifying XML structured files used in MoreMotion projects, is an easy-to-use XML Editor for both beginners and professionals. Features: Syntax Highlighting, XML Verification, Pretty Format, Automatic Tag Closing, Various Encoding Options.

Author:
Pelin Uslu| Date: 22-02-2004 | Size: 1297 KB
  -
 

 General SQL Parser  License: Freeware

 
  General SQL Parser is developed to help people who want to check syntax of SQL statements, pretty print out SQL statements,and parse SQL statements into a parse tree in their own program. It provides detail information about a SQL statement such as statement types (Select, insert, update, delete or create and so on), what's tables and fields are used in a statement, and different parts of a SQL statement are also available such as where clause, group by clause and having clause and so on... General SQL Parser is designed to deal with SQL statement used by different Database Such as Oracle,DB2,Informix,Sybase,Postgres,MySQL and so on. And we will make it conforms to most of the entry-level SQL99 Standard

Author:
Gudu Software| Date: 02-02-2005 | Size: 1562 KB
  -
 

 HTAccessible  License: Freeware

 
  HTAccessible is a freeware tool for use on the Windows Platform. It is designed for Webmasters whose sites are hosted by Apache servers, and who use the .htaccess file to fine-tune the way their site is delivered to visitors. Unless you work with .htaccess on a daily basis the chances are you haven't got the exact syntax rolling around in your head when you need it. That's where HTAccessible comes in. It provides a simple interface for putting together some of the most commonly used Apache directives, without the need for yet another Google search.

Author:
Technology Lighthouse| Date: 01-01-2004 | Size: 374 KB
  -
 

 CloseApp  License: Freeware

 
  CloseApp is a small command-line tool which closes all the running instances of the process whose executable name is specified as a parameter. Run closeapp.exe in a Command Prompt to learn more about its syntax.

Author:
Noel Danjou| Date: 03-11-2003 | Size: 39 KB
  -
 

 Neoxen Qwined  License: Freeware

 
  Neoxen Qwined is a fully-featured developer's editor supporting syntax highlighting for over twenty programming languages and configuration file formats out of the box. It has a built-in and customizable word and symbol auto completion for Windows and Web development, code folding, theme support and much more. Neoxen Qwined can be extended easily by third parties and it can be localized virtually to any language. Extension Interface Some people want to create enhanced versions of the Neoxen Qwined editor, while still receiving the benefits of new Neoxen Qwined features. This could be for an editor designed for a particular environment such as developing games, to incorporate a scripting capability within Neoxen Qwined or to allow Neoxen Qwined to be controlled by another process through an IPC mechanism. Regular Expressions Regular expressions can be used for searching for patterns rather than literals. For example, it is possible to search for variables in Neoxen Qwined property files, which look like $(name) with the regular expression: $([a-z.]+) Supported Languages Neoxen Qwined is currently able to syntax style these languages: Ada, Apache config file, Assembler, Avenue, Baan, Batch, Bullant, C/C++/C#, CSS, Difference, Errorlist, Eiffel, Fortran, HTML, HTML with embedded JavaScript, VBScript, PHP and ASP, IDL - both MSIDL and XPIDL, INI properties and similar, Java, JavaScript, LaTEX, Lisp, Lout, Lua, Make, MatLab, nnCron crontab, NSIS, Pascal, Perl, but not all of the language, PHP, PL/SQL, PostScript, POV-Ray SDL, Python, Resource, Ruby, Shell, SQL, VB and VBScript, XML, YAML Find in Files & Replace Find phrases in user selected files or recursively whole directories. Neoxen Qwined has options to allow searching for words, regular expressions, matching case, in the reverse direction, etc.

Author:
Neoxen Systems| Date: 01-04-2005 | Size: 3322 KB
  -
 

 Peter's XML editor  License: Freeware

 
  XML editor which allows editing using a tree view or syntax highlighted source editor. The tool provides a range of feature in an intuitive environment. The tool has proved popular with those who want an easy to use XML editor. Feature include validation, viewing XML as a DOM tree, and a range of feature to aid the editing of XML files. The tool comes with a comprehensive help file.

Author:
Peter Reynolds| Date: 08-03-2003 | Size: 7344 KB
  -
 

 Regular Expression Component Library for BCB3  License: Freeware

 
  The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 3 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.

Author:
Edward Diener| Date: 16-11-2002 | Size: 4292 KB
  -
 

 TemplateMaker  License: Freeware

 
  TemplateMaker is an advanced XML and XSL Editor. Clear and easy to use IDE. Source, tree, data edit modes. All the usual editor capabilities (cut, copy, paste, undo, redo) plus allowing syntax highlighting.

Author:
RIA-Media| Date: 03-12-2004 | Size: 854 KB
  -
 

 SuperEdi  License: Freeware

 
  SuperEdi is the ideal text editor for web site developers and programmers. Text files can be edited locally or directly on a remote server using the build-in FTP client. Syntax coloring is included for HTML, CSS and JavaScript files, and can easily be extended for other languages. You can add powerful extensions to SuperEdi using TextPipe filters or by your own automation scripts written in JScript, VBScript or Perl. SuperEdi comes with a sample multi-level clip library, which you can extend with your own frequently used text clips. Document tabs allow for quick navigation between multiple documents and the dockable directory tree helps you locate files quickly without opening the Windows Explorer. Context sensitive information is available via keyword lookup in any Windows help file, in the MSDN library or even web search engines. A list of functions or headlines is automatically extracted from the text and enables quick navigation within large documents. SuperEdi supports Unicode UTF-8, UTF-16 as well as many locale- specific encodings. Available languages: English, Dutch, German, Portuguese, Spanish, Chinese, Greek

Author:
WoLoSoft International| Date: 01-04-2005 | Size: 1218 KB
  -
 

 Regular Expression Component Library for BCB5  License: Freeware

 
  The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 5 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.

Author:
Edward Diener| Date: 16-11-2002 | Size: 3774 KB
  -
 

 Regular Expression Component Library for BCB6  License: Freeware

 
  The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 6 IDE's RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.

Author:
Edward Diener| Date: 16-11-2002 | Size: 3376 KB
  -
 

 Regular Expression Component Library for VC7.1  License: Freeware

 
  The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ in Visual Studio .NET 2003. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.

Author:
Edward Diener| Date: 01-08-2003 | Size: 6702 KB
  -
 

 Regular Expression Component Library for VC7  License: Freeware

 
  The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ and Visual Studio .NET 2002. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.

Author:
Edward Diener| Date: 16-11-2002 | Size: 6603 KB
  -
 

 Regular Expression Component Library for VC6  License: Freeware

 
  The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download. It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries. Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools. The properties/methods/events model uses: a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities. b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions. c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.

Author:
Edward Diener| Date: 16-11-2002 | Size: 6949 KB
  -
 

 FNGraph  License: Freeware

 
  Graphing and analyzing mathematical functions. Customization of graphs and coordinates system appearance. Support for complex syntax, large variety of functions, user-defined variables. Tools for function evaluation, analysis and integration.

Author:
Alexander Minza| Date: 07-08-2002 | Size: 523 KB
  -
 

 XXCOPY  License: Freeware

 
  XXCOPY is simply a logical extension to XCOPY. It remains faithfully compatible with XCOPY in the invocation syntax, yet, adds many innovative features to be a very serious utility for anyone who feels comfortable in managing files in command line mode (DOS Box). XXCOPY has grown to be not just a file copy program but also file removal, search and list utility. Its short-name preserving capability makes it ideal to clone a system disk which can be made bootable. XXCOPY runs under Windows 95/98/ME/NT/2K/XP and comes with a 16-bit version XXCOPY16 which allows copying files in DOS environment using short name only (to be later expanded to long name). You may also use it for synchronizing systems. In short, it is an industrial strength utility for system administrators.

Author:
Kan Yabumoto| Date: 24-11-2003 | Size: 230 KB
  -
 

 XML Marker  License: Freeware

 
  XML Marker is an XML Editor that uses a synchronized table-tree-and-text display to show you both the hierarchal and the tabular nature of your XML data. It automatically produces a tabular display of any selected tag by collecting repeating attribute and tag names and then arranging them into columns. The result is a clutter-free and informative tabular display. The implementation is very efficient in memory and CPU resources so you can quickly navigate through very large XML files - up to hundreds of megabytes and even gigabytes of XML data on a standard personal computer. XML Marker is the perfect tool to work with plain-text debugging output and log files. You can dramatically increase their usefulness by modifying your programs to produce them in XML format. After that, you can use the graphical features of XML Marker to spot hidden trends and to solve your bugs faster. More features include table sorting, syntax-highlighting editor, automatic indentation/pretty-printing of exiting code, drill down and as-you-type syntax checking.

Author:
Symbol Click| Date: 04-11-2004 | Size: 996 KB
  -
 

 CodeWorker  License: Freeware

 
  CodeWorker is a scripting language for producing reusable, tailor-made, evolvable and reliable IT systems with a high level of automation. This is a software engineering approach called "generative programming". The most remarkable advantage is about generating source code automatically after restricting human interventions to the essentials. An extended BNF syntax allows defining new Domain-Specific languages or parsing existing format (HTML pages for example). A template-based syntax like PHP and JSP allows writing the patterns for generating code. The code generation knows how to preserve protected areas with hand-typed code and offers code expansion, source-to-source translation and program transformation. These tasks are executed in a straightforward process, with no binding to an external programming language and with no translation of requirements specification in a constraining format.

Author:
Cedric Lemaire| Date: 05-01-2004 | Size: 614 KB
  -
 

 Active Power Manager  License: Freeware

 
  APM Lite is small and free application, intended for home use. What differs it from other similar applications is ease of use. In matter of seconds you can set the options (time, power state, etc…) and forget about it. It supports several power states that can be triggered with several different timers. You can use these power states to: -Shutdown your computer -Restart your computer -Log Off currently logged user -Suspend your system -Disconnect any dial-up connection -Hibernate (put to sleep) your computer -Lock Workstation it defines itself ;) Power states without time in which they are activated means little. So we provide you with various time options (timers): -Wait for timer – this timer will wait for specified amount of time -Wait until timer – this one will wait for exact hour/minute/second system time -Wait for process timer – if you need to wait for some lengthy process to finish – use this one -Idle timer – when you fell asleep in front of the computer this timer will put blanket on your computer and sing a lullaby to it One of APM’s advantages is command line activation. All options named can be set using command line arguments. Look in help for exact syntax, or just start program with –h option. Deployment process is easy – unpack the zip archive wherever you want, or just run installer and choose appropriate location for program.

Author:
Hive Studios| Date: 01-05-2005 | Size: 371 KB
  -
 

 Algebrus  License: Freeware

 
  Algebrus is a powerful software for scientific and general purpose calculations. It provides user with numerous mathematical and analysis functions, and allows unlimited extension of its functionality by means of user-defined types, operators, routines, and libraries. Extendibility is based on a built-in simple to learn and yet powerful programming language XPascal. Algebrus can be used both as a simple "evaluate-while-typing" calculator and as a powerful mathematical analysis application, which includes 2D and 3D graphic plots of functions and data, command line execution console, and a syntax-highlighted XPascal editor as a part of the integrated development environment. Algebrus has the following major features. Calculations: - Vector and matrix operations - 2D and 3D graphic plots of functions and data - More than 50 built-in mathematical routines - User-programmed procedures and functions - Solving of linear algebraic systems - Solving of ordinary differential equations User interface: - Compact and full user interface modes - Simple graph plotting user interface - Exporting graphics in standard formats - "Evaluate-while-typing" mode - Decimal, binary, and hexadecimal integer formats - Syntax-highlighted XPascal editor - Syntax-highlighted command console - Context based help search - Highly customizable user interface - Preloading external libraries XPascal Programming language: - Native support for vectors and matrices - User-defined operators - Complex structured user-defined types - Chained assignment and relational expressions - Dynamic and static arrays - Efficient array access loop statements - Rich on high level routines for scientific analysis - Easy to learn simplified yet powerful grammar

Author:
Astrise Corporation| Date: 01-02-2005 | Size: 1048 KB
  -

| 1 | 2 |

 

 
Sponsored Shareware

Universal Explorer
Powerful windows explorer
file manager and viewer.

File Manager - Windows Explorer Replacement

Disk Size Manager
Analyses hard disk space and collects statistics.

Powerful Disk Space Manager

Web Data Extractor
Email marketing software to extract specific contact.


Web Data Extractor

BackStreet Browser
Powerful Offline Browser - Download Entire Website.

Offline Browser

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

Email List Manager

 


www.DirFile.Com - Freeware Software Download |
Syntax at AbcDir