The Bradley Method: Student Workbook


Marjie Hathaway - 2000
    

Surfing Illustrated: A Visual Guide to Wave Riding


John Robison - 2010
    This entertaining, easy-to-understand visual presentation makes it easy for you to pick up his techniques and use them on the waves.Robison covers every aspect of the sport, from paddling out through the surf zone and catching and riding that first wave to nose riding, acrobatics, shortboard riding, and to equipment repairs.

Parallel Lives: The Remarkable Story of a Young Jewish Family Separated by World War II


Lena Rotmensz - 2018
    Liliana is a beautiful and educated young Jewish woman. She marries Henry and becomes a mother to Rebecca. She has a full life ahead of her in Poland, or so it seems. The time period is the beginning of World War II, when the Germans invade Poland. To protect her, Liliana and Henry entrust Rebecca to their Christian friends. Shortly thereafter, Henry is among those taken to the concentration camp. Time passes, and Liliana knows little about the fate of her husband or daughter. To survive, Liliana (now known as Helena) assumes the identity of a Polish aristocrat and ends up working for a German officer named Robert. In a twist of fate, Robert and Helena fall in love with each other and get married. Unknown to Liliana, Henry survives and reunites with their daughter Rebecca. He finds a way to communicate with Liliana, only to find out that she started a new life. Liliana has yet to reveal her true identity to her German husband. Filled with guilt and longing for Rebecca, she thinks of putting an end to all of the lies. Will Liliana finally overcome her fears and reunite with her daughter? Parallel Lives is based on a true story. It brings the reader on a captivating journey of the "parallel lives" of a family who was separated by war. The journey takes the reader though a myriad of human emotions, including: love, jealousy, fear, despair, and freedom.

Epic Text Fails! 2: More Funniest Autocorrects, Wrong Numbers, and Smartphone Mishaps


Marcus Rainey - 2014
    Yes, it is really that good." "This is going to be my 'go to book' when I've had a bad day!" Please Note: Some profanity, not for children!

Nano


John Robert Marlow - 2004
    One man has it-and no one knows who...Mitchell Swain is the richest man in the world--until he announces the "ultimate technological breakthrough." The world stops for the press conference-and sees him assassinated.No one knows what he was going to say.Almost no one.Jennifer Rayne intends to find out. A leading journalist covering high-tech, she was scheduled to interview Swain after the press conference. Instead, she investigates his murder.What she finds is a scientist to whom Swain has funneled billions...A desperate U.S. government following the same clues...And a bizarre technology which promises invincibility, immortality, and the ability to destroy any enemy--or the earth itself.Mankind has entered the final arms race.It will last two days.As this breathlessly fast-paced nanothriller unfolds, readers are taken on a stunning tour de force of nanotechnology's promises and perils--until the fate of the earth itself hangs in the balance...* Winner of Nanotechnology Now's Editor's Choice Award *

Alcoholics Anonymous


AAWS - 2018
    The author is a founder of Alcoholics Anonymous (AA), Bill W. & Dr. Bob. It is the originator of the seminal "twelve-step method" widely used to attempt to treat many addictions, from alcoholism and heroin addiction to marijuana addiction, as well as overeating, sex addiction, gambling addiction, and family members of alcoholics, with a strong spiritual and social emphasis.

Martial Void King (Arc 1): Hopeful Beginnings


BeginnersXianxia - 2016
    A journey to the peak! Can someone born destined to be left behind surpass all others? A young artificer is offered the chance to become someone at that peak. He journeys to new lands filled with wondrous things. Saints! Ruffians! Spaceships! Swords! Just what can all these things have in common? A young boys journey will reveal it all…

UML Distilled: A Brief Guide to the Standard Object Modeling Language


Martin Fowler - 1997
    This third edition is the best resource for quick, no-nonsense insights into understanding and using UML 2.0 and prior versions of the UML. Some readers will want to quickly get up to speed with the UML 2.0 and learn the essentials of the UML. Others will use this book as a handy, quick reference to the most common parts of the UML. The author delivers on both of these promises in a short, concise, and focused presentation. This book describes all the major UML diagram types, what they're used for, and the basic notation involved in creating and deciphering them. These diagrams include class, sequence, object, package, deployment, use case, state machine, activity, communication, composite structure, component, interaction overview, and timing diagrams. The examples are clear and the explanations cut to the fundamental design logic. Includes a quick reference to the most useful parts of the UML notation and a useful summary of diagram types that were added to the UML 2.0. If you are like most developers, you don't have time to keep up with all the new innovations in software engineering. This new edition of Fowler's classic work gets you acquainted with some of the best thinking about efficient object-oriented software design using the UML--in a convenient format that will be essential to anyone who designs software professionally.

The Protocols (TCP/IP Illustrated, Volume 1)


W. Richard Stevens - 1993
    In eight chapters, it provides the most thorough coverage of TCP available. It also covers the newest TCP/IP features, including multicasting, path MTU discovery and long fat pipes. The author describes various protocols, including ARP, ICMP and UDP. He utilizes network diagnostic tools to actually show the protocols in action. He also explains how to avoid silly window syndrome (SWS) by using numerous helpful diagrams. This book gives you a broader understanding of concepts like connection establishment, timeout, retransmission and fragmentation. It is ideal for anyone wanting to gain a greater understanding of how the TCP/IP protocols work.

Digital Design and Computer Architecture


David Money Harris - 2007
    Digital Design and Computer Architecture begins with a modern approach by rigorously covering the fundamentals of digital logic design and then introducing Hardware Description Languages (HDLs). Featuring examples of the two most widely-used HDLs, VHDL and Verilog, the first half of the text prepares the reader for what follows in the second: the design of a MIPS Processor. By the end of Digital Design and Computer Architecture, readers will be able to build their own microprocessor and will have a top-to-bottom understanding of how it works--even if they have no formal background in design or architecture beyond an introductory class. David Harris and Sarah Harris combine an engaging and humorous writing style with an updated and hands-on approach to digital design.Unique presentation of digital logic design from the perspective of computer architecture using a real instruction set, MIPS.Side-by-side examples of the two most prominent Hardware Design Languages--VHDL and Verilog--illustrate and compare the ways the each can be used in the design of digital systems.Worked examples conclude each section to enhance the reader's understanding and retention of the material.

Concepts, Techniques, and Models of Computer Programming


Peter Van Roy - 2004
    The book focuses on techniques of lasting value and explains them precisely in terms of a simple abstract machine. The book presents all major programming paradigms in a uniform framework that shows their deep relationships and how and where to use them together.After an introduction to programming concepts, the book presents both well-known and lesser-known computation models ("programming paradigms"). Each model has its own set of techniques and each is included on the basis of its usefulness in practice. The general models include declarative programming, declarative concurrency, message-passing concurrency, explicit state, object-oriented programming, shared-state concurrency, and relational programming. Specialized models include graphical user interface programming, distributed programming, and constraint programming. Each model is based on its kernel language—a simple core language that consists of a small number of programmer- significant elements. The kernel languages are introduced progressively, adding concepts one by one, thus showing the deep relationships between different models. The kernel languages are defined precisely in terms of a simple abstract machine. Because a wide variety of languages and programming paradigms can be modeled by a small set of closely related kernel languages, this approach allows programmer and student to grasp the underlying unity of programming. The book has many program fragments and exercises, all of which can be run on the Mozart Programming System, an Open Source software package that features an interactive incremental development environment.

Semiconductor Device Fundamentals


Robert F. Pierret - 1995
    Problems are designed to progressively enhance MATLAB-use proficiency, so students need not be familiar with MATLAB at the start of your course. Program scripts that are answers to exercises in the text are available at no charge in electronic form (see Teaching Resources below). *Supplement and Review Mini-Chapters after each of the text's three parts contain an extensive review list of terms, test-like problem sets with answers, and detailed suggestions on supplemental reading to reinforce students' learning and help them prepare for exams. *Read-Only Chapters, strategically placed to provide a change of pace during the course, provide informative, yet enjoyable reading for students. *Measurement Details and Results samples offer students a realistic perspective on the seldom-perfect nature of device characteristics, contrary to the way they are often represented in introductory texts. Content Highlig

Modern Control Systems


Richard C. Dorf - 1974
    Written for a senior-level course, this engineering textbook presents the concepts of feedback control system theory as they have been developed in the frequency and time domains, discussing such topics as robust control systems, state variable models, computer control systems, internal model contro

The Art of UNIX Programming


Eric S. Raymond - 2003
    This book attempts to capture the engineering wisdom and design philosophy of the UNIX, Linux, and Open Source software development community as it has evolved over the past three decades, and as it is applied today by the most experienced programmers. Eric Raymond offers the next generation of hackers the unique opportunity to learn the connection between UNIX philosophy and practice through careful case studies of the very best UNIX/Linux programs.

The 8051 Microcontroller and Embedded Systems


Muhammad Ali Mazidi - 1999
     Simple, concise examples are utilized to show what action each instruction performs, then a sample is provided to show its application. For anyone interested in learning about the 8051 microcontroller.