Book picks similar to
Software Testing: Principles and Practices by Srinivasan Desikan
software-testing
1
reference
st
My Secret Bully / My Secret Dream
Katrina Kahler - 2013
From start to finish, it is an exciting read, full of suspense and one that will have you on the edge of your seat wondering what will happen next. Book 1:.Julia Jones and her Secret Bully Julia is a regular 12 year old girl who loves dancing and being with her friends at school. But that is until Sara Hamilton comes along and then everything changes. She's never had to deal with mean girls and bullies before and certainly not someone who tries to humiliate and upset her every chance she gets. Julia feels that she has no one to turn to for help and has to deal with Sara all on her own. The question is, will she be able to overcome Sara? Or will Sara rule her world? This book is a real life adventure full of suspense that shows how to deal with bullies and stand up for yourself. It's a great story that many young girls will be able to relate to as well as be inspired by. Book 2: Julia Jones and her Secret Dream Julia is plagued with doubt. Will she ever be lucky enough to have all the wonderful things that her friends seem to get so easily? Including the cute boy in her class who she can’t stop thinking about? Everything seems to be going wrong…that is until she discovers a very special book that helps her to believe that maybe her secret dream can become a reality after all. This story has an exciting plot that will hook you in from the first chapter. What is Julia's secret dream? And will it ever come true? A story that will inspire all young readers.
Production Operations Management
William J. Stevenson - 1986
The Fifth Edition will continue this tradition. The Fifth Edition continues to rely on the strengths of preceding editions, that is, Stevenson's careful explanations and balanced descriptive and quantitative applications. The text continues to use smaller, more procedural examples as well as "solved problems" to support students. Production/Operations Management is used in the introductory operations management course required of all business majors in four-year colleges and universities.
Environmental Pollution Control Engineering
C.S. Rao - 1992
Discusses the origins of pollutants, their effect on man and on the environment, and what methods are available to control them. Stresses the fundamental aspects of these topics and their application, to the design of pollution control equipment including illustrative examples.
Essentials of Complete Denture Prosthodontics
Sheldon Winkler - 1979
Physical fundamentals of intensive ultrasound effects are covered, and detailed discussions are presented on the engineering principles of equipment and material design for the practical use of ultrasound in the refining of melts, crystallization of ingots and molds, pulverization, plating, pressure working of metals, surface strengthening, and other processes.
Advanced Programming in the UNIX Environment
W. Richard Stevens - 1992
Rich Stevens describes more than 200 system calls and functions; since he believes the best way to learn code is to read code, a brief example accompanies each description.Building upon information presented in the first 15 chapters, the author offers chapter-long examples teaching you how to create a database library, a PostScript printer driver, a modem dialer, and a program that runs other programs under a pseudo terminal. To make your analysis and understanding of this code even easier, and to allow you to modify it, all of the code in the book is available via UUNET.A 20-page appendix provides detailed function prototypes for all the UNIX, POSIX, and ANSI C functions that are described in the book, and lists the page on which each prototype function is described in detail. Additional tables throughout the text and a thorough index make Advanced Programming in the UNIX Environment an invaluable reference tool that all UNIX programmers - beginners to experts - w
The Simple Heart Cure: The 90-Day Program to Stop and Reverse Heart Disease
Chauncey Crandall - 2013
And no one is more aware of this than top cardiologist Dr. Chauncey Crandall, who has performed over 40,000 heart procedures during his career.In his new book, The Simple Heart Cure, you’ll find this top doc’s groundbreaking approach to preventing and reversing heart disease — an approach honed by his study of foreign cultures free of heart disease and decades of experience helping patients achieve a healthier heart at any age.Dr. Crandall is living proof of his program’s success. At the age of 48, and with no major risk factors, he found himself in the ER with a “widow-maker” blockage of his main coronary artery. After emergency heart surgery, he recovered from heart disease using the same course of treatment he recommends to his thousands of patients — and details for your benefit — in The Simple Heart Cure.His unique perspective as both doctor and patient helps him empathize with the difficulties in making a transition from years of bad habits to a heart-healthy way of life. Plus, Dr. Crandall believes in using every weapon in his medical arsenal — conventional medicine, emerging treatments, lifestyle changes, even alternative therapies — to help his patients recover.Here are just a few of the potentially life-saving gems you’ll discover: • Proven ways to banish bad cholesterol • How to slash your risk of a deadly heart attack by 61% • 8 easy steps to head off that high blood pressure • How you can safeguard against stroke • Simple strategies to unclog your arteries without surgery • What your belly says about your heart health • Must-have heart tests for everyone over 50 • Easy solutions to steer clear of statin drugs, and much more...So whether you just want to prevent heart problems, or you’ve already had a heart attack, you’ll find the help you need in The Simple Heart Cure, along with tasty, heart-healthy menus and a 90-day week-by-week plan to help you start taking action immediately.
Effective Python: 59 Specific Ways to Write Better Python
Brett Slatkin - 2015
This makes the book random-access: Items are easy to browse and study in whatever order the reader needs. I will be recommending "Effective Python" to students as an admirably compact source of mainstream advice on a very broad range of topics for the intermediate Python programmer. " Brandon Rhodes, software engineer at Dropbox and chair of PyCon 2016-2017" It s easy to start coding with Python, which is why the language is so popular. However, Python s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up. " Effective Python " will help you master a truly Pythonic approach to programming, harnessing Python s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers best-selling "Effective C++, " Brett Slatkin brings together 59 Python best practices, tips, and shortcuts, and explains them with realistic code examples. Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You ll learn the best way to accomplish key tasks, so you can write code that s easier to understand, maintain, and improve. Key features includeActionable guidelines for all major areas of Python 3.x and 2.x development, with detailed explanations and examples Best practices for writing functions that clarify intention, promote reuse, and avoid bugs Coverage of how to accurately express behaviors with classes and objects Guidance on how to avoid pitfalls with metaclasses and dynamic attributes More efficient approaches to concurrency and parallelism Better techniques and idioms for using Python s built-in modules Tools and best practices for collaborative development Solutions for debugging, testing, and optimization in order to improve quality and performance "
Sams Teach Yourself C++ in One Hour a Day
Siddhartha Rao - 2008
Master the fundamentals of C++ and object-oriented programming Understand how C++11 features help you write compact and efficient code using concepts such as lambda expressions, move constructors, and assignment operators Learn the Standard Template Library, including containers and algorithms used in most real-world C++ applications Test your knowledge and expertise using exercises at the end of every lesson Learn on your own time, at your own pace: No previous programming experience required Learn C++11, object-oriented programming, and analysis Write fast and powerful C++ programs, compile the source code with a gcc compiler, and create executable files Use the Standard Template Library's (STL) algorithms and containers to write feature-rich yet stable C++ applications Develop sophisticated programming techniques using lambda expressions, smart pointers, and move constructors Learn to expand your program's power with inheritance and polymorphism Master the features of C++ by learning from programming experts Learn C++11 features that allow you to program compact and high-performance C++ applications TABLE OF CONTENTSPART I: THE BASICS LESSON 1: Getting Started with C++11 LESSON 2: The Anatomy of a C++ Program LESSON 3: Using Variables, Declaring Constants LESSON 4: Managing Arrays and Strings LESSON 5: Working with Expressions, Statements, and Operators LESSON 6: Controlling Program Flow LESSON 7: Organizing Code with Functions LESSON 8: Pointers and References Explained PART II: FUNDAMENTALS OF OBJECT-ORIENTED C++ PROGRAMMING LESSON 9: Classes and Objects LESSON 10: Implementing Inheritance LESSON 11: Polymorphism LESSON 12: Operator Types and Operator Overloading LESSON 13: Casting Operators LESSON 14: An Introduction to Macros and Templates PART III: LEARNING THE STANDARD TEMPLATE LIBRARY (STL) LESSON 15: An Introduction to the Standard Template LibraryLESSON 16: The STL String ClassLESSON 17: STL Dynamic Array ClassesLESSON 18: STL list and forward_listLESSON 19: STL Set ClassesLESSON 20: STL Map ClassesPART IV: MORE STL LESSON 21: Understanding Function ObjectsLESSON 22: C++11 Lambda ExpressionsLESSON 23: STL AlgorithmsLESSON 24: Adaptive Containers: Stack and QueueLESSON 25: Working with Bit Flags Using STLPART V: ADVANCED C++ CONCEPTS LESSON 26: Understanding Smart PointersLESSON 27: Using Streams for Input and OutputLESSON 28: Exception HandlingLESSON 29: Going Forward APPENDIXES A: Working with Numbers: Binary and Hexadecimal B: C++ Keywords C: Operator Precedence D: Answers E: ASCII Codes
Cambridge Checkpoint Science Coursebook 7
Mary Jones - 2012
This engaging course supports teaching of the Science framework both theoretically and practically, with full coverage of the Scientific Enquiry framework integrated throughout the series. This Coursebook for Stage 7 gives a thorough introduction to the concepts, and offers a wealth of ideas for hands-on activities to make the subject matter come to life.
The Primal Low-Carb Kitchen: Comfort Food Recipes for the Carb Conscious Cook
Kyndra D. Holley - 2015
That's where Kyndra Holley comes in. She is the mastermind behind the blog Peace, Love and Low Carb, and has melded the best of both worlds: a time-tested low carb approach with healthy, whole-food Primal ingredients.Following the Primal template, Kyndra cuts out grains and gluten and emphasizes whole, unprocessed, "real" foods. A lifelong foodie with personal experience losing weight on the low-carb diet, Kyndra brings you mouthwatering comfort food recipes such as Caramelized Onion and Prosciutto "Mac" and Cheese, Italian Meatballs with Tomato Cream Sauce, Chili Dogs, Eggplant Lasagna and more.After all, who says dieting has to be about sacrifice? You'll feel fuller, radiant and satisfied thanks to these healthy, nutrient-dense low-carb meals.Foreword by Jimmy Moore.
Hacker's Delight
Henry S. Warren Jr. - 2002
Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.
Special Education in Contemporary Society: An Introduction to Exceptionality
Richard M. Gargiulo - 2002
Blending theory with practice, the book helps pre-service and in-service teachers develop the knowledge, skills, attitudes, and beliefs they'll need to construct learning environments that make it possible for all students to reach their potential.
Object-Oriented Modeling and Design with UML
James Rumbaugh - 1990
Two of the leading authorities in the field, Mike Blaha, and Jim Rumbaugh, have thoroughly revised the book to provide a quintessential reference to UML 2.0 and its application for practical, usable state of the art Object-Oriented strategies in the design and implementation of complex object-oriented software systems.
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide
Larry Ullman - 2003
This work provides instructions, scripts, and tips to guide readers for grounding with discussions of the scripting language (PHP) and then the database program (MySQL).
Frontiers of Electronic Commerce
Ravi Kalakota - 1996
This work is aimed at the business person who wants to understand the revolution taking place in electronic commerce. It explains the emerging technology and network infra-structure, and emphasizes the business applications and mercantile strategies, challenges and opportunities of conducting business on the information superhighway. The study also describes pertinent standards and protocols.