Book picks similar to
Windows Kernel Programming by Pavel Yosifovich
partly-read
security
technical
technical-books
High Performance MySQL: Optimization, Backups, and Replication
Baron Schwartz - 2008
This guide also teaches you safe and practical ways to scale applications through replication, load balancing, high availability, and failover.
Updated to reflect recent advances in MySQL and InnoDB performance, features, and tools, this third edition not only offers specific examples of how MySQL works, it also teaches you why this system works as it does, with illustrative stories and case studies that demonstrate MySQL’s principles in action. With this book, you’ll learn how to think in MySQL.
Learn the effects of new features in MySQL 5.5, including stored procedures, partitioned databases, triggers, and views
Implement improvements in replication, high availability, and clustering
Achieve high performance when running MySQL in the cloud
Optimize advanced querying features, such as full-text searches
Take advantage of modern multi-core CPUs and solid-state disks
Explore backup and recovery strategies—including new tools for hot online backups
Introduction to Statistical Quality Control
Douglas C. Montgomery - 1985
It provides comprehensive coverage of the subject from basic principles to state-of-art concepts and applications. The objective is to give the reader a sound understanding of the principles and the basis for applying them in a variety of both product and nonproduct situations. While statistical techniques are emphasized throughout, the book has a strong engineering and management orientation. Guidelines are given throughout the book for selecting the proper type of statistical technique to use in a wide variety of product and nonproduct situations. By presenting theory, and supporting the theory with clear and relevant examples, Montgomery helps the reader to understand the big picture of important concepts. Updated to reflect contemporary practice and provide more information on management aspects of quality improvement.
Sleeping Dogs Lie (The Tales of Dan Coast)
Rodney Riesel - 2012
Dan, a wise-cracking excessive drinker, is haunted by the memory of his dead wife. Short after the two won the lottery and purchased a small beach bungalow in the Florida Keys, her life was taken in a car accident. Soon after his wife's death, Dan relocated to the Keys with his wife's dog, whom he blames for her death. In Sleeping Dogs Lie, Dan Coast, an unlicensed private detective of sorts is hired to find the missing boyfriend of a woman who herself soon ends up missing. When someone from the woman's past unexpectedly shows up at Dan's home, with a story of faked deaths and missing life insurance money; Dan along with his side kick Red set out to find the money, and the woman.
Purgatory 101: Everything You Wanted To Know About Purgatory
Johan Cyprich - 2011
Many people simply do not understand what it is, how to avoid it, and what can be done to help the holy souls there. For most Catholics, it's been years since their catechism training and they simply forgot what was taught. Purgatory 101 will bring back the knowledge that you forgot. It will show what Purgatory is and how you can help yourself and the holy souls. Armed with knowledge, you can make a positive difference for the suffering saints in Purgatory.
Cracking Complexity: The Breakthrough Formula for Solving Just About Anything Fast
David Komlos - 2019
This is complexity. But too many leaders approach complexity the wrong way - they push their people harder and harder and tackle problems one at a time over months, sometimes even years, and nearly always in a linear fashion. It's like setting a pot of water on "low" and waiting for it to boil. To solve the seemingly intractable challenges that leaders bang their heads against for months - to get the metaphorical water to boil - you must generate a high amount of heat very quickly. In this book, the authors share their proven formula for dramatically shortening the process and solving an organization's toughest challenges in mere days.
Learning Python
Mark Lutz - 2003
Python is considered easy to learn, but there's no quicker way to mastery of the language than learning from an expert teacher. This edition of "Learning Python" puts you in the hands of two expert teachers, Mark Lutz and David Ascher, whose friendly, well-structured prose has guided many a programmer to proficiency with the language. "Learning Python," Second Edition, offers programmers a comprehensive learning tool for Python and object-oriented programming. Thoroughly updated for the numerous language and class presentation changes that have taken place since the release of the first edition in 1999, this guide introduces the basic elements of the latest release of Python 2.3 and covers new features, such as list comprehensions, nested scopes, and iterators/generators. Beyond language features, this edition of "Learning Python" also includes new context for less-experienced programmers, including fresh overviews of object-oriented programming and dynamic typing, new discussions of program launch and configuration options, new coverage of documentation sources, and more. There are also new use cases throughout to make the application of language features more concrete. The first part of "Learning Python" gives programmers all the information they'll need to understand and construct programs in the Python language, including types, operators, statements, classes, functions, modules and exceptions. The authors then present more advanced material, showing how Python performs common tasks by offering real applications and the libraries available for those applications. Each chapter ends with a series of exercises that will test your Python skills and measure your understanding."Learning Python," Second Edition is a self-paced book that allows readers to focus on the core Python language in depth. As you work through the book, you'll gain a deep and complete understanding of the Python language that will help you to understand the larger application-level examples that you'll encounter on your own. If you're interested in learning Python--and want to do so quickly and efficiently--then "Learning Python," Second Edition is your best choice.
Principles of Mathematical Analysis
Walter Rudin - 1964
The text begins with a discussion of the real number system as a complete ordered field. (Dedekind's construction is now treated in an appendix to Chapter I.) The topological background needed for the development of convergence, continuity, differentiation and integration is provided in Chapter 2. There is a new section on the gamma function, and many new and interesting exercises are included. This text is part of the Walter Rudin Student Series in Advanced Mathematics.
C++ Primer
Stanley B. Lippman - 1989
This Fourth Edition not only keeps this tradition alive, it actually improves on it."--Steve Vinoski, Chief Engineer, Product Innovation, IONA Technologies" The Primer really brings this large and complex language down to size."--Justin Shaw, Senior Member of Technical Staff, Electronic Programs Division, The Aerospace Corporation"It not only gets novices up and running early, but gets them to do so using good programming practices."--Nevin ": -)" Liber, Senior Principal Engineer (C++ developer since 1988)This popular tutorial introduction to standard C++ has been completely updated, reorganized, and rewritten to help programmers learn the language faster and use it in a more modern, effective way.Just as C++ has evolved since the last edition, so has the authors' approach to teaching it. They now introduce the C++ standard library from the beginning, giving readers the means to write useful programs without first having to master every language detail. Highlighting today's best practices, they show how to write programs that are safe, can be built quickly, and yet offer outstanding performance. Examples that take advantage of the library, and explain the features of C++, also show how to make the best use of the language. As in its previous editions, the book's authoritative discussion of fundamental C++ concepts and techniques makes it a valuable resource even for more experienced programmers.Program Faster and More Effectively with This Rewritten ClassicRestructured for quicker learning, using the C++ standard libraryUpdated to teach the most current programming styles and program design techniquesFilled with new learning aids that emphasize important points, warn about common pitfalls, suggest good programming practices, and provide general usage tipsComplete with exercises that reinforce skills learnedAuthoritative and comprehensive in its coverage The source code for the book's extended examples is available on the Web at the address below.www.awprofessional.com/cpp_primer
Building Mobile Apps at Scale: 39 Engineering Challenges
Gergely Orosz - 2021
By scale, we mean having numbers of users in the millions and being built by large engineering teams.For mobile engineers, this book is a blueprint for modern app engineering approaches. For non-mobile engineers and managers, it is a resource with which to build empathy and appreciation for the complexity of world-class mobile engineering.
Advanced Swift
Chris Eidhof - 2016
If you have read the Swift Programming Guide, and want to explore more, this book is for you.Swift is a great language for systems programming, but also lends itself for very high-level programming. We'll explore both high-level topics (for example, programming with generics and protocols), as well as low-level topics (for example, wrapping a C library and string internals).
Undercover Witch Academy: Complete Collection
Rachel Medhurst - 2019
As the first illusionist witch able to syphon magic from everything and everyone, I’m a little sought after. Hundreds of supernatural academies have offered me a place, but there’s only one I’ll attend. The Undercover Witch Academy. Why? Dracian Dread. The male witch who killed my parents is already a top student at the academy, beloved by all. But, not for long. Soon, everyone will know who Dracian really is, and I’ll be the one to tell them. When students start to lose their magic, all eyes turn to me. Classes are postponed as an investigation gets underway. There’s no proof that it’s me, and it’s not, let me assure you, so I have to find a way to prove my innocence. Unfortunately, the only ally I have is none other than Dracian Dread, the man I love to hate. Will I be able to find the real culprit before every student loses their magic for good? This set contains the whole trilogy
Nothing to Hide: The False Tradeoff between Privacy and Security
Daniel J. Solove - 2011
But as Daniel J. Solove argues in this important book, these arguments and many others are flawed. They are based on mistaken views about what it means to protect privacy and the costs and benefits of doing so. The debate between privacy and security has been framed incorrectly as a zero-sum game in which we are forced to choose between one value and the other. Why can't we have both? In this concise and accessible book, Solove exposes the fallacies of many pro-security arguments that have skewed law and policy to favor security at the expense of privacy. Protecting privacy isn't fatal to security measures; it merely involves adequate oversight and regulation. Solove traces the history of the privacy-security debate from the Revolution to the present day. He explains how the law protects privacy and examines concerns with new technologies. He then points out the failings of our current system and offers specific remedies. Nothing to Hide makes a powerful and compelling case for reaching a better balance between privacy and security and reveals why doing so is essential to protect our freedom and democracy.
Computer Networking: A Top-Down Approach
James F. Kurose - 2000
Building on the successful top-down approach of previous editions, this fourth edition continues with an early emphasis on application-layer paradigms and application programming interfaces, encouraging a hands-on experience with protocols and networking concepts.
Agile!: The Good, the Hype and the Ugly
Bertrand Meyer - 2014
The book details agile principles, roles, managerial practices, technical practices and artifacts, offering a complete review that will help readers master all the important agile ideas.
Creative Nature and Outdoor Photography
Brenda Tharp - 2003
Author Brenda Tharp’s inspiring approach has garnered fans all over the world, as she teaches that magical skill no camera can do for you: learn how to “see.” Readers expand their photographic vision and discover deep wellsprings of creativity as they learn to use light, balance, color, design, pattern, texture, composition, and many simple techniques to take a photo from ordinary to high-impact.Featuring more than 150 stunning, all-new images, Creative Nature & Outdoor Photography, Revised Edition is for anyone who understands the basic technical side to photography but wants to wake up their creative vision.