PC Magazine Programmer's Technical Reference, the Processor and Coprocessor

PC Magazine Programmer's Technical Reference, the Processor and Coprocessor PDF

Author: Robert L. Hummel

Publisher:

Published: 1992

Total Pages: 788

ISBN-13:

DOWNLOAD EBOOK →

A comprehensive reference book/disk package covering the Intel 80x86 and 80x87 processors for all IBM and compatible PCs. Explains the complete instruction set with examples and helpful cross references for all programmers, and offers clear, concise explanations of processor instructions and operation that every programmer needs to know.

Microsoft MS-DOS Programmer's Reference

Microsoft MS-DOS Programmer's Reference PDF

Author: Microsoft Corporation

Publisher:

Published: 1993

Total Pages: 538

ISBN-13:

DOWNLOAD EBOOK →

Microsoft's official reference to its venerable and omnipresent operating system. The heart of the volume is a comprehensive 280-page reference to the MS-DOS system calls. The book also contains chapters on the file system, character I/O, program management, national language support, and device drivers.

Arduino: A Technical Reference

Arduino: A Technical Reference PDF

Author: J. M. Hughes

Publisher: "O'Reilly Media, Inc."

Published: 2016-05-16

Total Pages: 638

ISBN-13: 1491934506

DOWNLOAD EBOOK →

Rather than yet another project-based workbook, Arduino: A Technical Reference is a reference and handbook that thoroughly describes the electrical and performance aspects of an Arduino board and its software. This book brings together in one place all the information you need to get something done with Arduino. It will save you from endless web searches and digging through translations of datasheets or notes in project-based texts to find the information that corresponds to your own particular setup and question. Reference features include pinout diagrams, a discussion of the AVR microcontrollers used with Arduino boards, a look under the hood at the firmware and run-time libraries that make the Arduino unique, and extensive coverage of the various shields and add-on sensors that can be used with an Arduino. One chapter is devoted to creating a new shield from scratch. The book wraps up with detailed descriptions of three different projects: a programmable signal generator, a "smart" thermostat, and a programmable launch sequencer for model rockets. Each project highlights one or more topics that can be applied to other applications.

Rexx Programmer's Reference

Rexx Programmer's Reference PDF

Author: Howard Fosdick

Publisher: John Wiley & Sons

Published: 2005-03-11

Total Pages: 722

ISBN-13: 0764579967

DOWNLOAD EBOOK →

&Quot;Whether you're new to Rexx or are an experienced Rexx programmer, this comprehensive reference offers you what you need to know in order to work with this easy yet powerful scripting language on any level. After a quick overview of the basics of Rexx, you'll move on to more advanced scripting topics such as portable code and optimal coding style.". "This book is for programmers on any platform who are either looking to learn Rexx or already use it and want to expand their knowledge of Rexx. A basic knowledge of programming is assumed."--BOOK JACKET.

The Programmer's PC Sourcebook

The Programmer's PC Sourcebook PDF

Author: Thom Hogan

Publisher:

Published: 1991

Total Pages: 824

ISBN-13:

DOWNLOAD EBOOK →

This compendium of hundreds of charts and tables is a must-have computer-side reference for MS-DOS and Windows programmers. The second edition has ben updated to cover recent hardware releases and the latest versions of DOS and Windows.

Programmer's Technical Reference

Programmer's Technical Reference PDF

Author: Robert L. Hummel

Publisher: Ziff Davis Press

Published: 1993

Total Pages: 895

ISBN-13: 9781562760779

DOWNLOAD EBOOK →

Famed programming wizard Robert Hummel offers programmers the definitive guide to the vast world of serial communications. Covers serial communications architecture, data modems, and fax modems. Includes a background chapter on facsimile technology. Contains a list of contacts for manufacturers and a bibliography of related works.

Arduino: A Technical Reference

Arduino: A Technical Reference PDF

Author: J. M. Hughes

Publisher: "O'Reilly Media, Inc."

Published: 2016-05-16

Total Pages: 812

ISBN-13: 1491934492

DOWNLOAD EBOOK →

Rather than yet another project-based workbook, Arduino: A Technical Reference is a reference and handbook that thoroughly describes the electrical and performance aspects of an Arduino board and its software. This book brings together in one place all the information you need to get something done with Arduino. It will save you from endless web searches and digging through translations of datasheets or notes in project-based texts to find the information that corresponds to your own particular setup and question. Reference features include pinout diagrams, a discussion of the AVR microcontrollers used with Arduino boards, a look under the hood at the firmware and run-time libraries that make the Arduino unique, and extensive coverage of the various shields and add-on sensors that can be used with an Arduino. One chapter is devoted to creating a new shield from scratch. The book wraps up with detailed descriptions of three different projects: a programmable signal generator, a "smart" thermostat, and a programmable launch sequencer for model rockets. Each project highlights one or more topics that can be applied to other applications.

The Pragmatic Programmer

The Pragmatic Programmer PDF

Author: Andrew Hunt

Publisher: Addison-Wesley Professional

Published: 1999-10-20

Total Pages: 346

ISBN-13: 013211917X

DOWNLOAD EBOOK →

What others in the trenches say about The Pragmatic Programmer... “The cool thing about this book is that it’s great for keeping the programming process fresh. The book helps you to continue to grow and clearly comes from people who have been there.” — Kent Beck, author of Extreme Programming Explained: Embrace Change “I found this book to be a great mix of solid advice and wonderful analogies!” — Martin Fowler, author of Refactoring and UML Distilled “I would buy a copy, read it twice, then tell all my colleagues to run out and grab a copy. This is a book I would never loan because I would worry about it being lost.” — Kevin Ruland, Management Science, MSG-Logistics “The wisdom and practical experience of the authors is obvious. The topics presented are relevant and useful.... By far its greatest strength for me has been the outstanding analogies—tracer bullets, broken windows, and the fabulous helicopter-based explanation of the need for orthogonality, especially in a crisis situation. I have little doubt that this book will eventually become an excellent source of useful information for journeymen programmers and expert mentors alike.” — John Lakos, author of Large-Scale C++ Software Design “This is the sort of book I will buy a dozen copies of when it comes out so I can give it to my clients.” — Eric Vought, Software Engineer “Most modern books on software development fail to cover the basics of what makes a great software developer, instead spending their time on syntax or technology where in reality the greatest leverage possible for any software team is in having talented developers who really know their craft well. An excellent book.” — Pete McBreen, Independent Consultant “Since reading this book, I have implemented many of the practical suggestions and tips it contains. Across the board, they have saved my company time and money while helping me get my job done quicker! This should be a desktop reference for everyone who works with code for a living.” — Jared Richardson, Senior Software Developer, iRenaissance, Inc. “I would like to see this issued to every new employee at my company....” — Chris Cleeland, Senior Software Engineer, Object Computing, Inc. “If I’m putting together a project, it’s the authors of this book that I want. . . . And failing that I’d settle for people who’ve read their book.” — Ward Cunningham Straight from the programming trenches, The Pragmatic Programmer cuts through the increasing specialization and technicalities of modern software development to examine the core process--taking a requirement and producing working, maintainable code that delights its users. It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how to Fight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.