Book Abstract:
You ask yourself, "So I have downloaded DB2 UDB Version 8 for Linux or Windows. What's next?" This IBM Redbook helps you journey through the experiences of discovering the new DB2 UDB V8.1. This journey introduces you to existing features and enhancements that make the DB2 family of products a superb choice for a relational database.
We start out by showing you how to install DB2 in both the Linux and Windows environments. Next, we introduce you to the graphical DB2 tools, enabling you to become productive more quickly.
DB2 UDB Evaluation Guide for Linux and Windows
Labels: DB2
A First Guide to PostScript by Peter Weingartner
Book Abstract:
This is meant to be a simple introduction to programming in the PostScript page description language from Adobe. This document is not meant to be a comprehensive reference manual (although it does contain an index of some of PostScript’s standard operators and a list of various errors). There are far better reference books, if this is what you need. Instead, this is meant as an easily accessible on-line tutorial. It was written with the assumption that you have some experience programming and are familiar with concepts like arrays and variables.
Labels: Postscript
Object Oriented Software in Ada
Preface:
This book is aimed at students and programmers who wish to learn the object-oriented language Ada 95. The book illustrates the language by showing how programs can be written using an object-oriented approach. The book treats Ada 95 as a language in its own right and not just as an extension to Ada 83.
The first chapter provides an introduction to problem solving using an object-oriented design methodology.The methodology illustrated in this introductory chapter is based on Fusion.
The next three chapters concentrate on the basic constructs in the Ada 95 language. In particular the use of types and subtypes is encouraged. By using types and subtypes in a program the compiler can help spot many errors and inconsistencies at compile-time rather than run-time.
Labels: Ada