Manifesto: A Revolutionary Approach to General Aviation Maintenance


Mike Busch - 2014
    Written in typical no-nonsense style, it lays out the basis of Mike's “minimalist” maintenance philosophy for owner-flown general aviation aircraft. An owner who follows the book's guidance can save a small fortune on maintenance costs and end up with a safer, more reliable aircraft.Owners are advised to perform the absolute least amount of maintenance required to make their aircraft safe, reliable and legal… and nothing more. The book explains in detail why engine and propeller TBOs and most other manufacturer-prescribed maintenance intervals should be disregarded. And “Manifesto” explains exactly how to do it.About the Author:Mike Busch is arguably the best-known A&P/IA in general aviation. In 2008, he was honored by the FAA as “National Aviation Maintenance Technician of the Year.” Mike has been a prolific aviation writer for more than four decades. His “Savvy Aviator” columns have appeared in numerous publications including EAA Sport Aviation, AOPA’s Opinion Leader’s Blog, AVweb, and magazines for the three largest GA type clubs (ABS, CPA, and COPA). He is renowned for his free monthly maintenance webinars and his standing-room-only forums at EAA AirVenture Oshkosh. Mike has been a pilot and aircraft owner for 45 years with 7,500+ hours logged, and he is a CFIA/I/ME. He’s founder and CEO of Savvy Aircraft Maintenance Management, Inc., the world’s largest firm providing maintenance-management services for owner-flown aircraft.

Scala for the Impatient


Cay S. Horstmann - 2012
    Using Scala, you can write programs more concisely than in Java, as well as leverage the full power of concurrency. Since Scala runs on the JVM, it can access any Java library and is interoperable with Java frameworks. Scala for the Impatient concisely shows developers what Scala can do and how to do it. In this book, Cay Horstmann, the principal author of the international best-selling Core Java(TM), offers a rapid, code-based introduction that's completely practical. Horstmann introduces Scala concepts and techniques in "blog-sized" chunks that you can quickly master and apply. Hands-on activities guide you through well-defined stages of competency, from basic to expert. Coverage includes Getting started quickly with Scala's interpreter, syntax, tools, and unique idioms Mastering core language features: functions, arrays, maps, tuples, packages, imports, exception handling, and more Becoming familiar with object-oriented programming in Scala: classes, inheritance, and traits Using Scala for real-world programming tasks: working with files, regular expressions, and XML Working with higher-order functions and the powerful Scala collections library Leveraging Scala's powerful pattern matching and case classes Creating concurrent programs with Scala actors Implementing domain-specific languages Understanding the Scala type system Applying advanced "power tools" such as annotations, implicits, and delimited continuations Scala is rapidly reaching a tipping point that will reshape the experience of programming. This book will help object-oriented programmers build on their existing skills, allowing them to immediately construct useful applications as they gradually master advanced programming techniques.

Foundations of Psychiatric Mental Health Nursing: A Clinical Approach


Elizabeth M. Varcarolis - 1990
    Its practical, clinical perspective and user-friendly writing style engage the reader in a learning process that both informs and enlightens. Clinical chapters progress consistently and logically from theory to application. Specific psychobiological disorders are organized from moderate to severe along the mental health continuum. The nursing process is the strong, visible framework throughout.User-friendly writing style and a full-color design make psychiatric nursing content come alive! Case studies and personal stories show a compassion and understanding unique among psychiatric nursing texts. Special features are easily located and identified.Nursing process framework provides a strong underpinning for all clinical chapters. A sixth step, Outcome Criteria, identifies specific patient outcomes, then justifies the subsequent nursing interventions based on results.Assessment Guidelines boxes provide summary points for client assessment.Spiritual assessment is found in Assessment Strategies and the Nursing Process and Care for the Dying and for Those Who Grieve.Biologic Basis for Understanding Psychotropic Drugs lays the foundation for the study of psychotropic drug therapy to treat psychobiologic disorders.Care for the Dying and for Those Who Grieve chapter provides holistic nursing interventions related to end-of-life care for clients and families.Case Studies and Nursing Care Plans present individualized histories of clients with specific psychiatric disorders, and include interventions with rationales and evaluation statements for each client goal.Vignettes offer brief, descriptive characterizations of clients with specific psychiatric disorders.A Nurse Speaks spotlights individual psychiatric nurses and their personal stories.Key Terms and Concepts with page number references allow for quick review.Critical Thinking and Chapter Review sections offer scenario-based critical thinking problems and NCLEX-style multiple-choice questions, allowing students to test themselves on the chapter content.Nurse, Client, and Family Resources lists are provided on the book's Evolve website.A dynamic author team offers a breadth of experience in nursing education and practice.Tear-out Comprehensive Psychiatric Assessment Card is a valuable tool for students to use in clinicals.Completely revised Culturally Relevant Mental Health Nursing: A Global Perspective provides basic information on culture, worldviews, and what is necessary for culturally competent care.Psychiatric Forensic Nursing discusses this new and expanding specialty involving nursing, forensics, and the criminal justice system.Forensic Highlights boxes focus on the nurse's role in dealing with sexual assault, family violence, and incarcerated persons.Evidence-Based Practice boxes demonstrate how research findings affect psychiatric nursing practice and standards of care.Integrative Therapy boxes discuss the increasing popularity and significance of complementary and alternative therapies.Culturally Speaking boxes reinforce the importance of culturally competent care.A Client Speaks and A Family Speaks bring to life disorders and their effects on clients, their families, and those who care for them.Back by popular demand: communication tables in The Clinical Interview and Communication Skills.Key Points to Remember appear at the end of each chapter to reinforce essential information.

Artificial Intelligence


Elaine Rich - 1983
    I. is explored and explained in this best selling text. Assuming no prior knowledge, it covers topics like neural networks and robotics. This text explores the range of problems which have been and remain to be solved using A. I. tools and techniques. The second half of this text is an excellent reference.

Unix Network Programming, Volume 1: Networking APIs - Sockets and XTI


W. Richard Stevens - 1990
    You need UNIX Network Programming, Volume 1, Second Edition. In this book, leading UNIX networking expert W. Richard Stevens offers unprecedented, start-to-finish guidance on making the most of sockets, the de facto standard for UNIX network programming-as well as extensive coverage of the X/Open Transport Interface (XTI). Stevens begins by introducing virtually every basic capability of TCP and UDP sockets, including socket functions and options, I/O multiplexing, and name and address conversions. He presents detailed coverage of the Posix.1g standard for sockets and the Posix threads. He also introduces advanced techniques for: Establishing IPv4/IPv6 interoperability. Implementing non-blocking I/O. Routing sockets. Broadcasting and multicasting. IP options. Multithreading. Advanced name and address conversions. UNIX domain protocols. Raw sockets. Learn how to choose among today's leading client/server design approaches, including TCP

Programming Collective Intelligence: Building Smart Web 2.0 Applications


Toby Segaran - 2002
    With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you've found it.Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general -- all from information that you and others collect every day. Each algorithm is described clearly and concisely with code that can immediately be used on your web site, blog, Wiki, or specialized application. This book explains:Collaborative filtering techniques that enable online retailers to recommend products or media Methods of clustering to detect groups of similar items in a large dataset Search engine features -- crawlers, indexers, query engines, and the PageRank algorithm Optimization algorithms that search millions of possible solutions to a problem and choose the best one Bayesian filtering, used in spam filters for classifying documents based on word types and other features Using decision trees not only to make predictions, but to model the way decisions are made Predicting numerical values rather than classifications to build price models Support vector machines to match people in online dating sites Non-negative matrix factorization to find the independent features in a dataset Evolving intelligence for problem solving -- how a computer develops its skill by improving its own code the more it plays a game Each chapter includes exercises for extending the algorithms to make them more powerful. Go beyond simple database-backed applications and put the wealth of Internet data to work for you. "Bravo! I cannot think of a better way for a developer to first learn these algorithms and methods, nor can I think of a better way for me (an old AI dog) to reinvigorate my knowledge of the details."-- Dan Russell, Google "Toby's book does a great job of breaking down the complex subject matter of machine-learning algorithms into practical, easy-to-understand examples that can be directly applied to analysis of social interaction across the Web today. If I had this book two years ago, it would have saved precious time going down some fruitless paths."-- Tim Wolters, CTO, Collective Intellect

A Day to Survive Boxset


William Stone - 2021
    Thirty-six hours have passed since the EMP was detonated, and in that short amount of time, the nation has been transformed—the survivors of the initial attack scramble for food, water, and medical supplies. With thousands already dead, the death toll will continue to rise in the coming days.StaticThe thin thread holding the civilized world together has been severed. Millions of citizens have been thrust into the unknown, breeding fear into the minds and souls of those seeking to survive. Wren Burton, an architect from Chicago, has been engulfed by the chaotic aftermath of an EMP blast. Her family is injured. The enemy is unknown. And help is nowhere to be found.The Coldest NightDuring the coldest winter on record, an EMP sends American back into the Stone Age. Jack and his family find sanctuary in their cabin in a small, remote town, hidden deep in the forest. Little does Jack know the Blizzard will be the least of his problems.

When It's Too Late to Tell (When it's . . .#1)


J. Evan Johnson - 2010
    To tell is to inform. When it's Too Late to Tell features four characters, Mark, Craig, Jade and Berta, all holding issues from the past that suffocate every lasting relationship they have. Mark, an elementary school teacher, and his wife Jade, a pharmacy technician, hold deep secrets from each other; secrets that cause a rift in their marriage. Mark's best friend Craig lives his days as a financial planner, struggling with the idea of God, questioning His existence each day. Indeed, Craig once believed and held strong to his faith, formerly being a youth minister for a well-known church, but some strenuous events turned his life upside down. If it weren't for a helping hand, his life would have ceased to exist. Berta, Craig's assistant, stands to be the most faithful, although the horrors that happened to her in her past would allow anything but. One part to her past in particular binds her, forcing her to believe that her entire existence boils down to a single man's dying wish. In this mesmeric story of relationships, each of the four must realize what issues truly hold them back and what issues to reveal before it is too late.

The Coldest Night: EMP Survival In A Powerless World Boxset


Robert J. Walker - 2021
    Jack and his family find sanctuary in their cabin in a small, remote town, hidden deep in the forest. Little does Jack know the Blizzard will be the least of his problems.Anchorage EMPAnchorage, the largest city in Alaska, faces a storm unlike any other.For years, faithful police officer Eva Bekhor has toiled Alaska’s tough soil and raised a family of survivalists. The sudden explosion of an EMP bomb hurls her and the rest of country back to the Stone Age. Pushed to her limit, Eva must pull out every stop to keep her kin alive. Meanwhile, a foreign threat rises from the rumble of a crippled society. Winter draws near. Will Eva’s preparation be enough or will she be buried beneath the snows of chaos?HideawayLosing power was only the beginning, now one couple must work together to surviveJames and Marla Weller are preparing for a relaxing weekend, when an unexpected blackout spreads far beyond their St. Louis suburb and starts a devastating chain reaction. But the disabled power grid was only the beginning of a national nightmare as their vehicles and cell phones won’t function either. A series of building explosions rock downtown, leading to a mandatory evacuation. Amid the chaos, the young couple must make a decision on where to go. A possible solution emerges when a self-proclaimed survivalist offers them refuge in his remote cabin far from the city and away from the chaos. But James and Marla soon discover that survival isn’t as clear as they think, and that escape can lead to dangers all its own.

Buck Out


Ken Benton - 2015
    When China and Japan decide it’s time to dump U.S. Treasury Bonds, an economic nightmare plays out in America. The Federal Reserve watches helplessly as the dollar is decimated and the resulting food shortage spreads lawlessness across the land like a virus. Malcolm is a successful day trader who always needs to make one more score before he’ll listen to Ryan and diversify some of his assets into real estate or gold. He figures an impressively-larger bank account might be the only way he can lure his Secret Service agent ex-wife back. Malcolm finally hits it big by aggressively shorting bonds when the market crashes, but waits too long to invest in tangibles. All that newfound money suddenly won’t by him a bar of gold, a pint of beer, or a minute of Hannah’s attention—especially when she’s in the field chasing down a former counterfeiting gang. As luck would have it, Ryan turns out to be a closet doomsday prepper. The two of them attempt to escape the chaotic Big Apple and reach Ryan’s land in West Virginia, supplied only by the contents of Ryan’s bug-out bag. But it’s not going to be an easy journey. Traveling has become difficult and dangerous. Malcolm learns he must redirect the same tenacity which helped him beat the markets towards staying alive on the road …and, hopefully, finding Hannah.

Linkers and Loaders


John R. Levine - 1999
    But do you know how to use them to their greatest possible advantage? Only now, with the publication of Linkers & Loaders, is there an authoritative book devoted entirely to these deep-seated compile-time and run-time processes. The book begins with a detailed and comparative account of linking and loading that illustrates the differences among various compilers and operating systems. On top of this foundation, the author presents clear practical advice to help you create faster, cleaner code. You'll learn to avoid the pitfalls associated with Windows DLLs, take advantage of the space-saving, performance-improving techniques supported by many modern linkers, make the best use of the UNIX ELF library scheme, and much more. If you're serious about programming, you'll devour this unique guide to one of the field's least understood topics. Linkers & Loaders is also an ideal supplementary text for compiler and operating systems courses.

Entrepreneurship: Theory/Process/Practice [With CDROM]


Donald F. Kuratko - 1994
    Using exercises and case presentations, you can apply your own ideas and develop useful analytical skills. Cases found throughout the text present the venture creations or managerial ideas confronted by real-world companies.

Operating Systems: Three Easy Pieces


Remzi H. Arpaci-Dusseau - 2012
    Topics are broken down into three major conceptual pieces: Virtualization, Concurrency, and Persistence. Includes all major components of modern systems including scheduling, virtual memory management, disk subsystems and I/O, file systems, and even a short introduction to distributed systems.

Think Stats


Allen B. Downey - 2011
    This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.You'll work with a case study throughout the book to help you learn the entire data analysis process—from collecting data and generating statistics to identifying patterns and testing hypotheses. Along the way, you'll become familiar with distributions, the rules of probability, visualization, and many other tools and concepts.Develop your understanding of probability and statistics by writing and testing codeRun experiments to test statistical behavior, such as generating samples from several distributionsUse simulations to understand concepts that are hard to grasp mathematicallyLearn topics not usually covered in an introductory course, such as Bayesian estimationImport data from almost any source using Python, rather than be limited to data that has been cleaned and formatted for statistics toolsUse statistical inference to answer questions about real-world data

Night Shift: Short Stories from the Life of an ER Doc


Mark Plaster - 2014
    Mark Plaster takes readers beyond the ambulance bay doors into the stranger-than-fiction world of the Emergency Department. By turns heart-warming and gut-wrenching, "Night Shift" chronicles the ebb and flow of human life, in all of its unvarnished glory, as it passes through the doors of the ED.