Assembly Language Primer for the IBM PC & XT

Assembly Language Primer for the IBM PC & XT PDF

Author: Robert Lafore

Publisher: Plume Books

Published: 1984

Total Pages: 516

ISBN-13: 9780452257115

DOWNLOAD EBOOK →

This unique approach to teaching assembly language takes advantage of the built-in "system" subroutines in the IBM-DOS operating system. No previous experience with assembly language is assumed.

The Pirate Primer

The Pirate Primer PDF

Author: George Choundas

Publisher: Penguin

Published: 2007-03-15

Total Pages: 480

ISBN-13: 1582976864

DOWNLOAD EBOOK →

Ebbry-blastin'-theng ye needs must know-oo to lay tongue liker aargh-thentic pirate, by the devil's twisted tail. Take a tour through the world of piracy with the only authoritative work on the pirate language. A comprehensive course in pirate vocabulary, pronunciation, grammar, and syntax, The Pirate Primer contains three centuries of distinctive terms and usages uttered by (and attributed to) pirates in film, TV, literature, and history. Discover more than 100 pages of threats, curses, oaths, insults, and epithets; 31 types of pirate drink; 60 different pirate terms for ''woman''; 67 kinds of pirate torture and punishment; 44 distinct definitions of ''aargh''; and more. Each entry in the Primer is accompanied by an excerpt, so you can see the words and phrases used in proper context by actual pirates. And each linguistic concept is introduced by a related anecdote or narrative account, so you can live the language while you learn it. Whether you're simply fascinated by the culture of the Brethren of the Coast or you fancy yourself a modern-day corsair, The Pirate Primer is your guide to authentic pirate speak. Should you ever stare down Davy Jones and he demands proof that you're one who flies no flag, despair not. You'll be able to talk the talk, and no mistake.

Writing and Publishing Scientific Papers

Writing and Publishing Scientific Papers PDF

Author: Gábor Lövei

Publisher: Open Book Publishers

Published: 2021-05-19

Total Pages: 166

ISBN-13: 1800640927

DOWNLOAD EBOOK →

Gábor Lövei’s scientific communication course for students and scientists explores the intricacies involved in publishing primary scientific papers, and has been taught in more than twenty countries. Writing and Publishing Scientific Papers is the distillation of Lövei’s lecture notes and experience gathered over two decades; it is the coursebook many have been waiting for. The book’s three main sections correspond with the three main stages of a paper’s journey from idea to print: planning, writing, and publishing. Within the book’s chapters, complex questions such as ‘How to write the introduction?’ or ‘How to submit a manuscript?’ are broken down into smaller, more manageable problems that are then discussed in a straightforward, conversational manner, providing an easy and enjoyable reading experience. Writing and Publishing Scientific Papers stands out from its field by targeting scientists whose first language is not English. While also touching on matters of style and grammar, the book’s main goal is to advise on first principles of communication. This book is an excellent resource for any student or scientist wishing to learn more about the scientific publishing process and scientific communication. It will be especially useful to those coming from outside the English-speaking world and looking for a comprehensive guide for publishing their work in English.

C++ Primer

C++ Primer PDF

Author: Stanley B. Lippman

Publisher: Addison-Wesley

Published: 2012-08-06

Total Pages: 3073

ISBN-13: 0133053032

DOWNLOAD EBOOK →

Bestselling Programming Tutorial and Reference Completely Rewritten for the New C++11 Standard Fully updated and recast for the newly released C++11 standard, this authoritative and comprehensive introduction to C++ will help you to learn the language fast, and to use it in modern, highly effective ways. Highlighting today’s best practices, the authors show how to use both the core language and its standard library to write efficient, readable, and powerful code. C++ Primer, Fifth Edition, introduces the C++ standard library from the outset, drawing on its common functions and facilities to help you write useful programs without first having to master every language detail. The book’s many examples have been revised to use the new language features and demonstrate how to make the best use of them. This book is a proven tutorial for those new to C++, an authoritative discussion of core C++ concepts and techniques, and a valuable resource for experienced programmers, especially those eager to see C++11 enhancements illuminated. Start Fast and Achieve More Learn how to use the new C++11 language features and the standard library to build robust programs quickly, and get comfortable with high-level programming Learn through examples that illuminate today’s best coding styles and program design techniques Understand the “rationale behind the rules”: why C++11 works as it does Use the extensive crossreferences to help you connect related concepts and insights Benefit from up-to-date learning aids and exercises that emphasize key points, help you to avoid pitfalls, promote good practices, and reinforce what you’ve learned Access the source code for the extended examples from informit.com/title/0321714113 C++ Primer, Fifth Edition, features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method—notable by a small space inside the spine—also increases durability.

The Rust Programming Language (Covers Rust 2018)

The Rust Programming Language (Covers Rust 2018) PDF

Author: Steve Klabnik

Publisher: No Starch Press

Published: 2019-09-03

Total Pages: 561

ISBN-13: 1718500459

DOWNLOAD EBOOK →

The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official book on Rust: an open source systems programming language that helps you write faster, more reliable software. Rust offers control over low-level details (such as memory usage) in combination with high-level ergonomics, eliminating the hassle traditionally associated with low-level languages. The authors of The Rust Programming Language, members of the Rust Core Team, share their knowledge and experience to show you how to take full advantage of Rust's features--from installation to creating robust and scalable programs. You'll begin with basics like creating functions, choosing data types, and binding variables and then move on to more advanced concepts, such as: Ownership and borrowing, lifetimes, and traits Using Rust's memory safety guarantees to build fast, safe programs Testing, error handling, and effective refactoring Generics, smart pointers, multithreading, trait objects, and advanced pattern matching Using Cargo, Rust's built-in package manager, to build, test, and document your code and manage dependencies How best to use Rust's advanced compiler with compiler-led programming techniques You'll find plenty of code examples throughout the book, as well as three chapters dedicated to building complete projects to test your learning: a number guessing game, a Rust implementation of a command line tool, and a multithreaded server. New to this edition: An extended section on Rust macros, an expanded chapter on modules, and appendixes on Rust development tools and editions.