Main > Free Download Search >

Free cricut expressions software for mac

cricut expressions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 266
Expression 1.3.5

Expression 1.3.5


Expression allows you to create, modify, extract, and otherwise toy with Sound Sets for both Outlook Express and Entourage more>> Expression allows you to create, modify, extract, and otherwise toy with Sound Sets for both Outlook Express and Entourage.
Requirements:
MacOS 8.5 or later, 2 MB RAM, Outlook Express 5.x or Entourage.
<<less
Download (1.6MB)
Added: 2001-01-23 License: Free Price:
downloads
RegExpress 1.4

RegExpress 1.4


RegExpress is an effective utility created for testing regular expressions and has a straightforward interface which helps to get your test done quickly. more>>

RegExpress 1.4 is an effective utility created for testing regular expressions and has a straightforward interface which helps to get your test done quickly.

Major Features:

  1. Allow choice between several RegEx engines.
  2. You could save your more used RegEx in collections.
  3. Key Equivalents to match, replace and clear the result text.
  4. Allow choice the escape character.
  5. Replace text.
Enhancements:
  • Allow replace
  • Enable the toolbar buttons only when is necessary
  • Clean Results button
  • Fix several minor bugs
Requirements: Mac OS X 10.3 or later.
<<less
Download (1.9MB)
Added: 2007-10-24 License: Free Price:
downloads
 
Other version of RegExpress
RegExpress 1.3.0possible to be selected between few regular expressions engines - Custom the escape character ... You can save your favorite regular expressions
License:Freeware
Download (987KB)
843 downloads
Added: 2007-07-11
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
MacroCollection

MacroCollection


MacroCollection - 10 Useful Macros For Jedit 4.0 more>>
Useful 10 macros for Jedit4.0 which made by Jedit author and published as an appendage to the book "Jedit Super Manual". These macros might be helpful as sample scripts when making your own scripts.

Find With Style
Finds and replaces with the style sepcification.

Compare Docments
Compares each paragraph contents of two documents.

Renumber Chapters
Renumbers each heads of chapters, sections and figures.

Save Image As
Saves the selected image object as an image file (JPEG, PNG, TIFF or PICT).

Split and Save
Splits the Jedit document and saves them into multiple files.

Kanji Sort
Sorts the tab separated or comma separated records. If the key contains the kanji string, the string will be converted to hiragana in advance.

Flexible Sort
Sorts the records which contain multiple paragraphs in one record.

Check Katakana Expressions
Extracts all kanakana words used in the target document and lists up into another window and sorts them in order to check the variety of the katakana expressions

Insert Parasgraph Number
Inserts the paragraph number string at each paragraph top.

Delete Word Spacing
Deletes the single-byte spacing between English word and Japanese word.

<<less
Download (1.1MB)
Added: 2005-10-27 License: Freeware Price:
1458 downloads
16 cute Iconic Icons 1.0

16 cute Iconic Icons 1.0


A Collection of 16 Icons featuring 4 iconic images with 4 different expressions. more>>


A new free icon set from JMKit. 16 Icons including a Star, a Skull, a Heart, and a Ghost each with 4 different expressions. Great general use icons.

<<less
Download (588K)
Added: 2008-08-08 License: Freeware Price:
13 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
Bean Word Processor 2.3

Bean Word Processor 2.3


Small, fast word processor. more>>


A small, easy-to-use word processor (or more precisely, a rich text editor), designed to make writing convenient, efficient and comfortable. Bean is Open Source, fully Cocoa, and is available free of charge! Features: live word count, inspector panel, full screen mode, find and replace with regular expressions.

<<less
Download (3.7MB)
Added: 2009-06-01 License: Freeware Price:
11 downloads
Textreme 3.2

Textreme 3.2


Textreme is one of the most complete and beneficial programs to replace multiple patterns with one click. more>>

Textreme 3.2 is one of the most complete and beneficial programs to replace multiple patterns with one click.

Major Features:
  1. Replace multiple patterns in multiple files with one click
  2. Textreme has full support for PERL Regular Expressions
  3. Enable/disable RegEx for every pattern in a batch manually (or globally)
  4. Enable/disable Case Sensitivity for every pattern in a batch manually (or globally)
  5. Save your often-used patterns as templates for instant access
  6. Share your favorite templates with others
  7. Textreme comes with pre-written templates
Requirements: Mac OS X 10.4 or later
<<less
Download (451.2KB)
Added: 2008-05-31 License: Freeware Price:
downloads
TextCommands 1.0.1

TextCommands 1.0.1


TextCommands - Commands for working with strings and Unicode text more>>
TextCommands is a OSAX collection of commands for working with strings and Unicode text.
TextCommands is a scriptable faceless background application (FBA) providing over 30 commands for working with strings and Unicode text, including changing case, searching with regular expressions, formatting AppleScript data and converting between various encodings.
Enhancements:
- Fixes bug in check command.
<<less
Download (1.8MB)
Added: 2006-01-17 License: Freeware Price:
1376 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
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
iTunes SED 1.0

iTunes SED 1.0


iTunes SED - Smart batch changes on the tracks ID3 info more>>
iTunes SED is a powerful, a UNIX-geeks-must-have script. It brings the power of SEDs substitute command s/// to iTunes, so you can make smart batch changes on the tracks ID3 info (Name, Artist, Album, ...).

Weve got regular expressions, back references, modifiers, multiple commands. Its SED babe!
<<less
Download (9KB)
Added: 2006-02-13 License: Freeware Price:
1349 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
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
Calculate 1.1.4

Calculate 1.1.4


Evaluate math expressions with this small widget more>> Evaluate math expressions with this small widget

Calculate is a nice, useful, free and easy to use widget for evaluating math expressions. Any JavaScript expression can be evaluated, and variables and functions are persistently stored.

Enhancements
- Widget dimensions now persistent between sessions.
- Object literals can now be used. For example: point = { x:0, y:6 }

<<less
Download (98KB)
Added: 2008-11-28 License: Freeware Price: FREE
184 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5