Main > Free Download Search >

Free expression software for mac

expression

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 246
Expression Evaluator 1.0

Expression Evaluator 1.0


Expression Evaluator - REALbasic classes for evaluating mathematical expressions more>>
Expression Evaluator is a set of classes for REALbasic which enables you to evaluate mathematical expressions.
Main features:
- Supports freeform expressions
- Follows standard order of operations
- Many built-in functions
- Support for variables.
<<less
Download (9.3KB)
Added: 2005-12-11 License: Freeware Price:
1418 downloads
Microsoft Expression 3.3

Microsoft Expression 3.3


Vector graphics illustration app. more>> <<less
Download (57.1MB)
Added: 2004-10-19 License: Freeware Price:
1830 downloads
iText Express 2.1

iText Express 2.1


iText Express - small, fast, word processor more>>
Do you ever wish you had a small, fast, simple word processor that has the TextEdit basics and just a few more important features - page numbers, columns, header/footer, footnotes - for manuscript writing?

How about a bookmark feature for effortless, lightning-quick navigation of your manuscript? Just try iText Express!

Put the Frameworks folder into the iText Express 2.1 folder. iText Express will then enhance itself, and show Find Extra sub-menus. OgreKits Find dialog is available when you have checked Enable Powerful Find (OgreKit). It allows you to search for any Unicodes characters, as well with the Regular Expression.
<<less
Download (3.8MB)
Added: 2006-06-19 License: Freeware Price:
1224 downloads
RegExplorer 1.0

RegExplorer 1.0


RegExplorer is a simple utility for testing regular expressions and is based on the built-in QRegExp functionality provided with Qt (http://www.trolltech.com). more>>


Using RegExplorer, the user can type in his or hers favorite regular expression and the program will validate it and highlight matching patterns in a text sample. Previous expressions are stored and can be retrieved from the combobox and the number of matches found is shown in the status bar.
Key Features:
- Evaluate and validate the regular expression as you type.
- Matching patterns will be highlighted (colored blue) in text sample.
- Matching subexpressions (groups) will be underlined in text sample.

<<less
Download (2MB)
Added: 2007-06-20 License: Freeware Price:
12 downloads
Irssix 0.2

Irssix 0.2


Fast IRC chat client. more>>
Irssix is a fast, snappy, and free IRC client for Mac OS X. It offers easy keyboard navigation, tabbed chatting, color, regular expression searching (line limiting), and an intuitive interface.

This beta version does not have all GUI dialog boxes implemented yet, so it may be difficult for the user who has never used IRC before. Irssix is based on the code from the fabulous unix IRC client Irssi.
<<less
Download (1.1MB)
Added: 2004-08-19 License: Freeware Price:
1894 downloads
StylePainter for InDesign 1.0.1

StylePainter for InDesign 1.0.1


StylePainter for InDesign is an effective program that makes it quick and easy to build a list of grep expressions, and assign a style combination to each of them. more>> <<less
Download (179.7KB)
Added: 2008-05-16 License: Freeware Price:
downloads
ProPesca 0.0.1

ProPesca 0.0.1


Analyze and identify gene expression networks ProPesca is a free and open source Java-based application for the analysis and identification of gene expression networks more>> Analyze and identify gene expression networks

ProPesca is a free and open source Java-based application for the analysis and identification of gene expression networks.
ProPesca takes in input shorts temporal series of RT-PCR gene expression levels and allows to cluster genes which exhibit either similar or specular behaviours.

System requirements:
-
-

Enhancements
- UI improvement
- Resources included into JAR package
- Some bug fixes
- Extended information of About box

<<less
Download (4.5MB)
Added: 2009-06-14 License: GPL Price: FREE
198 downloads
Smile regular edition 3.1.8

Smile regular edition 3.1.8


Smile is an integrated working and production environment for all users of numerical data more>>
Smile is a working environment which offers both a set of production technologies and a natural fashion of having them work together so that you produce faster and better, you automate frequent tasks and you control complex operations.
Main features:
- an AppleScript editor with many scripting helpers, and unique AppleScript Terminal windows,
- an editor of scripted interfaces,
- a text editor for ASCII and Unicode, with a search-and-replace tool supporting Regular Expressions,
- a XML editor,
- a Regular Expression engine,
- a XML and p-list engine,
- a 2D graphic engine, where you program vectorial PDF graphics by script,
- commands for driving industrial interfaces: RS232 serial communication, digital I/O, LED display.
Smile ships with an impressive set of additional tools of various kinds, for instance a backup utility. Smile is totally scriptable, attachable (each object can own a script), and tailored (with scripts you can customize the interface to any extent.)
Enhancements:
- SmileLab now ships as universal binary, in other words it runs natively on PPC as well as on Intel machines.
- You can now make HTML interfaces. Users view the interface either in their favorite browser, or in Smile, in a specific (and scriptable) kind of window.
- The regular expressions commands that work on Unicode text now support several expressions syntaxes.
- XML engine enhancements: new XML commands, better handling of pools of documents, new plist commands.
- You can now automate PDF document printing.
- the release notes list more than 50 new features, minor enhancements or bug fixes.
<<less
Download (13.6MB)
Added: 2006-07-13 License: Freeware Price:
1209 downloads
EPIC 0.6.17

EPIC 0.6.17


EPIC - Open source Perl IDE based on the Eclipse platform more>> EPIC - Open source Perl IDE based on the Eclipse platform

EPIC is a free, open source and easy to use Perl IDE based on the Eclipse platform.
Features supported are syntax highlighting, perldoc support, source formatter, on-the-fly syntax check, content assist, templating support and a Perl debugger.
A regular expression plugin is also available.
NOTE: EPIC is released under the Common Public License.
Main features:
Perl Editor Plugin:
- Syntax Highlighting
- On the fly syntax check (with annotation hover)
- Content assist
- Quick reference feature
- Outline view with used modules and subroutines
- Source formatter
- HTML export
- Perldoc support
- Templating support
Perl Debugger:
- The Perl Debugger Plugin has the following features:
- Persistent Breakpoints
- Single Step/Step Into/Step Over ...
- Global and local variables inspection (PadWalker needed)
- Expression evaluation
RegExp Plugin:
- The RegExp Plugin has the following features:
- Multiline/Ignorecase
- Subexpression highlighting
- Single step for debugging
System requirements:
- Eclipse

<<less
Download (3.3MB)
Added: 2007-12-30 License: Freeware Price: FREE
190 downloads
GCMathParser

GCMathParser


Make mathematical expression available in your applications more>> Make mathematical expression available in your applications

GCMathParser is a free class that you can use in applications that need a way to deal with mathematical expressions input by the user.
GCMathParser accepts an NSString consisting of a well-formed mathematical expression, evaluates it, and returns the result. It supports arbitrary named variables, so it is also perfect for graph plotting applications.
Supported functions and operators:
- Basic operators: +, -, * (multiply) and / (divide)
- Mod operator: %
- Exponentiation operator: ^
- Negation: unary -
- Assignment: =
- Log functions: log(), log2(), ln(), exp()
- Transcendental functions: sin(), cos(), tan(), asin(), acos(), atan(), sinh(), cosh(), tanh(), asinh(), acosh(), atanh()
- Square root function: sqrt()
- Rounding functions: ceil(), floor(), round(), trunc(), rint(), near()
- Angular conversion functions: dtor(), rtod()
- Absolute value function: abs()
- Constants: pi

System requirements:
- Xcode

<<less
Download (45KB)
Added: 2009-03-28 License: Freeware Price: FREE
199 downloads
iCount 1.2.1

iCount 1.2.1


iCount - desktop calculator performs regular, scientific or statistical functions more>>
iCount is a desktop calculator.
Its lightyears beyond that handy but old Mac desk accessory calculator.

iCount can perform regular, scientific or statistical functions. It is a multi-function desktop calculator that is also an expression parser.

Unlike other desktop calculators, iCount doesnt emulate a normal hand calculator. Instead it has a simple editor that lets the user type an expression and returns a result simply by pressing the return key. iCount supports: drag and drop text editing; 4 modes of operation; 27 built-in functions and up to 50 user defined functions; on-line help and much more.
<<less
Download (61KB)
Added: 2006-07-11 License: Freeware Price:
1200 downloads
txt2regex 0.8

txt2regex 0.8


txt2regex - Regular expression (regex) wizard for the console more>>
Txt2regex is a Regular Expression Wizard that converts human sentences to regexes.

In a simple interactive console interface, the user answer questions and the program build the regexes for more than 20 programs, like Vim, Emacs, Perl, PHP, Python, Procmail and OpenOffice.org. It is a Shell Script 100% written with Bash builtin commands.

No compilation or extra commands are needed, just download and run.

Supported programs (23)

AWK, ed, egrep, Emacs, expect, find, gawk, grep, lisp, lex, mawk, MySQL, OpenOffice.org, Perl, PHP, Postgres, Procmail, Python, SED, Tcl, VBscript, VI, Vim.
<<less
Download (39KB)
Added: 2007-04-19 License: Freeware Price:
922 downloads
Sure Cuts A Lot 1.017

Sure Cuts A Lot 1.017


Sure Cuts A Lot 1.017 is a powerful software that helps you with type fonts and various shapes with your Cricut machine more>>

Sure Cuts A Lot 1.017 is a useful software that helps you with type fonts and various shapes with your Cricut machine. Works with your installed true type fonts. No special cartridges required. WYSIWYG interface.

Major Features:

  1. Works with the Cricut Personal, Cricut Expression & Cricut Create MachinesTM
  2. Works with your installed True Type fonts
  3. Works with thousands of free True Type fonts
  4. Works with hundreds of free True Type Dingbat fonts
  5. Import SVG files to allow you to use your own custom artwork
  6. Weld overlapping letters and shapes together
  7. Select styles, including Shadow and Blackout, to change the look of your letters and shapes
  8. No special cartridges required
  9. Cut additional shapes from the "Sure Cuts A Lot" Library.
  10. WYSIWYG Interface - What you see is what you cut
  11. Availble for Windows and Macintosh OSX
  12. Save your design layouts, so you can save your work to allow you to make changes over time

Requirements:

  • Power PC or Intel based Macintosh
  • Macintosh OSX 10.4/10.5
  • 512 MB of RAM or more
  • At least 50 MB of available hard disk space
  • USB Port 1.1 or 2.x
  • CricutTM Personal - Firmware v1.1
  • CricutTM Expression - Firmware v2.1
  • CricutTM Create - Firmware v1.51
<<less
Download (2.9MB)
Added: 2009-10-07 License: update/patch Price: $69.95
downloads
RegExhibit 1.2

RegExhibit 1.2


Interactively examine and test regular expressions. more>>


Having trouble getting your regular expressions just right? Not sure what they match and what they leave out? Tired of having to write test programs every time? RegExhibit can help.
RegExhibit shows you what your regular expressions match as you type on a sample text you provide. You can set the colour RegExhibit uses for this, and whether it should underline matches and captures. It also provides full details on successful matches.
As RegExhibit uses Perl to interpret your regular expressions, you get access to one of the most complete regular expression dialects around. RegExhibit will even allow you to use Perl code inside a regular expression.

<<less
Download (171K)
Added: 2007-09-04 License: Freeware Price:
13 downloads
 
Other version of RegExhibit
RegExhibit 1.1Roger Jolly - RegExhibit shows you what your regular expressions match as you type on a sample text you provide. RegExhibit. Having trouble getting
License:Freeware
Download (159KB)
834 downloads
Added: 2007-07-13
RegexKit 0.6.0

RegexKit 0.6.0


RegexKit is considered as an innovative and versatile Objective-C framework for regular expressions: more>>

RegexKit 0.6.0 is considered as an innovative and versatile Objective-C framework for regular expressions:

  • Support for Mac OS X Cocoa and GNUstep. Mac OS X 10.4 or later required.
  • Mac OS X Universal Binary, including 64-bit support on Mac OS X 10.5.
  • No sub-classing required. Seamlessly adds regular expression support to all NSArray, NSDictionary, NSSet, and NSString Foundation objects with a rich set of Objective-C category additions.
  • Unicode enabled. Full Unicode support for NSString objects.
  • Extensive, high quality documentation.
  • Full source code with a BSD license.
  • Uses the BSD licensed PCRE Perl Compatible Regular Expressions library for the regular expression engine.

Tuned for high performance, including such features as:

  • Caches the compiled form of the regular expression for speed.
  • Multithreading safe, including multiple reader, single writer multithreaded access to the compiled regular expression cache.
  • Makes minimal use of heap storage (ie, malloc() and free()), instead allocating most temporary buffer needs dynamically from the stack.
  • Uses >Core Foundation directly on Mac OS X for additional speed.

Includes support for Mac OS X 10.5 Leopard:

  • 64 bit support. Pre-built for ppc, ppc64, i386, and x86_64.
  • Garbage Collection enabled. Complete support for Leopards Garbage Collection feature.
  • Integrated Xcode 3.0 documentation. Get real time API information via the Research Assistant.
  • Collection of instruments for Instruments.app.
  • RegexKit specific DTrace probe points.
<<less
Download (1.6MB)
Added: 2008-01-28 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5