engineering guide
Engineering Aid 2.0.7
Convert between various engineering units easily more>> Key features:
-Emulates the Apple ][, ][+ and //e
-Supports USB game pad and joystick
-Store a running machine and resume later on
-Full-screen mode
-Epson FX-80 and Imagewriter II emulation
-Many configurable peripheral cards
-Realistic sound effects, including Mockingboard emulation
-Convert original Apple II diskettes
-Index your Apple II disk images
-Debug Apple II programs
Virtual ][ lets you play the old Apple games, because it supports all graphics modes, lets you control the game paddles with a USB game pad or mouse and emulates the internal speaker. When you want to temporarily interrupt gameplay, Virtual ][ allows you to save the entire virtual machine, and continue later on from where you left off.
But Virtual ][ also supports more "serious" software, because it emulates many peripheral devices: floppy disk, hard disk, mouse, serial port, matrix printer, even cassette tape! It also emulates the Z80A processor, allowing you to run the CP/M operating system.
And for the technically inclined: you can configure the machine by "inserting" and "removing" emulated peripheral cards, change the CPU speed, or even install your own emulated character generator ROM. The "Inspector" feature allows you to closely observe the behavior of the emulated machine and debug Apple II programs.
If you have original diskettes and a working Apple II, Virtual ][ can help you convert the diskettes to the Macintosh, even if they are "copy protected".
The program automatically indexes all Apple II disk images on your Mac, so you can find an Apple II file instantly, by entering its name.
You can download an evaluation version and try the program first. If you like the program, you can buy a license and fully enjoy the nostalgic fun of the old Apple ][ computer.
Virtual ][ requires Mac OS X 10.4 or better.
The program comes as a "universal binary", which means it makes optimal use of both PowerPC and Intel Macintoshes.<<less
The Ontario Wine iPod Guide 1.0
The Ontario Wine iPod Guide - you can find your favourite restaurants with a simple click of your iPod more>> The Ontario Wine iPod Guide - you can find your favourite restaurants with a simple click of your iPod
Now you can find your favourite restaurants with a simple click of your iPod. Take the best Toronto restaurant guide with you wherever you go.
Main features:
- over 12000 wines sold in British Columbia
- search by region, type, class or price
- works on all iPods since 2002

iPod Wine Guide 1.0
iPod Wine Guide brings you a wonderful tool which allows you to find your favourite wines sold in B.C. with a simple click of your iPod. more>> <<less
Stock Investment Guide 3.0.8
Stock Investment Guide is a simple to use, yet essential stock analysis tool for new and experienced investors. more>>
Stock Investment Guide 3.0.8 is a simple to use, yet essential stock analysis tool for new and experienced investors.
Major Features:
- The software provides investors easy-to-use tools to analyze a company's earnings history to help forecast what earnings could be in five years. SIG can then tell the investor if the current PE ratio is in-line with its historical price range. The software is a powerful tool to help investors prevent paying too much for a stock.
- The Stock Investment Guide provides users with easy-to-use tools to use historical stock data to analyze historical growth trends, project earnings and sales, determine Buy, Hold, and Sell prices, and print professionally formatted analysis reports.
- Using SIG is really easy, because the software integrates with multiple online data sources like StockCentral.com and the National Association of Investors Corporation (NAIC) online stock data service. (NAIC and Stock Central data require a subscription.) SIG is also capable of extracting free data from internet sources.
- SIG works with the internet in unique ways, using exclusive features to understand the quality of potential investments. Users can view historical price graphs, research company news, research competitors, view SEC filings, get earnings estimates, and research technical analyses on the internet.
Enhancements:
- Adds additional columns to the Stock Library that allow users to sort based on Analysts' Consensus Estimates (ACE) growth rates or users' analysis growth rates.
- Added a feature that allows users to store the analysis database in a non-default location. This allows users to open databases from friends, or to use an automatic online backup location to backup or share databases.
Churr Software - Stock Investment Guide is a powerful stock analysis software designed to provide investorsLicense:update/patch
Churr Software - Stock Investment Guide is a useful and easy-to-use software designed for new and experiencedLicense:update/patch
Mac OS X Server Admin Guide
Admin Guide is an Adobe Acrobat pdf document. Read the Mac OS X Server Administrators Guide to learn about installing and setting up Mac OS X Server v10.0 for the first time, strategies for more>> Admin Guide is an Adobe Acrobat pdf document. Read the Mac OS X Server Administrators Guide to learn about installing and setting up Mac OS X Server v10.0 for the first time, strategies for configuring your network and server, and the different server administration applications.
Adobe Acrobat Reader.
Archicad 10 Interactive Training Guide Ger
Archicad Interactive Training Guide Ger is an advanced tool which enables architectural students to move into virtual building design. more>>
Archicad 10 Interactive Training Guide Ger is an advanced tool which enables architectural students to move into virtual building design. This interactive learning material helps students get the hang of Archicad 10 in 4-to-6 hours. The interactive training guide runs within Archicad 10 and provides a smooth learning curve with its built-in movie guidance feature. After completing the 10 chapters of the guide, students will be able to find their way around Archicad with confidence. Within the download zip package, you'll find both the training guide and a special movie player plug-in for Archicad 10.
Requirements: Mac OS X
Apple Memory Guide 11-00
Apple Memory Guide is a free Adobe Acrobat document which provides you with memory upgrade information for Apple(R) Macintosh(R)computers and LaserWriter(R) printers. more>>
Apple Memory Guide 11-00 is a free Adobe Acrobat document which provides you with memory upgrade information for Apple(R) Macintosh(R)computers and Laser-Writer(R) printers. The March 1998 version of the AMG includes the new Macintosh Server G3. In addition,corrections were made to the Performance 578, 630, 636, 635 CD, 630CD, 637 CD, 638 CD, Quadra 630, Power Macintosh 6100, and the Workgroup Server 6150 information. The AMG will be updated approximately every other month.
Wedding Anniversary Guide 1.0
Wedding Anniversary Guide - Dont forget your anniversary and find out what object and/or material is expected each year. more>> Cayenne is a Java object relational mapping (ORM) framework. In other words, it is a tool for Java developers who need to talk to a database (or many databases). Rather than hardcoding SQL statements through Java code, Cayenne allows a programmer to work only with Java objects abstracted from the database. Here are just a few benefits of the Cayenne approach to persistence:
Portability between almost any JDBC database without changing a single line of code in your application.
No knowledge of SQL is required (while it still can be helpful).
Code which validates any data committed to the database is easy to write and foolproof in operation. This might be as simple as ensuring passwords have enough characters, or a complex check on the validity of a set of accounting operations in a general ledger transaction. This allows you to move common error checking code out of the GUI layer and provides valuable protection against programming mistakes.
Caching in order to make your application faster and avoid repeated hits on the database for the same data.
Automatic faulting (lazy loading) of relationships, but easily supports prefetching of related data for improved performance when needed.
Paging which reduces bandwidth and query times by only loading the contents of objects when they are actually needed. The classic example of paging, which differs from faulting, is when a query returns 97 records, and you want to display 10 at-a-time to the user. With paging, only the first 10 records are fully loaded. Cayenne will automatically load only the page of records as they are requested.
Configurable optimistic locking to ensure data integrity and prevent unexpected data issues when another tool has changed the database behind the scenes (such as a maintainer updating a record in the database while a Cayenne-based application had the same record loaded to make changes).
A GUI-based database/schema modeler to simplify learning Cayenne.<<less
Archicad 10 Interactive Training Guide Spa 1
Archicad Interactive Training Guide Spa 1 provides a brilliant way for architectural students to move into virtual building design which helps them get the hang of Archicad 10 in 4-to-6 hours. more>> <<less
Vancouver iPod Restaurant Guide 1.0
Vancouver iPod Restaurant Guide more>>
All the information you need, at the click of an iPod button.
Allows various critreria of search, such as location, atmosphere and price.
License:Freeware
Archicad 10 Interactive Training Guide USA 1.2
Archicad 10 Interactive Training Guide USA is a beneficial and easy-to-use application which delivers an easy way for architectural students to move into virtual building design. more>>
Archicad 10 Interactive Training Guide USA 1.2 is a beneficial and easy-to-use application which delivers an easy way for architectural students to move into virtual building design.
This interactive learning material helps students get the hang of Archicad 10 in 4-to-6 hours. The interactive training guide runs within Archicad 10 and provides a smooth learning curve with its built-in movie guidance feature. After completing the 10 chapters of the guide, students will be able to find their way around Archicad with confidence. Within the download package, youll find both the training guide and a special movie player plug-in for Archicad 10. Please remember, BOTH must be installed.
Enhancements: Version 1.2 may include unspecified updates, enhancements, and bug fixes.
Food Ontario iPod Guide 1.0
Food Ontario iPod Guide - you can find your favourite restaurants with a simple click of your iPod more>>
Main features:
- addresses and restaurant phone numbers
- search by cuisine, neighbourhood, price, or special needs
- menu recommendations
- dine-in and take-out information
- Food Ontario (Toronto) price category
- accepted credit cards
- works on all iPods since 2002
License:Freeware
Seattle iPod Restaurant Guide 1.0
Seattle iPod Restaurant Guide - iPod tool to get the perfect dinner more>>