Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.240 Times

Algebraic Syntax software
Filter: All | Freeware | Demo
 

Algebraic Syntax

< 1 2 3 4 5 > 
Released: January 08, 2003  |  Added: October 23, 2006 | Visits: 2.755

DeadLine The program solves algebraic equations. It displays the graphic of the function and a list of the real roots of the equation. It also includes the option to evaluate a function and its derivative. The application has a simple wizard-driven interface.The context sensitive help will guide you step... Platforms: Windows

License: Freeware Size: 661 KB Download (709): DeadLine Download

Added: June 09, 2006 | Visits: 3.023

ADX Toys 2 WD 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... Platforms: Windows

License: Freeware Size: 723 KB Download (296): ADX Toys 2 WD Download

Released: February 24, 2010  |  Added: March 10, 2010 | Visits: 3.698

Databrid Databrid is a Database tool for Oracle and/or MySql databases that is suited to all levels of users. Databrids core functionality is based around a main set of tabs that allow access to the following areas: SQL Editor, Database Browser, File Processing, Active/Inactive Jobs and Help. The... Platforms: Windows, Mac, *nix, Java,Other

License: Freeware Size: 5.26 MB Download (340): Databrid Download

Added: June 08, 2006 | Visits: 3.128

ECMerge Pro ECMerge compares and merges files and folders, side-by-side or 3-way. It is designed for software engineers, web authors and other professionals who work with multiple revisions of text files or who need to keep multiple folder hierarchies in sync. Two text files or folders can be compared to a... Platforms: Windows

License: Demo Cost: $50.00 USD Size: 3.88 MB Download (111): ECMerge Pro Download

Added: June 08, 2006 | Visits: 2.583

ECMerge Standard ECMerge compares and merges files and folders, side-by-side. It is designed for software engineers, web authors and other professionals who work with multiple revisions of text files or who need to keep multiple folder hierarchies in sync. Save your work at intermediate situation and restart it... Platforms: Windows

License: Demo Cost: $30.00 USD Size: 3.88 MB Download (105): ECMerge Standard Download

Added: June 08, 2006 | Visits: 2.884

ECMerge Pro (Linux) ECMerge compares and merges files and folders, side-by-side or 3-way. It is designed for software engineers, web authors and other professionals who work with multiple revisions of text files or who need to keep multiple folder hierarchies in sync. Two text files or folders can be compared to a... Platforms: *nix

License: Shareware Cost: $50.00 USD Size: 5.24 MB Download (153): ECMerge Pro (Linux) Download

Added: June 08, 2006 | Visits: 3.609

ECMerge Standard (Linux) ECMerge compares and merges files and folders, side-by-side. It is designed for software engineers, web authors and other professionals who work with multiple revisions of text files or who need to keep multiple folder hierarchies in sync. Save your work at intermediate situation and restart it... Platforms: DOS, OS/2, *nix

License: Shareware Cost: $30.00 USD Size: 5.24 MB Download (159): ECMerge Standard (Linux) Download

Released: May 01, 2008  |  Added: May 16, 2008 | Visits: 1.407

TSW phpCoder TSW phpCoder 2008 is a fully featured PHP IDE, with all the features you will ever need for creating beautiful and dynamic websites. It comes with debugging, full IntelliSense, syntax check, Code Tidy, built-in FTP/SFTP/FTPS and MySQL client. With phpDoc support it allows you to document your... Platforms: Windows

License: Shareware Cost: $49.99 USD Size: 6.85 MB Download (123): TSW phpCoder Download

Released: March 11, 2011  |  Added: May 29, 2012 | Visits: 2.760

UltraEdit Text editor, HEX editor, HTML editor, PHP editor. Suitable for general text editing, programmer's, web designers, binary editing, email, and all your editing needs. Key Features include: Disk based editing for files even greater than 4GB! 100,000 word spell checker, with foreign language support... Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 15.44 MB Download (1182): UltraEdit Download

Released: September 14, 2009  |  Added: October 16, 2009 | Visits: 2.282

Desktop Calculator - DesktopCalc DesktopCalc is an enhanced, easy-to-use and powerful scientific calculator with an expression editor, printing operation, result history list and integrated help. Desktop calculator gives students, teachers, scientists and engineers the power to find values for even the most complex equation set.... Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 1.91 MB Download (123): Desktop Calculator - DesktopCalc Download

Added: March 24, 2010 | Visits: 973

Text::Highlight Text::Highlight is a syntax highlighting framework. SYNOPSIS use Text::Highlight preload; my $th = new Text::Highlight(wrapper => " %s n"); print $th->highlight(Perl, $code); Text::Highlight is a flexible and extensible tool for highlighting the syntax in programming code. The markup... Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Text::Highlight Download

Added: April 23, 2010 | Visits: 820

XML::Literal XML::Literal is a Perl module with syntax support for XML literals. SYNOPSIS # This is not a source filter: it just augments glob(). use XML::Simple; use XML::Literal &XMLin; # Simple element my $xml1 = < hr/ >; # With variable interpolation my $xml2 = < input value=$ARGV[0] / >; #... Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): XML::Literal Download

Added: April 19, 2010 | Visits: 996

gdcalc gdcalc project is a financial, statistics, scientific and programmers calculator for Unix and Linux with both RPN and algebraic modes. The GUI was written with glade and uses the Gnome/Gtk+ toolkit - so it may well be compatible with themes and other whiz-bang features of those systems.... Platforms: *nix

License: Freeware Size: 327.68 KB Download (109): gdcalc Download

Added: October 02, 2010 | Visits: 953

spConfig spConfig is a C library made for parsing configuration files with a syntax similar to XML. spConfig is a configuration file parsing library intended to allow one to add configuration file functionality to an application with relative ease. Configuration files use an XML-like syntax with some... Platforms: *nix

License: Freeware Size: 58.37 KB Download (104): spConfig Download

Added: August 08, 2010 | Visits: 735

PDL::NiceSlice PDL::NiceSlice Perl module contains a nicer slicing syntax for PDL. SYNOPSYS use PDL::NiceSlice; $a(1:4) .= 2; # concise syntax for ranges print $b((0),1:$end); # use variables in the slice expression $a->xchg(0,1)->(($pos-1)) .= 0; # default method syntax $idx = long 1, 7, 3, 0; # a... Platforms: *nix

License: Freeware Size: 2.1 MB Download (95): PDL::NiceSlice Download

Added: October 06, 2010 | Visits: 842

RNV RNV is an implementation of Relax NG Compact Syntax validator. It is written in ANSI C and the command-line utility uses Expat. The project is a part of an on-going work, and the current code may have bugs and shortcomings; however, it validates documents against a number of grammars. Usage:... Platforms: *nix

License: Freeware Size: 184.32 KB Download (98): RNV Download

Added: January 23, 2010 | Visits: 837

qtsourceview qtsourceview is a cross platform syntax highlighter library written in C++/Qt, based on the syntax highliter definitions from the GtkSourceView project: http://gtksourceview.sourceforge.net/ The library comes with 3 demos, which show how to use it for displaying text in different highlight... Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): qtsourceview Download

Added: February 09, 2010 | Visits: 1.473

ERFAN WIKI ERFAN WIKI is powerful wiki engine without database supporting smart search, smart backup, wikipedia syntax, template, nice printable version, language and multiuser. Plus an easy and secure installer.. Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): ERFAN WIKI Download

Added: November 01, 2010 | Visits: 1.261

JHighlight JHighlight is an embeddable Java syntax highlighting library that supports Java, Groovy, C++, HTML, XHTML, XML, and LZX languages and outputs to XHTML. The library can be used in several ways: embedded into another tool (for instance a blog or forum), through the command-line to generate... Platforms: *nix

License: Freeware Size: 93.18 KB Download (102): JHighlight Download

Added: October 18, 2010 | Visits: 1.127

text-vimcolor text-vimcolor is a command-line program to syntax color a file in HTML, XML or PDF. SYNOPSIS $ text-vimcolor --format html --full-page FILENAME > OUTPUT.html $ text-vimcolor --format xml FILENAME > OUTPUT.xml $ text-vimcolor --format pdf FILENAME --output OUTPUT.pdf This program uses the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): text-vimcolor Download

< 1 2 3 4 5 >