Main > Free Download Search >

Free 2.2 chevy engine software for mac

2.2 chevy engine

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1663
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.9H2 is an SQL database engine written in Java (but also available as a native ... H2 Database Engine is a web based java database engine. Main features: - Fast database engine
License:Freeware
Download (5.2MB)
1413 downloads
Added: 2005-12-15
STS Template Engine

STS Template Engine


STS Template Engine - Generate configuration files for other server applications such as Apache, Sendmail, etc. more>> <<less
Download (170KB)
Added: 2007-07-16 License: GPL Price:
847 downloads
e-CryptIt Engine 9.2

e-CryptIt Engine 9.2


e-CryptIt Engine is a REALbasic plugin that will come in handy more>>
e-CryptIt Engine is a REALbasic plugin that will come in handy.
The plugin is internally segmented so only the used parts will be compiled into your application.
The Zip compression, CRC32 and Adler32 are based on the zlib library whch was not written by Einhugur Software.The e-CryptIt plugin does not require zlib to be installed.
Main features:
Encryption
- e-CryptIt - chained
- Blowfish ECB unchained mode (64 bit blocks - up to 448 bit keysize).
- Blowfish CBC chained mode - (64 bit blocks - up to 448 bit keysize).
- Twofish ECB unchained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- Twofish CBC chained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- Twofish CFB1 chained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- AES ECB unchained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- AES CBC chained mode - (128 bit blocks - 128,192 and 256 bit keysize).
- Serpent ECB unchained mode - (128 bit blocks - up to 256 bit keysize).
- Serpent CBC chained mode - (128 bit blocks - up to 256 bit keysize).
Encoding and Decoding
- e-CryptIt
- Base64 (Raw)
- Base64Stream (Will handle extra CRs in MIME Base64)
- UU
- BinHex
- BinHexEncoderStream
- MacBinary III (Not supported on Win32 and Linux)
- MacBinaryStream (MacBinary I, II and III)
- AppleSingle and AppleDouble (Not supported on Win32 and Linux)
- AppleSingleEncoderStream
- AppleSingleDecoderStream
- YEncDecoder
- YEncEncoder
Compression
- Zip compression on strings
- Zip compression on files (.z format)
- Zip compression on streams (.z format)
Checksum
- CRC16 on strings.
- CRC16 on MemoryBlocks.
- CRC32 on strings.
- CRC32 on MemoryBlocks.
- Adler32 on strings.
- Adler32 on MemoryBlocks.
Hashing
- MD5
- SHA
- SHA1
- SHA_256
- SHA_384
- SHA_512
Keyed-Hashing
- HMAC-MD5
- HMAC-SHA1
<<less
Download (3.1MB)
Added: 2006-11-30 License: Freeware Price:
1068 downloads
Calcul Engine 1.0

Calcul Engine 1.0


A user-friendly calculator which evaluates expressions with parentheses, basic functions and variables. more>> <<less
Download (52K)
Added: 2008-08-11 License: Freeware Price:
13 downloads
Login Items Engine 1.0

Login Items Engine 1.0


Login Items Engine is regarded as a feature-rich and trustworthy tool designed to help users simplify the Login Items process. more>>

Login Items Engine 1.0 is regarded as a feature-rich and trustworthy tool designed to help users simplify the Login Items process. It creates a Login Items folder in the users home directory. This folder functions exactly like the old Startup Items folder of previous Mac OSes. Simply drag documents, applications, alias files in and out of it as desired.

<<less
Download (965.8KB)
Added: 2002-05-27 License: Freeware Price:
downloads
Update Engine R3.5

Update Engine R3.5


Update Engine is a tool for developers to ensure their products up-to-date. more>>
Update Engine R3.5 is a tool for developers to ensure their products up-to-date. It can update nearly any type of software, including Cocoa apps, screen savers, and preference panes. It can even update kernel extensions, regular files, and root-owned applications. Update Engine can even update multiple products just as easily as it can update one.

Enhancements:

  • release notes not available at developer site nor in download at the time of this posting

Requirements:

  • Mac OS X 10.4 or later.
<<less
Download (139K)
Added: 2008-12-02 License: Free Price:
downloads
 
Other version of Update Engine R3.5
Update Engine R3.5Update Engine is equipped many useful features which can allow developers ... Update Engine R3.5 is equipped many useful features which can allow developers to keep their
License:Freeware
Download (138.9KB)
downloads
Added: 2008-12-02
Login Items Engine X 1.0

Login Items Engine X 1.0


Login Items Engine is a handy tool designed to help users simplify the Login Items process. It creates a Login Items folder in the users home directory more>> Login Items Engine is a handy tool designed to help users simplify the Login Items process. It creates a Login Items folder in the users home directory. This folder functions exactly like the old Startup Items folder of previous Mac OSes. Simply drag documents, applications, alias files in and out of it as desired.
Requirements:
Mac OS X 10.1 or later.
<<less
Download (990K)
Added: 2002-06-09 License: Free Price:
downloads
Risk Engine 1.3.2

Risk Engine 1.3.2


Risk Engine is an efficient analysis tool for modern spreadsheet tools which works with both iWork Numbers 09 and Microsoft Excel 2008 giving users of the most advanced spreadsheet software access to modern analysis methods more>> <<less
Download (10MB)
Added: 2009-10-22 License: Freeware Price: FREE
downloads
 
Other version of Risk Engine
Risk Engine 1.2.4Risk Engine 1.2.4 is a useful utility that works with both iWork Numbers '09 and Microsoft Excel ... Added the ability to launch Numbers and Excel from within Risk Engine. Improved management of
Price: FREE
License:Freeware
Download (790KB)
14 downloads
Added: 2009-07-14
Risk Engine 1.2.2Run detailed Monte Carlo analyses on your iWork Numbers models. Risk Engine 1 ... Risk Engine 1.2.2 is an efficient tool which can run detailed Monte Carlo analyses on your iWork
Price: FREE
License:Freeware
Download (774KB)
18 downloads
Added: 2009-06-11
Imogen Heap Yahoo! Widget Engine 1.1

Imogen Heap Yahoo! Widget Engine 1.1


Imogen Heap Yahoo! Widget Engine - Now you can have the latest news from www.imogenheap.co.uk right on your dashboard. more>> Imogen Heap Yahoo! Widget Engine - Now you can have the latest news from www.imogenheap.co.uk right on your dashboard.

This is the brand new Mac + PC compatible Yahoo! Widget for Imogen Heap fans everywhere. The rss feed for the widget is provided by www.imogenheap.co.uk.
System requirements:
- Yahoo! Widget Engine 3.0 or later

<<less
Download (134KB)
Added: 2008-07-11 License: Freeware Price: FREE
190 downloads
Chevy Corvette Atomic Orange 1.0

Chevy Corvette Atomic Orange 1.0


Give a Corvette look to your iPhone using this great theme. Chevy Corvette Atomic Orange is a beautiful iPhone theme based on a orange 2007 Chevy Corvette more>> Give a Corvette look to your iPhone using this great theme.

Chevy Corvette Atomic Orange is a beautiful iPhone theme based on a orange 2007 Chevy Corvette.
Chevy Corvette Atomic Orange has a custom lockscreen with a slider and a battery.
Chevy Corvette Atomic Orange also has a fading wallpaper with a a custom dock and a custom status bar.

System requirements:
- iPhone

<<less
Download (1.9MB)
Added: 2009-06-13 License: Freeware Price: FREE
177 downloads
Google App Engine 1.1.8

Google App Engine 1.1.8


Lets you run your web applications on Google's infrastructure. more>>


Lets you run your web applications on Googles infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and its ready to serve your users.
You can serve your app using a free domain name on the appspot.com domain, or use Google Apps to serve it from your own domain. You can share your application with the world, or limit access to members of your organization.

<<less
Download (4MB)
Added: 2009-01-16 License: Freeware Price:
13 downloads
Apache Lucene 2.2.0

Apache Lucene 2.2.0


Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java more>>
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java.
Apache Lucene is a technology suitable for almost any application that requires full-text search, especially cross-platform.
Main features:
- Scalable, High-Performance Indexing
- over 20MB/minute on Pentium M 1.5GHz
- small RAM requirements -- only 1MB heap
- incremental indexing as fast as batch indexing
- index size roughly 20-30% the size of text indexed
- Powerful, Accurate and Efficient Search Algorithms
- ranked searching -- best results returned first
- many powerful query types: phrase queries, wildcard queries, proximity queries, range queries and more
- fielded searching (e.g., title, author, contents)
- date-range searching
- sorting by any field
- multiple-index searching with merged results
- allows simultaneous update and searching
- Cross-Platform Solution
- Available as Open Source software under the Apache License which lets you use Lucene in both commercial and Open Source programs
- 100%-pure Java
- Implementations in other programming languages available that are index-compatible
<<less
Download (naMB)
Added: 2007-06-21 License: GPL Price:
859 downloads
Yahoo Widget Engine 4.5.2

Yahoo Widget Engine 4.5.2


Yahoo Widget Engine brings you an advantageous JavaScript runtime engine for Windows and Mac OS X which enables you to run little files called Widgets that can do pretty much whatever you want them to. more>>

Yahoo Widget Engine 4.5.2 brings you an advantageous JavaScript runtime engine for Windows and Mac OS X which enables you to run little files called Widgets that can do pretty much whatever you want them to. Widgets can be alarm clocks, calculators, can tell you your WiFi signal strength, will fetch the latest stock quotes for your preferred symbols, and even give your current local weather.

What sets Yahoo! Widget Engine apart from other scripting applications is that it takes full advantage of today's advanced graphics. This allows Widgets to blend fluidly into your desktop without the constraints of traditional window borders. Toss in some sliding and fading, and these little guys are right at home in Windows XP and Mac OS X.

The format for these Widgets is completely open and easy to learn so creating your own Widgets is an extremely easy task. For the "skinning" crowd, Yahoo! Widget Engine is a dream come true. You can easily change the look, feel, layout, even functionality of a Widget so that it matches your lifestyle, your desktop, or the pants or skirt you have on that day.

<<less
Download (21.8MB)
Added: 2008-08-12 License: Freeware Price:
downloads
Yahoo! Widget Engine 4.0.5

Yahoo! Widget Engine 4.0.5


Yahoo! Widget Engine lets you run little files called Widgets that can do pretty much whatever you want them to more>>
Yahoo! Widget Engine is a JavaScript runtime engine for Windows and Mac OS X that lets you run little files called Widgets that can do pretty much whatever you want them to.

Widgets can be alarm clocks, calculators, can tell you your WiFi signal strength, will fetch the latest stock quotes for your preferred symbols, and even give your current local weather.

What sets Yahoo! Widget Engine apart from other scripting applications is that it takes full advantage of todays advanced graphics. This allows Widgets to blend fluidly into your desktop without the constraints of traditional window borders.

Toss in some sliding and fading, and these little guys are right at home in Windows XP and Mac OS X.

The format for these Widgets is completely open and easy to learn so creating your own Widgets is an extremely easy task.

For the "skinning" crowd, Yahoo! Widget Engine is a dream come true. You can easily change the look, feel, layout, even functionality of a Widget so that it matches your lifestyle, your desktop, or the pants or skirt you have on that day.

<<less
Download (12.4MB)
Added: 2007-07-21 License: Freeware Price:
528 downloads
Amazing Text Fun Game Engine 1.1

Amazing Text Fun Game Engine 1.1


Amazing Text Fun Game Engine - fiction game engine more>>
Do you fondly recall hours upon hours of Zork or Adventure in Humongous Cave? Does hearing the word "Grue" result in a welling up of emotion (mostly frustration)? Can you run down the proper action sequence for all of The Hitchhikers Guide to the Galaxy from memory?

Well then you are probably a huge geek. But thats ok, so are we. Welcome home.

In fact, the programming team at ATF has decided that its time for "interactive fiction" to get a much-needed shot in the arm. Games today are too full of imagery, animation, and action. All of this really draws away from the most important aspects of a game: the plot and the challenge. In order to effect change, weve written a game engine for text-based games.

Whats a game engine, you ask? Well its interpreter for a game: A game developer writes a game with certain rules and behaviors, and the game engine decodes that game and presents it to you, the player! No more pictures, no more motion; just you, your keyboard, and the game.

Amazing Text Fun Game Engine is an interactive fiction game engine.


<<less
Download (23KB)
Added: 2005-12-13 License: GPL Price:
1417 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5