lcc engine
Answers Widget 1.0.2
Answers Widget - quick dashboard access to Answers.com more>>
This widget gives you quick dashboard access to Answers.com.
HTMLField 2.0
REALbasic HTML rendering engine. more>>
EngineManager 3.0
REAL basic plugin, dynamically loads encryption engines. more>>
Multiplatform (PPC, Carbon and x86). Supporting all platforms is very important to us, so EngineManager supports all platforms that REALbasic supports.
stockphotofinder 1.0
stockphotofinder - stock photo search engine more>>
Its the fastest way to search, download previews and contact the image source for ultimate licensing.
This unique stock photo search engine roars from any Mac Tiger Dashboard (OS 10.4).
Business Integration Engine 6.0.4
Business Integration Engine - Facilitates data exchange between platforms more>>
BIE is designed to help organizations exchange data created in different applications on various platforms with partners, suppliers, and customers in order to streamline processes and improve efficiency.
It competes in the same space as applications like Microsoft Biz Talk except that it is truly cross-platform since it written in Java.
Main features:
- SBIE Use the Small Business Integration Engine (SBIE) to integrate your smaller trading partners easily and inexpensively.
- Runs Anywhere Dont change your operating systems or applications, BIE can run almost anywhere to suit your needs.
- Notifications Be the first to know when there is a problem with BIE notifications so that you can be back up and running quickly.
- BIE Route Builder Define your business processes visually through BIEs web-based route builder.
- Simple Install BIEs simple installation, and low number of dependencies means you can be up and running in less than an hour.
- Manage From Anywhere Whether youre in a meeting, on the road, or at your home office, you can manage your BIE server through its intuitive web-based interface.
- BIE Map Builder Easily define complex translation mappings with our drag and drop mapping application.
- Automatic Schemas Generate W3C compliant schemas for just about any file format without ever touching an XML editor.
- Plug-in API A rich set of pluggable APIs exist to extend BIE to support any protocol, document format, validation, or virtually anything else you might need.
- XML Web Services Use XML web services to exchange data with modern business applications.
- FTP Send and receive documents easily to almost any system using the widely support File Transfer Protocol (FTP).
- HIPAA BIE supports the documents, protocols, and security standards defined by the 1996 Health Insurance Portability and Accountability Act (HIPAA).
- EDI X12 Natively read and write EDI X12 documents for use with EDI Value-Added Network Services (VANS) and other EDI applications.
- HTTP and HTTPS Send and receive data with trading partners by using HTTP and securely over the Internet using HTTPS.
- SOAP Simple Object Access Protocol (SOAP) 1.1 is fully supported by BIE.
- SMTP Send data using Simple Mail Transfer Protocol (SMTP).
- XSLT Transform documents to virtually any format using Extensible Stylesheet Language Transformations (XSLT).
Enhancements:
- Fixed Bug 1004667 Concatenation macro not working
- Fixed other reflection related problems Xalan was having with the macro classes
- Various refactoring/source clean ups.
- Fixed problem with open file descriptors (WIndows issue)
- Fixed RunCommand problems with stdout/stderr and hanging threads (Mostly a Windows issue).
Web Minimalist 0.2.1
Web Minimalist - HTML editor Safari preview more>>
Enhancements:
- fixed 2 bugs which were introduced in version 0.2.
CamiSearch 2.0
CamiSearch is a toolbar search engine editor for Camino more>>
With CamiSearch you can edit the toolbar search field in Camino.
Its the first part of the CamiTools.
Enhancements:
- Auto-encoding for URLs with an ampersend "&"
- Some minor improvements.
Amazing Text Fun Game Engine 1.1
Amazing Text Fun Game Engine - fiction game engine more>>
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.
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!
Engine Of Regression 1.5
Engine Of Regression - Change creator types to Adobe Photoshop more>>
If a file is a jpeg, gif or a png, the script will change the creator type to that of Adobe Photoshop for convenient double-click opening into everyones favorite image editor.
If a file is an html file, the script will change its creator type to that of Macromedia Dreamweaver for convenient double-click opening into MY favorite web editor.
Codice Fiscale 3.0
Codice Fiscale - This widget does the calculation of the Italian Codice Fiscale more>>
Enhancements:
- In this new version there is a new engine for calculating the code and there is refinement to the user interface.
Search URL 4.1
Search URL - Search URLs and mail messages more>>
Completly freeware.
Enhancements:
- Carbon compatibility improved for Mac OS X final
- Bug correction in update checking
- And other bug Correction.
Lycos Search 1.0
Lycos Search - Search the web using the Lycos search engine more>>
Completly freeware for personal use.
breveSwarm 1.5
breveSwarm - OpenGL screensaver featuring 3D swarms more>>
breveSwarm was built using The breve Simulation Environment.
Enhancements:
- improved speed
- improved graphics
- build with the 1.5 release of the breve simulation engine.
VirtualSafari 1.0
VirtualSafari - Web-based frontend for Apples WebKit HTML rendering engine more>>
Does that sound confusing? Well, itll all be clear to you once youve seen it in action.