Main > Free Download Search >

Free union software for mac

union

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 22
Livid Union 2.5.5

Livid Union 2.5.5


Livid Union is an interective live VJ software studio designed for mixing video and images in real-time more>> <<less
Download (24MB)
Added: 2009-08-17 License: update/patch Price: $299.00
downloads
Union Chinese Bible 3

Union Chinese Bible 3


Union Chinese Bible - Have your own Chinese Bible. more>> Union Chinese Bible - Have your own Chinese Bible.

Have your own Chinese Bible.
System requirements:
- iPhone

<<less
Download (1.3MB)
Added: 2008-06-13 License: Freeware Price: FREE
192 downloads
XXX: State of the Union Trailer

XXX: State of the Union Trailer


XXX: State of the Union Trailer - Check out the new trailer for the XXX sequel more>>
Fresh of the success of his last renegade recruit, NASA agent Augustus Gibbons (Samuel Jackson) enlists a new agent (Ice Cube) to help track down a dangerous military splinter group bent on overthrowing the U.S. Government.


<<less
Download (3MB)
Added: 2005-05-05 License: Freeware Price:
1633 downloads
EuroKrona 1.0

EuroKrona 1.0


EuroKrona is designed as an OS X application that gives you helps to convert between Swedish Kronor (SEK) and Euros (EUR). more>>

EuroKrona 1.0 is designed as an OS X application that gives you helps to convert between Swedish Kronor (SEK) and Euros (EUR). It's easy to use, free and has very few features. The exchange rate is fixed since that's what it'll be when Sweden joins the European Monetary Union. The app itself and it's homepage is in Swedish only. Hope you enjoy it!

Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4 Intel
  • Mac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5 Intel
  • Mac OS X 10.3
  • Mac OS Classic
<<less
Download (56.6KB)
Added: 2003-09-12 License: Freeware Price:
downloads
Action Tracker 1.3.1

Action Tracker 1.3.1


Action Tracker - Track FileMaker Pro projects and contacts more>>
Action Tracker is a simple FileMaker Pro database for tracking next actions, projects and contacts. Inspired by David Allens GTD.
Main features:
- Maintain multiple projects
- Assign context, status, and activity level for to-do items
- Create an unlimited number of notes
- Clickable links to web locations, email, and documents
- Easily link cross link related items
- Search, display and print the union of selected lists.
- Manage contacts along with a nearly unlimited number of related projects, tasks, and notes.
- Complete document management: Attach Word, Excel, PowerPoint, PDF, movie files, picture files or any document and store them directly in the database. There is virtually no limit to the number of documents you can add to the system and the documents are stored in their original format related to a particular organization or individual.
- Also, youll find an "opener" database for users of QuickSilver or Launchbar. The "New Action" database can be opened via QS or LB and its only purpose is to run a script to create a new action in Action Tracker and then close itself. If Action Tracker is not open it will be opened by this action. Keep these two files in the same folder. You can add an alias to the New Action database to your desktop, dock, etc. for quick and easy access for creating new actions. New: Runtime version (stand alone app that does not require FileMaker Pro) now available.
Enhancements:
- Improved and refined scripts.
- Various bug fixes.
<<less
Download (390KB)
Added: 2006-09-12 License: Freeware Price:
1151 downloads
H2 Database Engine 1.1.113

H2 Database Engine 1.1.113


An SQL database engine written in Java more>> An SQL database engine written in Java

H2 is an SQL database engine written in Java (but also available as a native binary). JDBC and ODBC APIs are supported.
Embedded and server modes are available. A Web console application is included. Clustering is supported.
H2 Database Engine is a web based java database engine.

Main features:
- Fast database engine
- Free, source code is included
- Supports standard SQL
- Written in Java
- Disk based or in-memory databases
- Browser base Console application
- JDBC API
- Limited ODBC support
- Embedded and client/server (network) mode
- High availablility support (clustering / failover)
- Wide range of data types including large objects (BLOB/CLOB)
- Strong security features (SSL, users, roles, encrypted files)
- Multiple connections, table level locking
- Cost based optimizer, using a genetic algorithm for complex queries
- Transaction support (serializable transaction isolation)
- Zero-administration, automatic recovery
- Large resultset, external sorting
- Scrollable and updatable resultset support
- Read only views and inline views
- Inner and outer joins, subqueries
- Many functions already built-in
- Triggers and Java functions / stored procedures
- Referential integrity / foreign key constraints with cascade, check constraints
- Multiple schema support
- Compatibility modes for HSQLDB, MySQL and PostgreSQL
- Sequence and autoincrement columns
- Well tested (high code coverage, randomized stress tests)
- Small footprint (smaller than 1 MB)
- Uses a small number of database files
- Can be compiled to native code using GCJ
- Primary keys, multiple index types (b-tree, linear hash, tree, hash)
- ORDER BY, GROUP BY, HAVING, UNION, LIMIT
- Information Schema
- Multiple connections
- Collation support
- EXPLAIN PLAN support
- The database can generate SQL script files
- Support for linked tables, and a built-in virtual range table
- Automatic re-compilation of prepared statements
- Sophisticated trace options
- Low memory requirements
- Easy to understand exception messages
- Standard handling of NULL values
- Multilanguage console application (at this time, English and German).

Enhancements
- Shell tool: the built-in commands EXIT, HELP, ?, LIST, and so on didnt work with a semicolon at the end.
- JDK 1.5 is now required to build the jar file. However it is still possible to create a jar file for Java 1.4. For details, see buildRelease.sh and buildRelease.bat. As an alternative, compile using JDK 1.5 or 1.6 and use Retrotranslator to create a Java 1.4 version http://retrotranslator.sourceforge.net/).
- When deleting or updating many rows in a table, the space in the index file was not re-used in the default mode (persistent database, b-tree index, LOG=1). This caused the index file to grow over time. Workarounds were to delete and re-created the index file, alter the table (add a remove a column), or append ;LOG=2 to the database URL. To disable the change, set the system property h2.reuseSpaceBtreeIndex to false.
- Identifiers with a digit and then a dollar sign didnt work. Example: A1$B.
- MS SQL Server compatibility: support for linked tables with NVARCHAR, NCHAR, NCLOB, and LONGNVARCHAR.
- Android: Workaround for a problem when using read-only databases in zip files (skip seems to be implemented incorrectly on the Android system).
- Calling execute() or prepareStatement() with null as the SQL statement now throws an exception.
- Benchmark: the number of executed statements was incorrect. The H2 database was loaded at the beginning of the test to collect results, now it is loaded at the very end. Thanks to Fred Toussi from HSQLDB for reporting those problems. However the changed do not affect the relative performance.
- H2 Console: command line settings are no longer stored in the properties file. They are now only used for the current process, except if they are explicitly saved.
- Cache: support for a second level soft-references cache. To enable it, append ;CACHE_TYPE=SOFT_LRU (or SOFT_TQ) to the database URL, or set the system property h2.cacheTypeDefault to "SOFT_LRU" / "SOFT_TQ". Enabling the second level cache reduces performance for small databases, but speeds up large databases. It makes sense to use it if the available memory size is unknown. Thanks a lot to Jan Kotek!

<<less
Download (4.9MB)
Added: 2009-05-24 License: Freeware Price: FREE
218 downloads
 
Other version of H2 Database Engine
H2 Database Engine 0.9, multiple index types (b-tree, linear hash, tree, hash) - ORDER BY, GROUP BY, HAVING, UNION, LIMIT - Information Schema - Multiple connections - Collation support - EXPLAIN PLAN support - The
License:Freeware
Download (5.2MB)
1413 downloads
Added: 2005-12-15
ohmiGene 3.15

ohmiGene 3.15


ohmiGene is an userfriendly, secure and reliable program for the management of your genealogical data. more>>

ohmiGene 3.15 is an userfriendly, secure and reliable program which helps you manage your genealogical data. Available in French and English, ohmiGene works under MacOS X (PowerPC or MacIntel, including Leopard) and Windows. ohmiGene is a 'clean' program : it works exclusively in the folder which contains it.

A database created on Mac works on PC, and vice versa. An USB key, containing a working folder with the programs ohmiGene (PPC), ohmiGene X (MacIntel) and ohmiGene.exe (Windows) can be connected on any computer : ohmiGene is immediately operational
Data are saved in the database with the encoding UTF8 : languages as the cyrillic can be used.
ohmiGene is THE program, working with a database, which respects more the GEDCOM format (import-export).

If any context concerning the submission of a file to the church LDS is absent, almost totality of the other contexts are correctly handled (import, manipulation and export...): individual records ou family records, evnts, attributes ... without forgetting the relations (tag ASSO), the multiple identities, neither the possible doubles (tag ALIA) ... contexts often ignored by many software !

SOME CHARACTERISTICS

  • The majority of the current features are present: individual or family card, websites, quick lists, trees, fan chart ...
  • The majority of the contexts support an unlimited number of associated documents, notes (format RTF), sources and sakouveux ...
  • The possibility of easily creating lists of persons, according to a multitude of criteria. These lists can be the object of tasks in series (marks, sources...), printed or exported ...
  • Etc. .
In project, if there is a request: the possibility of managing the homosexual unions. The version LITE is limited to 509 persons.

Major Features:

  1. SOME PAGES
    • Here an overview of the main windows : main page, individual card, family card (parents), union card (spouses), relation card, avatar card (double) and finally, a card concerning an event.
    • Most of these contexts support an unlimited number of associated files (illustrations, etc.), notes (RTF format), texts, sources and 'sakouveux' (witness, epoch ..., not defined by the gedcom format).
  2. SOME REPORTS
    • ohmiGene makes it possible to publish a fan chart, an ancestry notebook, a family tree, one or more individual (or family) sheets, some diagrams of descent (possibility of writing directly in a booklet with the A4 format)...
    • ohmiGene export the genealogy into one (even of two) qualitative website.
  3. Complete MANAGEMENT the genealogy
    • Modules allow to handle the surnames, the mess of places, the repositories and works, the documents, the names of events, the sakouveux ...
    • And a module to try TO TRACK DOUBLES before to merge them, if need be.
    • Without forgetting a module to export quicks lists and...a window supplying some statistics concerning the database..
  4. And also ...
    • A module which allows to convert dates from a calendar to the another : Julian, Gregorian, Chinese, Indian (S), Islamic, Jewish and Republican calendars
    • The possibility of locating a place due to Google Maps , Wikipedia...
    • A pad from which one can establish things to do : lists of certificates to be looked for...
    • And many other features : memo, agenda, module to handle URLs ...
  5. Realizations making easy work
    • It is possible to create working lists, according to a multitude of criteria, with ease or to list ancestors, descentants or close parents of a person.
    • These lists can handled for tasks in series (marks, sources ... ), printed or exported in various formats : gedcom, normal tabulated text, PDF booklet ...
    • It is possible to memorize until 8 lists and to make logical operations with them.
    • Every person can be marked by means of 24 criteria customizable and found due to this mark.
    • Preset sources (birth certificate ...) pointed by one click,
    • Management of different types of dates, with a powerful and complete management BaptismMarriageBurial-BirthMarriageDeat (BMS-NMD),
    • It is possible to record hypertext links (http or eMail) in a note or a text.
    • Method 'drag and drop' to order lists (children, unions, families, events...),
    • If that is possible, ohmiGene can guess the sex of a new individual,
    • The size of certain texts is flexible to help those which have visual difficulties,
    • And much more

Enhancements: Correction of the display in some windows

<<less
Added: 2009-09-20 License: Freeware Price: Notavailable
downloads
 
Other version of ohmiGene
ohmiGene 3.08.2Method 'drag and drop' to order lists (children, unions, families, events...), If that is possible, ohmiGene can guess the sex of a new individual, The size of certain texts is flexible to help
License:Freeware
Download
29 downloads
Added: 2009-05-27
IFSPainter 1.0

IFSPainter 1.0


IFSPainter is a program to create and save awesome graphics based on iterated functionsystems more>>
IFSPainter is a program to create and save awesome graphics based on iterated functionsystems (IFS).

The graphics are fractals made up of the union of several copies of itself, each copy being transformed by a function. The best example is the "Sierpinski gasket".

IFSPainter is an excellent tool for teachers, students and all people that like playing with the differet parameters.


<<less
Download (1MB)
Added: 2005-11-07 License: Freeware Price:
1449 downloads
Dropsound 2.90

Dropsound 2.90


Dropsound is a beneficial and highspeed application which plays sound files. more>>

Dropsound 2.90 is a beneficial and highspeed application which plays sound files. For example: if you have a lot of samples and you want to preview them before using them or cataloging them or what have you, you can drop the lot on DS and they will load into a nice queue and play, one by one, one after the other, until they've all been played. At that point, should you designate the proper checkbox in the preferences window, the queue will clear itself or DS will quit.

The queue is the main feature of DS; all other features exploit this form of organization. One such feature is that DS can convert every file in the queue to AIF or WAV format, which comes in handy sometimes.

For a satisfactory list of major features, see "What DS Can/Cannot Do", on the website. Succinctly, Dropsound is somewhat useful especially for working with samples, but not the sort of application that changes your life around and saves your marriage or civil union. Despite that, I would say it's "freakin' awesome", and so would my former friend Ryan Laster, who remarked of DS, "Your app f***in' rocks!" (real quote !).

<<less
Download (2.4MB)
Added: 2005-08-08 License: Freeware Price:
downloads
SingleFramer 2.1

SingleFramer 2.1


SingleFramer - Stop-motion, time-lapse for NTSC or PAL DV cameras more>>
SingleFramer is a frame-capture application developed in MAX/MSP/JITTER for students at the Cooper Union art school in NYC, USA.

It allows you to capture individual frames from a DV camera, either manually or automatically (time-lapse). You can use "onion-skinning" to see an overlay of your previous frame as you compose your shot. You can load an existing movie so you can match your setup from a previous day. (Useful if you need to break down borrowed equipment between shoots).

<<less
Download (2.7MB)
Added: 2005-11-23 License: Freeware Price:
1450 downloads
BloodRayne 1.0.1b

BloodRayne 1.0.1b


Agent BloodRayne was raised and trained by a secret governmental agency to hunt down and eliminate evil. more>>


Set in the mid-1930s, BloodRayne introduces the sexy, supernatural Agent BloodRayne. An unholy union of human and vampire, Agent BloodRayne was raised and trained by a secret governmental agency to hunt down and eliminate global evil forces. Now she must take on an occult faction of pre-Nazis and their army of vile, unearthly ghouls to prevent them from unleashing creatures of unfathomable terror onto the world.
Feature: Sink Your Teeth Into BloodRayne
Genre: Action

<<less
Download (1.5MB)
Added: 2004-01-28 License: Update Price:
5459 downloads
Hearts of Iron II: Doomsday ub1.1

Hearts of Iron II: Doomsday ub1.1


Play as the ruler of one of 175 countries through World Wars II and III. more>>


As the German war machine falls, two great nations rise to claim power. In the West, there is the United States, leader of the allied nations, and in the East lies the Soviet Union under communist rule. As both nations attempt to claim superiority, a new war is waiting around the corner; this time, the conflict will decide who will be the remaining superpower.
Play as the ruler of one of 175 countries through World Wars II and III. As the Allies and the Soviet Union clash in Europe, the fate of the world hangs in the balance.
Genre: Strategy

<<less
Download (8.8MB)
Added: 2007-07-17 License: Update Price:
11 downloads
FinKit Classic 1.2.5

FinKit Classic 1.2.5


FinKit Classic offers a comprehensive, user friendly financial calculator that lets you solve all sorts of problems involving the time value of money. more>>

FinKit Classic 1.2.5 offers a comprehensive, user friendly financial calculator that lets you solve all sorts of problems involving the time value of money.

The freeware version provides seventeen different calculations:

  • Effective Rates
  • Equivalent Rates
  • Periodic to Annual Rates
  • Inflation and Taxes
  • Find Rate
  • Single Payment
  • Multiple Payments
  • Annuity
  • Perpetuity
  • Amortization
  • Sinking Fund
  • Lease
  • Credit Cards
  • Savings
  • Withdrawals
  • Time between Dates
  • Interest between Dates

Most of the calculations let you view details such as amortization shedules. Saved results can be imported in any program that can read tab-delimited text. FinKit can be used as a currency independent application. To make things easier for European users who still like to think in their "old" currencies it does currency conversions between the currencies of the Economic and Monetary Union on the fly. FinKit is very easy to use. It's a calculator without a "Calculate" button: what you see is what is calculated!

<<less
Download (927.7KB)
Added: 2004-03-14 License: Freeware Price:
downloads
Find the Suspect 1.0

Find the Suspect 1.0


A great dashboard widget that will improve your memory. more>> VectorDesigner is a vector drawing application designed to be simple, intuitive and powerful to use.
It has everything you need to create fancy vector graphics such as posters, brochures, stickers, logos, web graphics, t-shirt and more.
It features a wide range of tools and smart shapes: easily create rectangles, ovals, polygons, stars, bezier curves - even convert bitmap images to vector-based drawings thanks to VectorDesigners automatic raster to vector conversion!
VectorDesigner even provides advanced tools for performing geometric operations, to achieve total control over your drawings (union, subtraction, intersection and exclusive-or operations)
Text can be constrained within a shape, or along a path - while still preserving the full text editing capabilities of Mac OS X!
Through the built-in Flickr browser, you can have a massive library of textures and images at your fingertips! Enhance your creations by searching images by color or tags, and insert them into your drawing with a single click.
Achieve unique effects by applying filters and Quartz compositions to your shapes and images - in a non-destructive way!
When printing color, printers use a different technology from that used by your display. Therefore, the colors that you see on screen may not accurately match what is printed. VectorDesigner solves the problem: by softproofing your document, you see on screen a very close representation of what you will get on paper.
<<less
Download (545KB)
Added: 2009-01-01 License: Freeware Price: FREE
185 downloads
VectorDesigner 1.5.1

VectorDesigner 1.5.1


VectorDesigner is known as a comprehensive and useful application for vector drawings, diagrams, illustrations. more>>

VectorDesigner 1.5.1 is known as a comprehensive and useful application for vector drawings, diagrams, illustrations. In addition, it is also good for raster image handling, filtering and color correction, offering everything users need to create professional level vector artwork, such as posters, brochures, stickers, logos, web design, t-shirts and more.

Major Features:

  1. It features a wide range of tools and smart shapes: easily create rectangles, ovals, polygons, stars, bezier curves - even convert bitmap images to vector-based drawings thanks to VectorDesigner's automatic raster to vector conversion!
  2. VectorDesigner even provides advanced tools for performing geometric operations, to achieve total control over your drawings (union, subtraction, intersection and exclusive-or operations)
  3. Text can be constrained within a shape, or along a path - while still preserving the full text editing capabilities of Mac OS X!
  4. Through the built-in Flickr browser, you can have a massive library of textures and images at your fingertips! Enhance your creations by searching images by color or tags, and insert them into your drawing with a single click.
  5. Achieve unique effects by applying filters and Quartz compositions to your shapes and images - in a non-destructive way!
  6. When printing color, printers use a different technology from that used by your display. Therefore, the colors that you see on screen may not accurately match what is printed. VectorDesigner solves the problem: by softproofing your document, you see on screen a very close representation of what you will get on paper.

Enhancements:

  • Improves snow leopard compatibility,
  • Add automatic Application folder installation
  • Fixes few minor bugs.

Requirements:

  • Mac OS X 10.4 or higher (10.5 recommended).
  • G4, G5 or Intel processors.
  • 1.25 GHz or faster.
  • 512MB (1GB recommended).
  • Core Image supported graphics card.
  • Some features require Mac OS X 10.5 Leopard.
<<less
Download (4.9MB)
Added: 2009-09-21 License: update/patch Price: $69.95
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2