The X Companion CD for R6

The X Companion CD for R6
Author: Frank Willison
Publisher: O'Reilly Media
Total Pages: 148
Release: 1995
Genre: Computers
ISBN:

It contains over 600 megabytes of X11 source code and binaries stored in ISO9660 and RockRidge formats. This will allow several types of UNIX workstations to mount the CD-ROM as a filesystem, browse through the source code, and install pre-built software.

AUUGN

AUUGN
Author:
Publisher:
Total Pages: 48
Release: 1995-04
Genre:
ISBN:

X Protocol Reference Manual for X11, Release 6

X Protocol Reference Manual for X11, Release 6
Author: Adrian Nye
Publisher: "O'Reilly Media, Inc."
Total Pages: 478
Release: 1995
Genre: Computers
ISBN: 9781565920835

This book describes the X Network Protocol which underlies all software for Version 11 of the X Window System. It includes protocol clarifi-cations of X11 Release 5, as well as the most recent version of the ICCCM and the Logical Font Conventions Manual. It can be used with any release of X.

The Computer User's Survival Guide

The Computer User's Survival Guide
Author: Joan Stigliani
Publisher: "O'Reilly Media, Inc."
Total Pages: 310
Release: 1995-10-01
Genre: Computers
ISBN: 1449399673

You probably suspect, on some level, that computers might be hazardous to your health. You might vaguely remember a study that you read years ago about miscarriages being more frequent for data entry operators. Or you might have run into a co-worker wearing splints and talking ominously about Workers' Comp insurance. Or you might notice that when you use a computer too long, you get stiff and your eyes get dry.But who wants to worry about such things? Surely, the people wearing splints must be malingerers who don't want to work? Surely, the people who design keyboards and terminals must be working to change their products if they are unsafe? Surely, so long as you're a good worker and keep your mind on your job, nothing bad will happen to you?The bad news is: You can be hurt by working at a computer. The good news is that many of the same factors that pose a risk to you are within your own control. You can take action on your own to promote your own health -- whether or not your terminal manufacturer, keyboard designer, medical provider, safety trainer, and boss are working diligently to protect you.The Computer User's Survival Guide looks squarely at all the factors that affect your health on the job, including positioning, equipment, work habits, lighting, stress, radiation, and general health.Through this guide you will learn: a continuum of neutral postures that you can at utilize at different work tasks how radiation drops off with distance and what electrical equipment is responsible for most exposure how modern office lighting is better suited to working on paper than on a screen, and what you can do to prevent glare simple breathing techniques and stretches to keep your body well oxygenated and relaxed, even when you sit all day how reading from a screen puts unique strains on your eyes and what kind of vision breaks will keep you most productive and rested what's going on "under the skin" when your hands and arms spend much of the day mousing and typing, and how you can apply that knowledge to prevent overuse injuries The Computer User's Survival Guide is not a book of gloom and doom. It is a guide to protecting yourself against health risks from your computer, while boosting your effectiveness and your enjoyment of work.

HTML

HTML
Author: Chuck Musciano
Publisher: O'Reilly Media
Total Pages: 426
Release: 1996
Genre: Computers
ISBN:

Covers the latest standard, HTML 3.2, and all of the features supported by every popular Web browser, including the latest editions of Netscape and Internet Explorer. Explains how each element of HTML works and how it interacts with other elements, describes HTML style, and gives models for writing Web pages and mastering advanced features like style sheets and frames, with hundreds of examples of code. Includes reference appendices. For anyone from casual users to design professionals interested in using HTML. Assumes no experience with HTML or the Web. Annotation copyrighted by Book News, Inc., Portland, OR

Motif Reference Manual

Motif Reference Manual
Author: Paula M. Ferguson
Publisher: O'Reilly
Total Pages: 1338
Release: 1993
Genre: Computers
ISBN: 9781565920385

A complete programmer's reference for the Motif toolkit. This book provides reference pages for the Motif functions and macros, the Motif and Xt widget classes, the Mrm functions, the Motif clients, and the IUL file format, data types, and functions. Reference material has been expanded and covers Motif 1.2.

The Mosaic Handbook for the X Window System

The Mosaic Handbook for the X Window System
Author: Dale Dougherty
Publisher: O'Reilly
Total Pages: 310
Release: 1994
Genre: Computers
ISBN:

Mosaic is fast becoming the interface of choice for UNIX users on the Internet. This book introduces users to Mosaic and its use in navigating and finding information on the World Wide Web. It shows how you can use Mosaic to replace some of the traditional Internet functions like ftp, gopher, archie, and veronica. Covers adding external viewers to Mosaic and customizing the Mosaic interface.

X User Tools

X User Tools
Author: Linda Mui
Publisher: O'Reilly Media
Total Pages: 874
Release: 1994
Genre: Computers
ISBN:

This essential book provides for X users what UNIX Power Tools provided for UNIX users: hundreds of tips, tricks, scripts, techniques, and programs that make the X Windowing System more enjoyable, more powerful, and easier to use. A CD-ROM containing source files for all the programs and binary files for some of the programs is included with the book.

Multi-platform Code Management

Multi-platform Code Management
Author: Kevin Jameson
Publisher: O'Reilly Media
Total Pages: 378
Release: 1994
Genre: Computers
ISBN:

For any programmer or team struggling with builds and maintenance, this book can save dozens of errors and hours of effort. It shows you how to structure a large project and keep your files and builds under control over many releases and platforms. The building blocks are simple: common-sense strategies, public-domain tools that you can obtain on a variety of systems, and special utilities developed by the author.On two diskettes provided with the book, Jameson offers a complete system for managing directories, makefile templates, and source code revisions. Both free software and tools developed by the author are included.The tools and ideas offered here are efficient enough to be used by one person working on a PC, but powerful enough to support entire teams of developers. They've been tested in practice on projects from 50 to 100,000 lines of code. And complete, documented source code is included, in case you need to modify or extend the tools.In short, this book is an inexpensive, "one-stop-shopping" solution for code management problems. It can help you improve your personal software development process and can make it very easy for you to reuse and update shared code files.Topics covered in this book include: Multi-platform directory structures for isolating and controlling platform dependent code.Automatic makefile generating tools to promote uniform, portable makefiles on your projects and to save you time.File sharing tools that make it easy to share the latest versions of files among multiple developers and software products, automatically. Since the sharing tools log all sharing operations, they can easily help you answer programming questions, such as, "Where did this file come from, and which programs will be affected if I modify it?"RCSDO, a tool that performs version control operations on entire trees of files at a time. (RCS v5.5 is included, too.)The source code provided runs on at least these 15 platforms: AIX, Amiga, Apollo Domain, Dell PC Unix (SVR4), HP-UX, Irix4, Linux, MS-DOS (Borland), MS-DOS (Microsoft), OS/2, NetBSD, NeXT, Solaris 1 (SunOS 413), Solaris 2, and Ultrix. The RCS v5.5 software has been specially modified for DOS-Unix network use and is known to run on MS-DOS (Borland), MS-DOS (Microsoft), and Solaris 1.0 (SunOS 413). The diskettes also contain precompiled binaries for MSDOS.Here is a sample of the tools included on the diskettes: "cmi" copy a shared file from its public location to the directory where it can be used for builds"cmx" copy a shared file from its source directory to a public location where other developers can get it"makenode" make a directory structure to hold a product's source files in the form that the other tools can work with"newmakes" generate makefiles throughout a product's directory structure"rcsdo" do common activities on a group of RCS files in bulk"twalker" generate a batch script that can traverse all files of a particular type in a directory tree