Fundamentals of Electrical Engineering


Leonard S. Bobrow - 1995
    The text is divided into four parts: circuits, electronics, digital systems, and electromagnetics. Although it delves in depth into each of these topics, the text represents more than your basic survey of the basics of electrical engineering. A solid understanding of the fundamental principles on which modern electrical engineering is based is also provided. This edition includes a chapter on circuit analysis software SPICE, with a detailed discussion of the PC version known as PSPICE (from MicroSim Corp.). Numerous drill exercises have been added to this new edition, reinforcing ideas presented in the examples. There are over 1,000 end-of-chapter problems. This text is suitable for a variety of electrical engineering courses. It can be used as a text for an introduction to electrical engineering for both majors and non-majors or both, or can be split and the various chapters utilized for an introduction to circuits course, a first electronics course, or for a course on digital electronics and logic design.

The LEGO MINDSTORMS NXT 2.0 Discovery Book: A Beginner's Guide to Building and Programming Robots


Laurens Valk - 2010
    The LEGO MINDSTORMS NXT 2.0 Discovery Book is the complete, illustrated, beginner's guide to MINDSTORMS that you've been looking for. The crystal clear instructions in the Discovery Book will show you how to harness the capabilities of the NXT 2.0 set to build and program your own robots. Author and robotics instructor Laurens Valk walks you through the set, showing you how to use its various pieces, and how to use the NXT software to program robots. Interactive tutorials make it easy for you to reach an advanced level of programming as you learn to build robots that move, monitor sensors, and use advanced programming techniques like data wires and variables. You'll build eight increasingly sophisticated robots like the Strider (a six-legged walking creature), the CCC (a climbing vehicle), the Hybrid Brick Sorter (a robot that sorts by color and size), and the Snatcher (an autonomous robotic arm). Numerous building and programming challenges throughout encourage you to think creatively and to apply what you've learned as you develop the skills essential to creating your own robots.Requirements: One LEGO MINDSTORMS NXT 2.0 set (#8547)FeaturesA complete introduction to LEGO MINDSTORMS NXT 2.0 Building and programming instructions for eight innovative robots 50 sample programs and 72 programming challenges (ranging from easy to hard) encourage you to explore newly learned programming techniques 15 building challenges expand on the robot designs and help you develop ideas for new robotsWho is this book for? This is a perfect introduction for those new to building and programming with the LEGO MINDSTORMS NXT 2.0 set. The book also includes intriguing robot designs and useful programming tips for more seasoned MINDSTORMS builders.

Fundamentals of Biostatistics (with CD-ROM)


Bernard Rosner - 1982
    Fundamentals of Biostatistics with CD-Rom.

Reef Fish Identification: Tropical Pacific


Gerald Allen - 2003
    It contains 2,500 underwater photographs of 2,000 species. It presents 108 fish families in one of 20 Identification groups based on a family's related visual or behavioural characteristics, such as Large Oval / Colourful or Sand/Burrow Dwellers.

Reading Laurell K. Hamilton


Candace R. Benefiel - 2011
    Hamilton was reshaping the image of the vampire with her own take on the vampire mythos in her Anita Blake, Vampire Hunter fantasy novel series. While Hamilton's work draws on traditional vampire and fairy lore, her interpretation of these subjects brought new dimensions to the genres, influencing the direction of urban fantasy over the past two decades.Reading Laurell K. Hamilton focuses upon Hamilton's two bestselling series, the Anita Blake, Vampire Hunter series and the Merry Gentry series. The volume is intended as a resource for leaders of book clubs or discussion groups, containing chapters that examine Hamilton's role in the current vampire literature craze, the themes and characters in her work, and responses to Hamilton on the Internet. The book also provides a brief overview of Hamilton's life.

The Hairy Bikers' Great Curries


Hairy Bikers - 2013
    But curry is so much more. A proper curry can be an exquisitely fragrant dish, with delicate flavours that surprise and titillate your taste buds, and the Hairy Bikers are here to show you how to make the most delicious, authentic curries you've ever tasted in your own kitchen.In this book, Si and Dave have put together loads of brand-new recipes from around the world - from simple dishes for a quick midweek taste treat to fantastic feasts for a weekend celebration. Their recipes are the real deal, using great techniques and secrets they've discovered on their travels in Asia as well as years of cooking curries themselves. You'll find all the recipes and tips you need to make some mouth-watering meals, with everything from starters to pickles and chutneys.This is the one-stop shop for the best curries you've ever tasted - fresh, full of flavour and fantastic. These are curries for the 21st century.

Python Programming for the Absolute Beginner


Michael Dawson - 2003
    Developed by computer science instructors, books in the For the absolute beginner series teach the principles of programming through simple game creation. You will acquire the skills that you need for more practical Python programming applications and you will learn how these skills can be put to use in real-world scenarios. Best of all, by the time you finish this book you will be able to apply the basic principles you've learned to the next programming language you tackle.Features Fun approach to a difficult topic Readers will create games with Python as they learn the fundamentals of this programming language The CD will include games that readers can cut and paste into their own Web site The author provides challenges at the end of chapters to push readers to program on their own.

Mastering Regular Expressions


Jeffrey E.F. Friedl - 1997
    They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regularexpressions, this book is a stunning eye-opener.As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them.Yet despite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. Yet what is power in the hands of an expert can be fraught with peril for the unwary. Mastering Regular Expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions.Mastering Regular Expressions, Third Edition, now includes a full chapter devoted to PHP and its powerful and expressive suite of regular expression functions, in addition to enhanced PHP coverage in the central "core" chapters. Furthermore, this edition has been updated throughout to reflect advances in other languages, including expanded in-depth coverage of Sun's java.util.regex package, which has emerged as the standard Java regex implementation.Topics include:A comparison of features among different versions of many languages and toolsHow the regular expression engine worksOptimization (major savings available here!)Matching just what you want, but not what you don't wantSections and chapters on individual languagesWritten in the lucid, entertaining tone that makes a complex, dry topic become crystal-clear to programmers, and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions, Third Edition offers a wealth information that you can put to immediateuse.Reviews of this new edition and the second edition: "There isn't a better (or more useful) book available on regular expressions."--Zak Greant, Managing Director, eZ Systems"A real tour-de-force of a book which not only covers the mechanics of regexes in extraordinary detail but also talks about efficiency and the use of regexes in Perl, Java, and .NET...If you use regular expressions as part of your professional work (even if you already have a good book on whatever language you're programming in) I would strongly recommend this book to you."--Dr. Chris Brown, Linux Format"The author does an outstanding job leading the reader from regexnovice to master. The book is extremely easy to read and chock full ofuseful and relevant examples...Regular expressions are valuable toolsthat every developer should have in their toolbox. Mastering RegularExpressions is the definitive guide to the subject, and an outstandingresource that belongs on every programmer's bookshelf. Ten out of TenHorseshoes."--Jason Menard, Java Ranch

Introduction to Environmental Engineering and Science


Gilbert M. Masters - 1991
    This work presents all the major categories of environmental pollution, with coverage of current topics such as climate change and ozone depletion, risk assessment, indoor air quality, source-reduction and recycling, and groundwater contamination.

Clicking with Your Dog: Step-By-Step in Pictures


Peggy Tillman - 2000
    This well presented book guides the reader through the ins and outs of clicker training with graphic step by step illustrations that are ideal for beginners and intermediate clicker trainers. These books will show you the clicker way to train your dog to: Sit to greet people instead of jumping up Walk on the lead without pulling Come when called - everytime Stay home alone quietly Find the right place to "go" Play hide and seek and other fun games and tricks

Fundamentals of Modern Manufacturing: Materials, Processes, and Systems


Mikell P. Groover - 2000
    It follows a more quantitative and design-oriented approach than other texts in the market, helping readers gain a better understanding of important concepts. They'll also discover how material properties relate to the process variables in a given process as well as how to perform manufacturing science and quantitative engineering analysis of manufacturing processes.

The G.O.D. Experiments: How Science Is Discovering God in Everything, Including Us


Gary E. Schwartz - 2006
    Schwartz, Ph.D., there is compelling scientific evidence that we no longer have to accept God on faith alone. Through a multidisciplinary approach, Harvard University-educated Dr. Schwartz blends psychology, quantum physics, and mathematics to examine the science of spirit. Faith and science are not mutually exclusive, and a better understanding of their relationship can lead us to recognize how God operates in everything.Trained in the scientific method as an "open-minded skeptic," Dr. Schwartz was taught how to raise questions, turn them into hypotheses, and design experiments to test them. He was not trained to consider the nature of God. And yet, his scientific research led him directly to the discovery of God's existence in intelligent evolution and everyday life.Scientifically rigorous and spiritually reassuring, this eye-opening book is a wake-up call for anyone who wonders about life's true meaning and who longs to believe in the existence of a universal intelligence.

Steve Jobs Ek Zapatlela Tantradnya (Marathi)


ATUL KAHATE ACHYUT GODBOLE - 2011
    The PCs, the i- phones, the i-pods, the tablet PCs all will be a constant reminder of the genuine and witty ways that Steve handled and fondled. He was always lost in a world of his own. He hugged the glory and the downfalls with equal aloofness. Not once were his beliefs shattered. Throughout his life, he struggled and dared to bring his dreams come true. His dreams had a silvery lining of consistency, persuasion and intention. He was unique in every way. The life threatening disease of cancer could not prevent him from working till his last breath, literally. Though stubborn and dominant by nature he stood as a magician in the field of technology. Here is a simple gesture to pay him respect and honour. A magnificent journey presented authentically.

Planet Earth Strangest Places: Fun Facts and Pictures for Kids


Speedy Publishing - 2015
    This will let children know that there is a world out there they do not even know about. This will also make children wonder what goes on in these strange places. Some children will even develop the goal to visit some of these places when they get older. Most children do not know that there are strange places all over the earth.

The Healthy Air Fryer Cookbook: Truly Healthy Fried Food Recipes with Low Salt, Low Fat, and Zero Guilt


Linda Larsen - 2017
    Although your air fryer is healthier than a deep fryer, not all air fryer recipes are truly healthy—especially for your heart.Linda Larsen grew up loving fried foods, but as an adult she needs to eat food that is healthy and nourishing. Today, the author of the bestselling The Complete Air Fryer Cookbook uses her air fryer to cook meals that are just as delicious as her fried favorites—and good for her heart, too.Linda’s air fryer recipes in The Healthy Air Fryer Cookbook combine the ease and simplicity of your favorite appliance with the added benefit of total-body nutrition. This is the only air fryer cookbook that offers truly healthy, easy, and whole-food recipes, so you can enjoy fried foods while being good to your heart.Simple and delicious, this air fryer cookbook includes: More than 100 truly heart-healthy recipes that are low-salt, low-fat, and full-flavor—including vegan and vegetarian options Complete nutrition information that follows American Heart Association guidelines, so you know exactly what you’re eating Handy recipe callouts that show how much salt and fat you're sparing yourself by not deep frying your meal With The Healthy Air Fryer Cookbook you don’t have to sacrifice your health to enjoy fried foods.