Book picks similar to
Embedded Hardware (Newnes Know It All) (Newnes Know It All) by Jack G. Ganssle
waiting
electrical-engineering
free
programming
A Gift of Fire: Social, Legal, and Ethical Issues for Computers and the Internet
Sara Baase - 1996
It covers the issues students will face both as members of a technological society and as professionals in computer-related fields. One of its goals is to develop computer professionals who understand the implications of what they create and how it fits into society at large-another is to bring these issues to the attention of students outside of computer science.
Perl Cookbook
Tom Christiansen - 1998
Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications.The second edition of Perl Cookbook has been fully updated for Perl 5.8, with extensive changes for Unicode support, I/O layers, mod_perl, and new technologies that have emerged since the previous edition of the book. Recipes have been updated to include the latest modules. New recipes have been added to every chapter of the book, and some chapters have almost doubled in size.Covered topic areas include: • Manipulating strings, numbers, dates, arrays, and hashes • Pattern matching and text substitutions • References, data structures, objects, and classes • Signals and exceptions • Screen addressing, menus, and graphical applications • Managing other processes • Writing secure scripts • Client-server programming • Internet applications programming with mail, news, ftp, and telnet • CGI and mod_perl programming • Web programmingSince its first release in 1998, Perl Cookbook has earned its place in the libraries of serious Perl users of all levels of expertise by providing practical answers, code examples, and mini-tutorials addressing the challenges that programmers face. Now the second edition of this bestselling book is ready to earn its place among the ranks of favorite Perl books as well.Whether you're a novice or veteran Perl programmer, you'll find Perl Cookbook, 2nd Edition to be one of the most useful books on Perl available. Its comfortable discussion style and accurate attention to detail cover just about any topic you'd want to know about. You can get by without having this book in your library, but once you've tried a few of the recipes, you won't want to.
The contract
William Coleman - 2020
His first case is a simple one: follow the woman, Maddie, and get pictures of her having an affair.But nothing is that simple. Hawke is forced to intervene when the Maddie is almost kidnapped right in front of him. When it happens again, Hawke switches from stalker with a camera to bodyguard with a gun.The lawyer who hired him is not satisfied with the outcome or that Hawke is looking into who is responsible for the abduction attempts. He threatens Hawke to get him to back down, something not in the investigator’s nature.To protect Maddie, Hawke must take her along while following the few leads he has to identify who is responsible and why. The closer they get to the truth the more danger they find themselves in.Will they find who is out to get Maddie before it’s too late?
The Escape
Tiye Love - 2019
He just needed her. Skye Baptiste, hurt over the end of her engagement, travels to Los Angeles for a week to heal. While coming to terms with the demise of her relationship, she has a chance encounter with superstar Jordan Mathews at a hotel bistro that turns her whole world upside down. **Can be read as a stand alone or as the first book in a trilogy.**
Cupboard Boy: Dare you Read? (The P T Saunders story #1)
P.T. Saunders - 2016
However, the events that took place during the years 1963 to 1980 need to be recorded, for the sake of future generations of children to come, and out of respect to all the children who have already suffered and perished at the hands of demonic parents. I especially dedicate this book to one hell of a brave boy, my step brother Little Paul, who sadly died with a great deal of dignity at the young age of 19 from cancer. God bless Him!
Thinking in Systems: A Primer
Donella H. Meadows - 2008
Edited by the Sustainability Institute’s Diana Wright, this essential primer brings systems thinking out of the realm of computers and equations and into the tangible world, showing readers how to develop the systems-thinking skills that thought leaders across the globe consider critical for 21st-century life.Some of the biggest problems facing the world—war, hunger, poverty, and environmental degradation—are essentially system failures. They cannot be solved by fixing one piece in isolation from the others, because even seemingly minor details have enormous power to undermine the best efforts of too-narrow thinking.While readers will learn the conceptual tools and methods of systems thinking, the heart of the book is grander than methodology. Donella Meadows was known as much for nurturing positive outcomes as she was for delving into the science behind global dilemmas. She reminds readers to pay attention to what is important, not just what is quantifiable, to stay humble, and to stay a learner.In a world growing ever more complicated, crowded, and interdependent, Thinking in Systems helps readers avoid confusion and helplessness, the first step toward finding proactive and effective solutions.
The Apple Experience: Secrets to Building Insanely Great Customer Loyalty
Carmine Gallo - 2012
At the core of Apple's success and intense customer loyalty, however, aren't just "Insanely Great" products, but great people who are informed, empowered, and motivated to deliver an unbeatable customer experience. In The Apple Experience, internationally bestselling author Carmine Gallo details the principles and practices behind this total commitment to the customer and explains how your brand can achieve outstanding results by delivering this same high standard of service.Carmine Gallo interviewed professionals at all levels who have studied Apple, and he spent hundreds of hours observing the selling floor in Apple's retail space and learning about Apple's vision and philosophy. Using insights and data from these sources, he breaks down Apple's customer centric model to provide an action plan with three distinct areas of focus:* Inspire Your Internal Customer with training, support, and communications that create a "feedback loop" for improving performance at every level* Serve Your External Customer with irresistible brand stories and dedicated salespeople who embody the APPLE five steps of service -- Approach, Probe, Present, Listen, End with a fond farewell* Set the Stage by ensuring that no element is overlooked in creating an immersive retail environment where customers can see, touch, and learn about your productsWith The Apple Experience, you can improve the return on your investment in retail by adding real value to every customer interaction. Better still, any business that deals with people -- employees or customers -- can adopt the techniques to achieve Apple-like market dominance by enriching lives, building loyalty, and reimagining the customer experience.
Learning XML
Erik T. Ray - 2001
Fortunately, there s a solution: Erik T. Ray s Learning XML, Second Edition. This book presents an outstanding birds-eye view of the XML landscape. It s definitely not a programming book (though it does introduce some key XML programming issues). Rather, it s focused on key ideas you need to understand whatever you want to do with XML. That could be document management, web or print content delivery, application integration, B2B commerce, data storage, internationalization -- you name it.Ray s day job is software developer and XML specialist at O Reilly. There, he s helped to implement a complete publishing solution, using DocBook-XML and Perl to produce books in print, on CD-ROM, and for online delivery. So he understands XML from the real-world point of view of someone with a job to do. His first goal is to take on the big questions. First, What is XML? Ray attacks this question from multiple angles, introducing XML as a general-purpose information storage system, a markup language toolkit, and an open standard (or, increasingly, a collection of standards). What can (and can t) you do with XML? What s the history that led us here? And what tools do you need to get started? Next, he introduces the basic building blocks of XML markup and all XML-derived languages: stuff you ll need to know regardless of your goals. Through easy examples, you ll understand elements, attributes, entities, and processing instructions -- and how they fit together in a well-formed XML document. Then, it s on to representing information with XML -- in other words, understanding the nature and planning the structure of the documents you ll be using. Ray starts simply, then builds on his basic examples to discuss narrative documents with text flows, block and inline elements, and titled sections. Once you can handle those, he discusses more complex information modeling, as used in specialized markup languages such as VML. This edition contains an entirely new chapter on XML Schemas -- what he calls the shepherds that keep documents from straying outside of the herd and causing trouble. Schemas, of course, have become hugely important. This is one of the best plain-English introductions to the topic we ve seen. Ray then turns to presentation, introducing CSS stylesheets, basic usage, rule matching, properties, and more. A little later on, he returns to the subject -- this time with a complete introduction to XSL-FO that illuminates two powerful examples. The first is TEI-XML, a markup language for scholarly documents (Ray presents a Shakespearean sonnet, appropriately coded). The second is the immensely powerful DocBook -- which, as we ve observed, Ray knows inside and out. Learning XML is superbly written. Clear explanations. Simple examples. Great metaphors and analogies. And excellent introductions to nearly every topic that matters, from links to presentation, transformation to internationalization. If you re just starting out with XML, you re lucky to have it. Bill CamardaBill Camarda is a consultant, writer, and web/multimedia content developer. His 15 books include Special Edition Using Word 2000 and Upgrading & Fixing Networks for Dummies, Second Edition.
Unconquerable Callie
Deann Smallwood - 2013
She is also a dreamer. Her greatest hope is to reach a new life in South Pass City, Wyoming, where she can open a bakery and live an independent life. To be successful, she will need her greatest deception to date, a mythical fiancé who waits at the end of the line. As a woman alone, she has to prove to Seth McCallister, the wagon master, that she has the wherewithal and the stamina to survive months of drought, dust, hardships, and even the risk of death.Seth McCallister is mystified by the audacity and determination of Callie Collins. His initial distrust and concern for Callie, a woman traveling alone, opens first to admiration, then friendship, then love, a love that he is forced to hold at bay. What he doesn’t realize is that there is no fiancé. To make matters worse, Callie develops feelings for Seth McCallister, too. Yet she feels certain that once he realizes her deception, he’ll turn away, ashamed of his love and trust in her.
Forgive and Forget
Dee Williams - 2001
She's lost her home in a bomb attack, and with her husband in the army, her daughters evacuated to Wales, and her mother killed and father injured in the attack, Ruth is left to face the devastation alone. But she finds comfort in the camaraderie of the Civil Defence office where she works and in her friendship with Lucy, a clippie on the buses. Lucy's husband is at sea, and the two women dream of the day when they'll be reunited with their loved ones. But as victory approaches, Ruth finds that the legacy of war is more powerful than even she had imagined...
Pro Django
Marty Alchin - 2008
Learn how to leverage the Django web framework to its full potential in this advanced tutorial and reference. Endorsed by Django, Pro Django more or less picks up where The Definitive Guide to Django left off and examines in greater detail the unusual and complex problems that Python web application developers can face and how to solve them.Provides in-depth information about advanced tools and techniques available in every Django installation Runs the gamut from the theory of Django's internal operations to actual code that solves real-world problems for high-volume environments Goes above and beyond other books, leaving the basics behind Shows how Django can do things even its core developers never dreamed possible
HTML for the World Wide Web with XHTML and CSS (Visual QuickStart Guide)
Elizabeth Castro - 2002
The task-based approach teaches readers how to combine HTML and CSS to create sharp and consistent Web pages.
Pro C# 3.0 and the .NET 3.5 Framework (Pro)
Andrew Troelsen - 2007
Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5)..NET 3.0 was more of an augmentative release, essentially providing three new APIs: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). As you would expect, coverage of the "W's" has been expanded a great deal in this version of the book from the previous Special Edition text.Unlike .NET 3.0, .NET 3.5 provides dozens of C# language features and .NET APIs. This edition of the book will walk you through all of this material using the same readable approach as was found in previous editions. Rest assured, you'll find detailed coverage of Language Integrated Query (LINQ), the C# 2008 language changes (automatic properties, extension methods, anonymous types, etc.) and the numerous bells and whistles of Visual Studio 2008. What you'll learn Everything you need to knowget up to speed with C# 2008 quickly and efficiently. Discover all the new .NET 3.5 featuresLanguage Integrated Query, anonymous types, extension methods, automatic properties, and more. Get a professional footholdtargeted to appeal to experienced software professionals, this book gives you the facts you need the way you need to see them. A rock-solid foundationfocuses on everything you need to be a successful .NET 3.5 programmer, not just the new features. Get comfortable with all the core aspects of the platform including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more. Who this book is forIf you're checking out this book for the first time, understand that it targets experienced software professionals and/or students of computer science (so please don't expect three chapters devoted to "for" loops). The mission of this text is to provide you with a rock-solid foundation to the C# 2008 programming language and the core aspects of the .NET platform (object-oriented programming, assemblies, file IO, Windows Forms/WPF, ASP.NET, ADO.NET, WCF, WF, etc.). Once you digest the information presented in these 33 chapters, you'll be in a perfect position to apply this knowledge to your specific programming assignments, and you'll be well equipped to explore the .NET universe on your own terms. "
Taken by the Vampyren
Seth Eden - 2019
A warrior come to Earth to kill. On his own planet he was a prince. On Earth he was a murderer. On Earth, he was her owner. But Cassi's no passive, frightened girl. She stands up to him the first time she ever sees him. She's going to stand up to the Vampyren every time. Even if it kills her. But neither of them is quite what they seem. Maybe, what fate has sown together shouldn't be torn apart.