Nikon D3100 for Dummies


Julie Adair King - 2010
    Say you?re already an experienced photographer? The helpful tips and tricks in this friendly book will get you quickly up to speed on the D3100's new 14-megapixel sensor, continous video/live focus, full HD video, expanded autofocus, and more. As a seasoned instructor at the Palm Beach Photographic Center, Julie anticipates all questions, whether you?re a beginner or digital camera pro, and offers pages of easy-to-follow advice.Helps you get every bit of functionality out of the new Nikon D3100 camera Walks you through its exciting new features, including the 14-megapixel sensor, continous video/live focus, full HD video, expanded autofocus, and the updated in-camera menu Explores shooting in Auto mode, managing playback options, and basic troubleshooting Explains how to adjust the camera's manual settings for your own preferred exposure, lighting, focus, and color style Covers digital photo housekeeping tips?how to organize, edit, and share your files Tap all the tools in this hot new DSLR camera and start taking some great pix with Nikon D3100 For Dummies.

Dissenter on the Bench: Ruth Bader Ginsburg's Life and Work


Victoria Ortiz - 2019
    The cases described, many involving young people, demonstrate her passionate concern for gender equality, fairness, and our constitutional rights. Notes, bibliography, index.

Understanding the Linux Kernel


Daniel P. Bovet - 2000
    The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. The book focuses on the following topics:Memory management, including file buffering, process swapping, and Direct memory Access (DMA)The Virtual Filesystem layer and the Second and Third Extended FilesystemsProcess creation and schedulingSignals, interrupts, and the essential interfaces to device driversTimingSynchronization within the kernelInterprocess Communication (IPC)Program executionUnderstanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. This book will help you make the most of your Linux system.

Systems Analysis and Design


Alan Dennis - 2002
    Building on their experience as professional systems analysts and award-winning teachers, authors Dennis, Wixom, and Roth capture the experience of developing and analyzing systems in a way that students can understand and apply.With Systems Analysis and Design, 4th edition , students will leave the course with experience that is a rich foundation for further work as a systems analyst.

Blood, Bullets, and Bones: The Story of Forensic Science from Sherlock Holmes to DNA


Bridget Heos - 2016
    But forensic analysis has been practiced for thousands of years. Ancient Chinese detectives studied dead bodies for signs of foul play, and in Victorian England, officials used crime scene photography and criminal profiling to investigate the Jack the Ripper murders. In the intervening decades, forensic science has evolved to use the most cutting-edge, innovative techniques and technologies. In this book, acclaimed author Bridget Heos uses real-life cases to tell the fascinating history of modern forensic science, from the first test for arsenic poisoning to fingerprinting, firearm and blood spatter analysis, DNA evidence, and all the important milestones in between. By turns captivating and shocking, Blood, Bullets, and Bones demonstrates the essential role forensic science has played in our criminal justice system.

Artificial Intelligence: A Guide for Thinking Humans


Melanie Mitchell - 2019
    The award-winning author Melanie Mitchell, a leading computer scientist, now reveals AI’s turbulent history and the recent spate of apparent successes, grand hopes, and emerging fears surrounding it.In Artificial Intelligence, Mitchell turns to the most urgent questions concerning AI today: How intelligent—really—are the best AI programs? How do they work? What can they actually do, and when do they fail? How humanlike do we expect them to become, and how soon do we need to worry about them surpassing us? Along the way, she introduces the dominant models of modern AI and machine learning, describing cutting-edge AI programs, their human inventors, and the historical lines of thought underpinning recent achievements. She meets with fellow experts such as Douglas Hofstadter, the cognitive scientist and Pulitzer Prize–winning author of the modern classic Gödel, Escher, Bach, who explains why he is “terrified” about the future of AI. She explores the profound disconnect between the hype and the actual achievements in AI, providing a clear sense of what the field has accomplished and how much further it has to go.Interweaving stories about the science of AI and the people behind it, Artificial Intelligence brims with clear-sighted, captivating, and accessible accounts of the most interesting and provocative modern work in the field, flavored with Mitchell’s humor and personal observations. This frank, lively book is an indispensable guide to understanding today’s AI, its quest for “human-level” intelligence, and its impact on the future for us all.

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

Unbroken: An Olympian's Journey from Airman to Castaway to Captive


Laura Hillenbrand - 2014
    Beautifully illustrated throughout, this riveting biography includes more than 100 black-and-white photos, as well as exclusive content, "In Conversation," with Laura Hillenbrand and Louie Zamperini.On a May afternoon in 1943, an American military plane crashed into the Pacific Ocean and disappeared, leaving only a spray of debris and a slick of oil, gasoline, and blood. Then, on the ocean surface, a face appeared. It was that of a young lieutenant, the plane’s bombardier, who was struggling to a life raft and pulling himself aboard. So began one of the most extraordinary sagas of the Second World War. The lieutenant’s name was Louis Zamperini. As a boy, he had been a clever delinquent, breaking into houses, brawling, and stealing. As a teenager, he had channeled his defiance into running, discovering a supreme talent that carried him to the Berlin Olympics. But when war came, the athlete became an airman, embarking on a journey that led to his doomed flight, a tiny raft, and a drift into the unknown. Ahead of Zamperini lay thousands of miles of open ocean, leaping sharks, a sinking raft, thirst and starvation, enemy aircraft, and, beyond, a trial even greater. Driven to the limits of endurance, Zamperini would respond to desperation with ingenuity, suffering with hope and humor, brutality with rebellion. His fate, whether triumph or tragedy, would hang on the fraying wire of his will. In this captivating young adult edition of her award-winning #1 New York Times bestseller, Laura Hillenbrand tells the story of a man’s breathtaking odyssey and the courage, cunning, and fortitude he found to endure and overcome. Lavishly illustrated with more than one hundred photographs and featuring an exclusive interview with Zamperini, Unbroken will introduce a new generation to one of history’s most thrilling survival epics.

World Without Fish


Mark Kurlansky - 2011
    It has also been included in the New York State Expeditionary Learning English Language Arts Curriculum. Written by a master storyteller, World Without Fish connects all the dots—biology, economics, evolution, politics, climate, history, culture, food, and nutrition—in a way that kids can really understand. It describes how the fish we most commonly eat, including tuna, salmon, cod, and swordfish, could disappear within 50 years, and the domino effect it would have—oceans teeming with jellyfish and turning pinkish orange from algal blooms; seabirds disappearing, then reptiles, then mammals. It describes the back-and-forth dynamic of fishermen and scientists. It covers the effects of industrialized fishing, and how bottom-dragging nets are turning the ocean floor into a desert. The answer? Support sustainable fishing. World Without Fish tells kids exactly what they can do: Find out where those fish sticks come from. Tell your parents what’s good to buy, and what’s not. Ask the waiter if the fish on the menu is line-caught And follow simple rules: Use less plastic, and never eat endangered fish like bluefin tuna. Interwoven with the book is a graphic novel. Each beautifully illustrated chapter opener links to form a larger fictional story that complements the text. Hand in hand, they create a Silent Spring for a new generation.

We Will Not Be Silent: The White Rose Student Resistance Movement That Defied Adolf Hitler


Russell Freedman - 2016
    They belonged to Hitler Youth as young children, but began to doubt the Nazi regime. As older students, the Scholls and a few friends formed the White Rose, a campaign of active resistance to Hitler and the Nazis. Risking imprisonment or even execution, the White Rose members distributed leaflets urging Germans to defy the Nazi government. Their belief that freedom was worth dying for will inspire young readers to stand up for what they believe in. Archival photographs and prints, source notes, bibliography, index.

Thinking in CSS


Aravind Shenoy - 2014
    Instead of wandering through loads of theory, we will understand CSS more practically so that we can design a webpage using CSS. We have used Notepad for the examples in this book. Alternatively, you can also use Notepad++ or any advanced editor. All that you need to do is copy the code and paste it into Notepad. Upon execution, you will get the output as depicted in the screenshots. Screenshots are provided for each sample code. Coding gets better with practice. The examples in this book are compatible with almost every browser. Instead of using the verbatim code, you can modify the code and see the change in the output, thereby understanding the subtle nuances of CSS. By the end of the book, with practice, you can achieve better things and get more acquainted with CSS.

The Odd Body: Mysteries of Our Weird and Wonderful Bodies Explained


Stephen Juan - 1995
    Things like why we yawn, why skin wrinkles after a bath, or even whether it's possible to keep a severed head alive: The Odd Body explains these and many other silly, weird, bizarre, and fascinating body mysteries. Dr. Stephen Juan entertains and rivets readers with his detailed answers.Reading The Odd Body is like having your doctor patiently answer all your random questions, one by one. But Dr. Juan goes well beyond the usual and ordinary things people wonder about bodies, like why most individuals are right-handed or why you get chills when chalk screeches across a blackboard. He also tells readers how a dead body is made into a mummy, the success rate of those who bore holes in their own heads to relieve headaches, and much, much more.The Odd Body is a unique combination of fun and fascinating material that's delivered by an expert who happens to be a great storyteller. The book's question-and-answer format makes it easy to pick up, turn to any page, and immediately become drawn into the intricacies of anatomy and physiology while gaining a better understanding of the human need to know more about ourselves.

How to Invent Everything: A Survival Guide for the Stranded Time Traveler


Ryan North - 2018
    . . and then broke? How would you survive? Could you improve on humanity's original timeline? And how hard would it be to domesticate a giant wombat? With this book as your guide, you'll survive--and thrive--in any period in Earth's history. Bestselling author and time-travel enthusiast Ryan North shows you how to invent all the modern conveniences we take for granted--from first principles. This illustrated manual contains all the science, engineering, art, philosophy, facts, and figures required for even the most clueless time traveler to build a civilization from the ground up. Deeply researched, irreverent, and significantly more fun than being eaten by a saber-toothed tiger, How to Invent Everything will make you smarter, more competent, and completely prepared to become the most important and influential person ever.

The Crime Book: Big Ideas Simply Explained


Shanna Hogan - 2017
    See the gory details of each crime and how it was solved, with renowned quotes and detailed criminal profiles letting you delve into the criminal mind.The Crime Book looks at the big ideas and concepts in criminology spanning from pirates, kidnapping and political plots to modern con artists, serial killers and rogue traders, including the Black Dahlia investigation, the Mississippi Scheme, and the notorious Jeffrey Dahmer.The Crime Book is the perfect introduction to law enforcement and criminology across history's most infamous crimes.

Tune to Win


Carroll Smith - 1978
    An exceptional book written by a true professional.