The Year in Tech, 2021: The Insights You Need from Harvard Business Review (HBR Insights Series)


Harvard Business Review - 2020
    

The Old Farmer's Almanac 2017: Special Anniversary Edition


Old Farmer's Almanac - 2016
    What is 225 years old yet always of the moment? The Old Farmer’s Almanac! America’s oldest continuously published periodical, beloved by generations for being “useful, with a pleasant degree of humor,” celebrates its unique history with a special edition and more readers than ever before!   As the nation’s iconic calendar, the 2017 edition will predict and mark notable events; glance back and look forward, with historic perspectives on food, people, and businesses; salute legendary customs and folklore; hail celestial events; explore, forage, and cultivate the natural world; forecast traditionally 80 percent–accurate weather; inspire giggles and perhaps romance; and more—too much more to mention—all in the inimitably useful and humorous way it has done since 1792.

Secrets of the Oak Woodlands: Plants and Animals Among California's Oaks


Kate Marianchild - 2014
    Yet, while common, oak woodlands are anything but ordinary. In a book rich in illustration and suffused with wonder, author Kate Marianchild combines extensive research and years of personal experience to explore some of the marvelous plants and animals that the oak woodlands nurture. Acorn woodpeckers unite in marriages of up to ten mates and raise their young cooperatively. Ground squirrels roll in rattlesnake skins to hide their scent from hungry snakes. Manzanita's rust-colored, paper-thin bark peels away in time for the summer solstice, exposing sinuous contours that are cool to the touch even on the hottest day. Conveying up-to-the-minute scientific findings with a storyteller's skill, Marianchild introduces us to a host of remarkable creatures in a world close by, a world that rustles, hums, and sings with the sounds of wild things.

Power System Analysis and Design [With CDROM]


J. Duncan Glover - 2001
    Like earlier editions of the book, physical concepts are highlighted while also giving necessary attention to math-ematical techniques. Both theory and modeling are developed from simple beginnings so that they can be readily extended to new and complex situations. Beginning in Ch. 3, students are introduced to new concepts critical to analyzing power systems, including coverage of both balanced and unbalanced operating conditions. The authors incorporate new tools and material to aid students with design issues and reflect recent trends in the field. Each book now contains a CD with Power World software. This package is commonly used in industry and will enable students to analyze and simulate power systems. The authors use the software to extend, rather than replace, the fully worked examples provided in previous editions. In the new edition, each Power World Simulator example includes a fully worked hand solution of the problem along with a Power World Simulator case (except when the problem size makes it impractical). The new edition also contains updated case studies on recent trends in the Power Systems field, including coverage of deregulation, increased power demand, economics, and alternative sources of energy. These case studies are derived from real life situations.

Advanced Concepts in Operating Systems


Mukesh Singhal - 1994
    Numerous examples are provided to reinforce the concepts and relevant case studies illustrate the concepts and mechanisms described.

Collins Bird Guide: The Most Complete Guide to the Birds of Britain and Europe


Lars Svensson - 1999
    Accompanying every species entry is a distribution map and illustrations showing the species in all the major plumages (male, female, immature, in flight, at rest, feeding: whatever is important).In addition, each group of birds includes an introduction which covers the major problems involved in identifying or observing them: how to organise a sea watching trip, how to separate birds of prey in flight, which duck hybrids can be confused with which main species. These and many other common birdwatching questions are answered.The combination of definitive text, up-to-date distribution maps and superb illustrations, all in a single volume, makes this book the ultimate field guide, essential on every bookshelf and birdwatching trip.

Applied Cryptography: Protocols, Algorithms, and Source Code in C


Bruce Schneier - 1993
    … The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations

Pills, Thrills and Methadone Spills: The Adventures of a Community Pharmacist


Mr. Dispenser - 2013
    People need cheering up. I have the answer. ‘Pills, Thrills and Methadone Spills: Adventures of a Community Pharmacist’ is a collection of the best blogs, tweets and anecdotes about the wonderful world of pharmacy.“If the shutter is three quarters down, then we are shut and not just vertically challenged”...“Gave me huge insight into the ‘real’ world of community pharmacy – I didn’t realise just how much pharmacists deal with on a day to day basis, so for me this was very informative, but in a reallyclever, and massively funny way!” Lucy Pitt, Marketing Manager, The Pharmacy Show“As well as being brilliantly funny, this book is a refreshingly honest view of the world of pharmacy. From student pharmacists to the fully-qualified, every chapter provides a story that the reader can relate to and enjoy.” Georgia Salter, Pharmacy Student“A well observed reflection of life in pharmacy with very funny reflections” Catherine Duggan, Royal Pharmaceutical Society"It is always fun to be reminded that pharmacists' perils and fun at the workplace are similar irrespective of which country we practise in!" Selina Hui-Hoong Wee , Pharmacist, Malaysia“A great entertaining and amusing read" Mike Holden, Chief Executive, National Pharmacy AsociationThanks to Laura Martins for her initial book cover design!

Introduction to Quantum Mechanics


David J. Griffiths - 1994
    The book s two-part coverage organizes topics under basic theory, and assembles an arsenal of approximation schemes with illustrative applications. For physicists and engineers. "

Modern Operating Systems


Andrew S. Tanenbaum - 1992
    What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD. Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls). The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets." It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms. Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals. Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson

Automate the Boring Stuff with Python: Practical Programming for Total Beginners


Al Sweigart - 2014
    But what if you could have your computer do them for you?In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple filesCreate, update, move, and rename files and foldersSearch the Web and download online contentUpdate and format data in Excel spreadsheets of any sizeSplit, merge, watermark, and encrypt PDFsSend reminder emails and text notificationsFill out online formsStep-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in "Automate the Boring Stuff with Python.""

Principles of Instrumental Analysis


Douglas A. Skoog - 1971
    Emphasis is placed upon the theoretical basis of each type of instrument, its optimal area of application, its sensitivity, its precision, and its limitations. The text also introduces students to elementary integrated circuitry, microprocessors and computers, and treatment of analytical data.

Educational Psychology: Windows on Classrooms


Paul D. Eggen - 1992
    Long recognized as very applied and practical, Eggen and Kauchak's Educational Psychology: Windows on Classrooms, seventh edition is now even more applied and concise, giving students exactly what they need to know in the course. The author's hallmark cases remain, in both written and videotape format, to introduce real-world applications in a way that no other text can. Along with expanded applications to diversity (urban, suburban, and rural areas), technology, and a new pedagogical system that completely restructures how information is delivered in the book and will help students really understand what they should be getting out of every single chapter. The text now comes with two new DVDs of video material and an access code for the new Teacher Prep Website that will be automatically shrinkwrapped with all new copies of the text. Educational Psychology: Windows on Classrooms once again truly fulfills the promise of its title, giving students a window on the classrooms in which they will someday teach.

Evidence-Based Practice in Nursing & Healthcare: A Guide to Best Practice


Bernadette Mazurek Melnyk - 2004
     Develop the skills and knowledge you need to make evidence-based practice (EBP) an integral part of your clinical decision-making and everyday nursing practice with this proven, approachable text. Written in a straightforward, conversational style, Evidence-Based Practice in Nursing & Healthcare delivers real-world examples and meaningful strategies in every chapter to help you confidently meet today’s clinical challenges and ensure positive patient outcomes.NEW! Making Connections: An EBP Exemplar opens each unit, immersing you in an unfolding case study of EBP in real-life practice.NEW! Chapters reflect the most current implications of EBP on health policy and the context, content, and outcomes of implementing EBP competencies in clinical and academic settings.NEW! Learning objectives and EBP Terms to Learn at both the unit and chapter levels help you study efficiently and stay focused on essential concepts and vocabulary.Making EBP Real features continue to end each unit with real-world examples that demonstrate the principles of EBP applied.EBP Fast Facts reinforce key points at a glance.Clinical Scenarios clarify the EBP process and enhance your rapid appraisal capabilities.

Introduction to Algorithms


Thomas H. Cormen - 1989
    Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.