visual fortran compiler standard 10.0
Visual FoxPro VFPCOM Utility 1
Visual FoxPro VFPCOM Utility is regarded to be a handy and effective COM server that provides additional functionality when you use ADO and access COM events with your Visual FoxPro 9.0 applications. more>> <<less
VisualBasicScript Compiler 2.01
Make exe from vbs with this free VisualBasicScript Compiler software. more>>
Download it to your PC, decompress VBSCompiler.7z and run ScriptPad.exe. Enjoy it.
System requirements:
- VB Runtime
DISLIN for GNU G95 Compiler 9.4
DISLIN is a high-level and easy to use plotting library for displaying data as curves, bar graphs, pie charts, 3D-colour plots, surfaces, contours and maps. Several output formats are supported such as X11, VGA, PostScript, PDF, CGM, SVG, PNG and TIFF. DISLIN is available for the programming languages Fortran 77, Fortran 90 and C. Plotting extensions for the languages Perl, Python and Java are also supported for the most operating systems. more>>
DISLIN for GNU G95 Compiler 9.4 brings you a useful tool to display data graphically. It is intended to be a powerful and easy to use software package for programmers and scientists that does not require knowledge of hardware features.
The software is available for the programming languages C, Fortran 77, Fortran 90, Perl, Python and Java. DISLIN can display graphic information directly on graphic terminals or store them in metafiles. The supported display types are VGA, X Windows, Windows API and Tektronix. The supported file formats are GKSLIN, CGM, HPGL, PostScript, PDF, SVG, WMF, PNG and TIFF.
Major Features:
- 9 software fonts where each font provides 6 alphabets. Hardware fonts for PostScript printers, X11 fonts for X11 displays and TrueType fonts for Windows 95/98/NT displays and WMF files can also be used. The different aphabets contain Roman, Greek, Russian, mathematical and special European characters. Plotting of mathematical formulas with TeX instructions.
- Plotting of twoand three-dimensional axis systems. Axes can be linearly or logarithmically scaled and labeled with linear, logarithmic, date, time, map and user-defined formats.
- Plotting of curves. Several curves can appear in one axis system and can be differentiated by colour, line style and pattern. Multiple axis systems can be displayed on a page.
- Plotting of legends.
- Elementary plot routines for lines, vectors and outlined or filled regions such as rectangles, circles, arcs, ellipses and polygons.
- Shielded regions can be defined.
- Business graphics.
- 3-D colour graphics.
- 3-D graphics.
- Elementary image routines.
- Geographical projections and plotting of maps.
- Contouring.
- Graphical user interface (GUI) routines based on Motif and Windows API functions.
- English manuals in PostScript, PDF and HTML format are available.
- Table widgets
- Cursor features
Requirements:
- Windows
Scanmetender Standard 3.1
Scanmetender Standard is a multifunctional TCP/UDP network scanner and security suite, which unites a perfect graphical user interface (GUI) with professional functions. It is probably the best choice if you search for a port scanner. more>> <<less
K-lite Codec Pack Standard 5.3
K-lite Codec Pack Standard offers you a convenient tool that has everything you need to play all the most commonly used formats. more>> <<less
License:Freeware
Visual Web Ripper 1.0
Collect content from the web. more>> Visual Web Ripper is a visual tool to collect content from the web and save it as structured data in a database or as XML..<<less
LRgen Standard 8.3.018
LRgen Standard supplies you with a versatile translator writing system for building parsers, translators and compilers for computer languages. more>>
LRgen Standard 8.3.018 supplies you with a versatile translator writing system for building parsers, translators and compilers for computer languages. It's based on the powerful new TBNF grammar notation, a superset of EBNF. It contains everything you need: lexer generator, parser generator, symbol-table builder, AST constructor, and tree walker.
Output can be created in C++ or other language. LRgen goes way beyong LEX & YACC. It contains compiler front end source code in C++, ANSI C grammar, HTML grammar subset and others. You'll find yourself writing much less code with LRgen, because almost everything can be specified using TBNF grammar notation. Works fine with Microsoft Visual Studio and other compilers.
Requirements: All Mac
SPAMfighter Standard 6.6.25
Spam/phishing filter for Outlook/Express and Thunderbird. Join 6 million SPAMfighters with a clean inbox. Languages: English, German, French, Spanish, Danish, Chinese, Japanese, Russian, Swedish, Norwegian, Dutch, Italian, Greek, Czech, Thai. more>> <<less
License:Freeware
License:Freeware
Borland C++ Compiler 5.5
32-bit optimizing C++ compiler more>> Borland C++ Compiler is a fast 32-bit optimizing C++ compiler.The Borland C++ Compiler includes the latest ANSI/ISO C++ compliance including the RTL, the STL framework and C++ template support. It also offers you more control of the virtual table in order to optimize for speed or size by supporting dynamic functions. Other features of Borland C++ Compiler include: improved template generation semantics; exception handling; enhanced Visual C++ source and header support; and support for additional type library information.
Spetnik's C++ Compiler Shell 3.0
Simplify compiling C++ with this shell for Borland Compiler. more>>
Spetnik's C++ Compiler Shell 3.0 provides users with a GUI (Graphical User Interface) for the free Borland C++ Builder 5.5. The Borland Compiler is a hard-to-use DOS compiler, and this shell inputs file information and command-line options from a friendly user interface, then displays output in a printable or savable textbox for later reference.
MailEnable Standard 3.62
MailEnable Standard provides SMTP, POP3 and webmail services for Windows 2000/2003/2008 systems. Simple installation procedure and powerful administration tools means that you will be up and running quickly. FREE for personal and commercial use. more>> <<less
DC3 Compiler - Interpreter 1.0
DC3 Compiler - Interpreter is a VB like compiler/interpreter more>>
It compiles simple VB like programs and creates a byte code executed by a Virtual Machine, like Java and .NET languages.
Main features:
- only simple VB types like string, integer (hexadecimal, octal), float, boolean
- global and local variables
- functions and subs
- operators like +,-,*,/,\,imp,eqv,xor,or,and,not,>=,,<<less

Visual Explorer 2.0 Build 2.0.0.0.1
Visual Explorer is a functional and advanced web browser with support for Internet Explorer favorites and add-ons. more>> <<less

Visual BNF 1.0
A useful parsing tool more>>
Visual BNF 1.0 is a professional parsing tool which is used to generate an LALR / LR (left to right parsing with rightmost derivated syntax tree) tables and DFA (deterministic finite automata) states. This is common parser generator.
This product offers visual coding of BNF (Backus Naur form) syntax, compilation and generation of output parse table dll (dynamic link library), which then can be integrated with Your application. Visual BNF offers also testing of the new language specified in a BNF syntax to see how it works. Syntax tree is also available there as new language is being parsed.
Visual BNF uses LR(1) and LALR(1) (switchable manually) algorithm to analyze syntax and deterministic finite automaton to identify different class of tokens. The LALR and DFA tables are easy to implement since they rely on lookup state tables.
Visual BNF does not require you to compile tables to your friendly language i.e C++, C#. These tables are generated into .NET assembly and is very easy to integrate with your application just by referencing assembly.
Since the parse tables are programming language independent, the parser engine can be, easily implemented in different programming languages so Your application can be written in other languages.
Get Visual BNF and take it for a test run to see what it can actually do for you!
Major Features:
- BNF standard compiler
- LALR(1) generator
- Built-in error recovery
- Realtime grammar testing
- IDE that emphasizes simplicity
- Example grammars
- Integration with .NET 2.0
- Free software to use
- Easy of use, after even 15 minutes you get your own real parser application
- Online forum to get some support from other Visual BNF users
Crossword Express Compiler 8.0a
Crossword Express Compiler is a demo displaying the way the program support you to make crossword and vocabulary puzzles for applications. more>>
Crossword Express Compiler 8.0a is a demo displaying the way the program support you to make crossword and vocabulary puzzles for applications. The very flexible system offers a number of options for creating standard, classroom, preset word, and special-interest puzzles; it also lets you specify dictionaries so puzzles can be tailored precisely for your needs. You choose the grid size, and use established or custom lattice templates for various styles of puzzles. Easy to follow menus provide access to Crossword Express' various modules for specific dictionaries, lattice models, exporting, and more.
The program is thoroughly documented and includes a tutorial. The only limitation to this demo version is a restriction on the size of puzzle which can be printed, so the the program's capbilities can be fully demonstrated. Registered users can access a number of free dictionaries, and create live Java-based Web puzzles, using the growing library of Freeware Java applets.