Book picks similar to
Debugging Embedded Microprocessor Systems by Stuart R. Ball


embedded-systems
computer-engineering
electronics
not-gonna-read

Lucene in Action


Erik Hatcher - 2004
    It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results.Lucene powers search in surprising placesWhat's Inside- How to integrate Lucene into your applications- Ready-to-use framework for rich document handling- Case studies including Nutch, TheServerSide, jGuru, etc.- Lucene ports to Perl, Python, C#/.Net, and C++- Sorting, filtering, term vectors, multiple, and remote index searching- The new SpanQuery family, extending query parser, hit collecting- Performance testing and tuning- Lucene add-ons (hit highlighting, synonym lookup, and others)

iPhone: The Missing Manual


David Pogue - 2007
    iPhone: The Missing Manual is a book as breathtaking as its subject. Teeming with high-quality color graphics, each custom designed page helps you accomplish specific tasks -- everything from Web browsing to watching videos. Written by New York Times columnist and Missing Manual series creator David Pogue, this book shows you how to get the most out of your new Apple iPhone.The name iPhone may be doing Apple a disservice. This machine is so packed with possibilities that the cellphone may actually be the least interesting part. The iPhone is at least three products merged into one: a phone, a wide-screen iPod and a wireless, touch-screen Internet communicator. The iPhone's beauty alone may be enough for you to dig for your credit cards, but its Mac OS X-based software makes it not so much a smartphone as something out of the film "Minority Report."The real magic, however, awaits when you browse the Web. You get to see the entire Web page on the iPhone's screen. All of this is cooked up with Apple's traditional secret sauce of simplicity, intelligence and whimsy.Written by New York Times columnist and Missing Manual series creator David Pogue, iPhone: The Missing Manual shows you everything they need to know to get the most out of your new Apple iPhone. Full of humor, tips, tricks, and surprises, this book teaches you how to extend iPhone's usefulness by exploiting its links to the Web as well as its connection to Macs or PCs; how to save money using Internet-based messages instead of phone calls; and how to fill the iPhone with TV shows and DVDs for free.

Fullstack React: The Complete Guide to ReactJS and Friends


Anthony Accomazzo - 2017
    Quickly get to work - or get that job - with the right tools and the best practices.Seriously: Stop wasting your time scouring Google, searching through incorrect, out-of-date, blog posts and get everything you need to be productive in one, well-organized place. The book is complete with both simple and complex examples to get your apps up and running.You'll learn what you need to know to work professionally and build solid, well-tested, optimized apps with ReactJS. This book is your definitive guide or your money back.Buy now at https://www.fullstackreact.com.

Ian's Bride


Hildie McQueen - 2019
     The bloodline of Robert the Bruce runs through her veins... Ian Murray has a secret reason to why he will never marry. Duty to the Laird is his sole purpose until a woman in need reveals the protector within. An unexpected revelation turns Sorcha Hay’s life upside down. When a man she’s never liked comes to her rescue, it’s hard to tell who is more shocked Sorcha or the warrior. Sometimes fate can change the course of one’s life in the blink of an eye.

Starting Out with C++: From Control Structures Through Objects


Tony Gaddis - 2006
    Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the "how" and the "why"-but never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs. In Starting Out with C++: From Control Structures through Objects, Gaddis covers control structures, functions, arrays, and pointers before objects and classes. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter. This text is intended for either a one-semester accelerated introductory course or a traditional two-semester sequence covering C++ programming. This edition is available with MyProgrammingLab, an innovative online homework and assessment tool. Through the power of practice and immediate personalized feedback, MyProgrammingLab helps students fully grasp the logic, semantics, and syntax of programming. � Note: If you are purchasing the standalone text or electronic version, MyProgrammingLab does not come automatically packaged with the text. To purchase MyProgrammingLab, please visit: myprogramminglab.com or you can purchase a package of the physical text + MyProgrammingLab by searching for ISBN 10: 0132774178 / ISBN 13: 9780132774178.� MyProgrammingLab is not a self-paced technology and should only be purchased when required by an instructor.

Software Architecture: Perspectives on an Emerging Discipline


Mary Shaw - 1996
    But, although they use these patterns purposefully, they often use them informally and nearly unconsciously. This book organizes this substantial emerging "folklore" of system design -- with its rich language of system description -- and closes the gap between the useful abstractions (constructs and patterns) of system design and the current models, notations and tools. It identifies useful patterns clearly, gives examples, compares them, and evaluates their utility in various settings -- allowing readers to develop a repertoire of useful techniques that goes beyond the single-minded current fads. KEY TOPICS: Examines the ways in which architectural issues can impact software design; shows how to design new systems in principled ways using well-understood architectural paradigms; emphasizes informal descriptions, touching lightly on formal notations and specifications, and the tools that support them; explains how to understand and evaluate the design of existing software systems from an architectural perspective; and presents concrete examples of actual system architectures that can serve as models for new designs. MARKET: For professional software developers looking for new ideas about system organization.

Digital Design: Principles and Practices Package


John F. Wakerly - 1990
    Blends academic precision and practical experience in an authoritative introduction to basic principles of digital design and practical requirements. With over 30 years of experience in both industrial and university settings, the author covers the most widespread logic design practices while building a solid foundation of theoretical and engineering principles for students to use as they go forward in this fast moving field.

Functional Programming in JavaScript


Luis Atencio - 2016
    Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasks. The book includes insightful comparisons to object-oriented or imperative programming, which will allow you to ease into functional design. Moreover, you'll learn a repertoire of techniques including function chaining and pipelining, recursion, currying, binding, functional composition, lazy evaluation, fluent error handling, memoization, and much more. By the end of the book, you'll think about application design in a fresh new way.About the technologyAs web developers build increasingly complex applications in JavaScript, the code base for these projects can become exponentially larger and harder to maintain. The result? Application performance suffers, and readability and extensibility are severely compromised. For applications like these, Functional Programming provides a saner approach, allowing you to write elegant, readable code that raises the level of abstraction while being less prone to errors. Although not a "pure" functional language, JavaScript's native functional capabilities unlock access to proven functional programming techniques and practices.What's insideFoundations of functional programming and designExplore JavaScript's functional programming capabilities and the functional library ecosystemCreate more reliable code by embracing immutabilityLearn to write code that's easier to reason aboutSeparate core logic from program structure to write extensible codeAdopt a new approach to error handling and testingApply functional programming to solve real-world problemsAbout the readerReaders need to be comfortable with JavaScript programming and object-oriented design. No previous experience with functional programming is required.About the authorLuis Atencio is a Staff Software Engineer for Citrix Systems in Ft. Lauderdale, FL. He develops and architects applications leveraging Java, PHP, and JavaScript platforms. Luis is very involved in the community and has presented at local meet-ups. He blogs about software engineering at luisatencio.net and writes articles for PHP magazines and DZone. Follow Luis on twitter at @luijar.

Objects on Rails


Avdi Grimm - 2012
    This book is aimed at the working Rails developer who is looking to grow and evolve Rails projects while keeping them flexible, maintainable, and robust. The focus is on pragmatic solutions which tread a “middle way” between the expedience of the Rails “golden path”, and rigid OO purity.

American Saint: Francis Asbury and the Methodists


John H. Wigger - 2009
    Asbury single-handedly guided the creation of the American Methodist church, which became the largest Protestant denomination in nineteenth-century America, and laid the foundation of the Holiness and Pentecostal movements that flourish today. John Wigger has written the definitive biography of Asbury and, by extension, a revealing interpretation of the early years of the Methodist movement in America. Asbury emerges here as not merely an influential religious leader, but a fascinating character, who lived an extraordinary life. His cultural sensitivity was matched only by his ability to organize. His life of prayer and voluntary poverty were legendary, as was his generosity to the poor. He had a remarkable ability to connect with ordinary people, and he met with thousands of them as he crisscrossed the nation, riding more than one hundred and thirty thousand miles between his arrival in America in 1771 and his death in 1816. Indeed Wigger notes that Asbury was more recognized face-to-face than any other American of his day, including Thomas Jefferson and George Washington.

The Lupus Book: A Guide for Patients and Their Families


Daniel J. Wallace - 1995
    It can take years to properly diagnose, often leaving its victims suffering not only from the disease, but from the uncertainty about whether they have the disease andfrom the not-insignificant problem of finding a physician to treat them. The disease is lupus, which, simply put, is what happens to the body when it becomes allergic to itself. It is quite widespread and it is highly deadly, claiming the lives of thousands of patients yearly. Now patients and their families can turn to The Lupus Book, a clear, reassuring guide that explains virtually every aspect of the disease. Written by Daniel J. Wallace, M.D., one of the world's leading experts on the subject, The Lupus Book is packed with useful, easy-to-understand information andpractical guidance for the sufferer. Here the reader will discover clear descriptions of the symptoms that most commonly afflict victims of lupus, a helpful survey of all aspects of diagnosis--from why the disease is so difficult to recognize to the latest, most innovative tests--and backgroundinformation on the cause of the disease, which researchers now believe is genetic in origin. Wallace shows how lupus may affect different organ systems in the body, including the brain, heart, and lungs; he offers well-informed advice on how patients can work with their doctors to take an activerole in fighting the disease through exercise, diet, and medication; and perhaps most important, he answers the questions he is most often asked by his patients, including queries on prevention, cure, sun exposure, pregnancy, and many other concerns. Throughout the book, Wallace reveals a talent forcommunicating difficult concepts to the general reader as he illustrates his discussion with numerous anecdotes culled from his years of clinical experience (he has treated over one thousand lupus patients). Nearly one million people suffer from lupus in the United States alone. More common than leukemia, multiple sclerosis, cystic fibrosis, and muscular dystrophy combined, lupus is a pervasive and little- understood condition. With The Lupus Book in hand, lupus sufferers as well as their families, friends, and physicians have a reliable guide that will answer their questions and help them to better manage their day-to-day fight against this debilitating disease

Digital Systems: Principles and Applications


Ronald J. Tocci - 1977
    KEY TOPICS For each new device or circuit, the authors describe the principle of the operation, give thorough examples, and then show its actual application. An excellent reference on modern digital systems.

The Sheriff's Christmas Miracle


Maddie Walker - 2020
    

My Sister's Husband


Ambria Davis - 2015
    When her mother dies unexpectedly, Brinay seizes the opportunity to put some distance between herself and her painful past. A change of scenery seems to be just the cure Brinay needed as she soon finds herself on the path to real happiness-excelling in medical school with the man of her dreams by her side? Her life is shaping up to be picture perfect-until she discovers just how much love her man has to give. Skylar has always been a daddy’s girl, and when Brinay pops up as the prettier and more likeable outside child of her parent’s marriage, Skylar makes sure to let Brinay know that she’s a non-factor, just like her side-piece mother had been for their father. Skylar is the epitome of spoiled; she moves through life flaunting her wealth and looking down her nose at anyone that she feels is beneath her–that is, until she meets Dontie, who’s the complete opposite of her upscale lifestyle. Despite his thuggish ways, Skylar can’t resist the sexiest man in Miami, so she jumps at the chance to be his wife. Little does she know, he takes “keeping it in the family,” to a whole new level. My Sister’s Husband takes the reader on a wild ride and shows how some familial ties can never be broken, even between sworn enemies.

The Youngest Donovan: Sweet Western Historical Romance (Mail-Order Brides Club Book 8)


Ashley Merrick - 2017
    She is beautiful and a talented free-spirit who is happiest when lost in the world of her art, painting. There are several local men who would love to marry her, as there is a serious shortage of women in Bozeman, MT in the 1890's. Elizabeth has seen her own brothers send for mail-order brides. Emma was the first young woman to move East from Boston to marry Ethan. Several of Emma's friends followed, Julia, Colleen, Brianna, Maeve and Fiona. But Elizabeth is in no hurry to marry either of the local men. No one has captured her heart in the same way that her childhood neighbor Julian did. Theirs was an innocent, but strong love and their future seemed all but certain to Elizabeth, until something terrible happened. No one has ever said exactly what he supposedly did, but Julian was sent away, when Elizabeth was just thirteen. Her family said it was for the best, given what happened and it was made clear to her that should he ever return, Elizabeth would be strictly forbidden from having anything to do with him. Elizabeth thought she'd put Julian out of her mind, considered him gone and part of her past. But when he suddenly returns, all the familiar feelings surface and what she is finally told that he has done, doesn't reconcile with the person standing before her. Elizabeth is determined to uncover the truth, to prove that Julian is the man she believes him to be.