Hardcore Gaming 101 Presents: Castlevania (Color Edition)


Kurt Kalata - 2014
    Welcome to the hell house! Hardcore Gaming 101 Presents: Castlevania includes 158 pages with full reviews of over thirty Castlevania titles - starting from the 1986 Nintendo original up to the 2014 Lords of Shadow 2 - plus reviews of clone games, soundtracks, books, trivia, and more!

Exit Ramp: A Short Case Study of the Profitability of Panhandling


David P. Spears II - 2013
    During the summer of his senior year at college, while earning a B.A. in Economics and Political Science, David P. Spears spent eighty hours undercover as a panhandler. Systematically recording every transaction at the exit ramp, Spears captured a rarely seen picture of how modern urban charity works.This book is the record of his adventures, part economic research, part investigative journalism. Both the numbers and the stories behind the numbers provide answers to the questions we’ve all been wondering: Who gives more to panhandlers—men or women? What percentage of drivers roll down their windows to donate? And most important of all, how much can a panhandler earn per hour?Get out your bi-weekly pay stub—by the end of this book you’ll know if you make more or less than the guy with the cardboard sign.

How Linux Works: What Every Superuser Should Know


Brian Ward - 2004
    Some books try to give you copy-and-paste instructions for how to deal with every single system issue that may arise, but How Linux Works actually shows you how the Linux system functions so that you can come up with your own solutions. After a guided tour of filesystems, the boot sequence, system management basics, and networking, author Brian Ward delves into open-ended topics such as development tools, custom kernels, and buying hardware, all from an administrator's point of view. With a mixture of background theory and real-world examples, this book shows both "how" to administer Linux, and "why" each particular technique works, so that you will know how to make Linux work for you.

The Anti-Inflammation Cookbook: The Delicious Way to Reduce Inflammation and Stay Healthy


Amanda Haas - 2015
    The good news? Eating certain foods and avoiding others can be a highly effective way to diminish and manage inflammation. In The Anti-Inflammation Cookbook, professional cook and inflammation sufferer Amanda Haas joins forces with Dr. Bradly Jacobs to explain which foods are beneficial and why and to share 65 delicious, simple inflammation-busting recipes. Sometimes good food can be the best medicine.

Reinventing Yourself: How to Become the Person You've Always Wanted to Be


Steve Chandler - 1998
    Motivational speaker Steve Chandler helps you turn "what could have been nto "what will be." His writing is filled with techniques for breaking down egative barriers and letting go of pessimistic thoughts that prevent you from ulfilling or even allowing yourself to conceive of your goals and dreams.

Problem Solving with Algorithms and Data Structures Using Python


Bradley N. Miller - 2005
    It is also about Python. However, there is much more. The study of algorithms and data structures is central to understanding what computer science is all about. Learning computer science is not unlike learning any other type of difficult subject matter. The only way to be successful is through deliberate and incremental exposure to the fundamental ideas. A beginning computer scientist needs practice so that there is a thorough understanding before continuing on to the more complex parts of the curriculum. In addition, a beginner needs to be given the opportunity to be successful and gain confidence. This textbook is designed to serve as a text for a first course on data structures and algorithms, typically taught as the second course in the computer science curriculum. Even though the second course is considered more advanced than the first course, this book assumes you are beginners at this level. You may still be struggling with some of the basic ideas and skills from a first computer science course and yet be ready to further explore the discipline and continue to practice problem solving. We cover abstract data types and data structures, writing algorithms, and solving problems. We look at a number of data structures and solve classic problems that arise. The tools and techniques that you learn here will be applied over and over as you continue your study of computer science.

Threat Modeling: Designing for Security


Adam Shostack - 2014
    Dobbs Jolt Award Finalist since Bruce Schneier's Secrets and Lies and Applied Cryptography!Adam Shostack is responsible for security development lifecycle threat modeling at Microsoft and is one of a handful of threat modeling experts in the world. Now, he is sharing his considerable expertise into this unique book. With pages of specific actionable advice, he details how to build better security into the design of systems, software, or services from the outset. You'll explore various threat modeling approaches, find out how to test your designs against threats, and learn effective ways to address threats that have been validated at Microsoft and other top companies.Systems security managers, you'll find tools and a framework for structured thinking about what can go wrong. Software developers, you'll appreciate the jargon-free and accessible introduction to this essential skill. Security professionals, you'll learn to discern changing threats and discover the easiest ways to adopt a structured approach to threat modeling.Provides a unique how-to for security and software developers who need to design secure products and systems and test their designs Explains how to threat model and explores various threat modeling approaches, such as asset-centric, attacker-centric and software-centric Provides effective approaches and techniques that have been proven at Microsoft and elsewhere Offers actionable how-to advice not tied to any specific software, operating system, or programming language Authored by a Microsoft professional who is one of the most prominent threat modeling experts in the world As more software is delivered on the Internet or operates on Internet-connected devices, the design of secure software is absolutely critical. Make sure you're ready with Threat Modeling: Designing for Security.

The G Ring: How the IUD Escaped the Nazis


Rebecca Tuhus-Dubrow - 2020
    Ernst Gräfenberg was among the most sought-after gynecologists in pre-World War II Germany. The creator of the first IUD, known as the Gräfenberg ring, he was posthumously credited with identifying the eponymous "Gräfenberg spot" or G-spot. He was also a Jew in Nazi Germany, and by 1938 he had been stripped of his practice, his possessions, and his freedom and was languishing in a Nazi prison. After being allegedly ransomed from confinement by Planned Parenthood founder Margaret Sanger, Gräfenberg fled to America, where he eventually became the only male doctor at Sanger's birth control clinic.In this bracing essay, Rebecca Tuhus-Dubrow rescues from near obscurity the pioneering inventor of a contraceptive device that unleashed decades of controversy. And as we see efforts to roll back reproductive rights, it is also a cautionary tale as relevant today as it was nearly a century ago.RUNNING TIME ➼ 1hr. and 9mins.©2020 Rebecca Tuhus-Dubrow (P)2019 Brilliance, Publishing, Inc., all rights reserved.

The Truck Food Cookbook: 150 Recipes and Ramblings from America's Best Restaurants on Wheels


John T. Edge - 2012
    

Beginning Python: From Novice to Professional


Magnus Lie Hetland - 2005
    Based on "Practical Python," this newly-revised book is both an introduction and practical reference for a swath of Python-related programming topics, including addressing language internals, database integration, network programming, and web services. Advanced topics, such as extending Python and packaging/distributing Python applications, are also covered.Ten different projects illustrate the concepts introduced in the book. You will learn how to create a P2P file-sharing application and a web-based bulletin board, and how to remotely edit web-based documents and create games. Author Magnus Lie Hetland is an authority on Python and previously authored "Practical Python." He also authored the popular online guide, Instant Python Hacking, on which both books are based.

JavaScript: The Definitive Guide


David Flanagan - 1996
    This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including:Scripted HTTP and Ajax XML processing Client-side graphics using the canvas tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applicationsPart I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to:Generate a table of contents for an HTML document Display DHTML animations Automate form validation Draw dynamic pie charts Make HTML elements draggable Define keyboard shortcuts for web applications Create Ajax-enabled tool tips Use XPath and XSLT on XML documents loaded with Ajax And much morePart III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3.Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the canvas tag.More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications."A must-have reference for expert JavaScript programmers...well-organized and detailed."-- Brendan Eich, creator of JavaScript

Computer Science Illuminated


Nell B. Dale - 2002
    Written By Two Of Today'S Most Respected Computer Science Educators, Nell Dale And John Lewis, The Text Provides A Broad Overview Of The Many Aspects Of The Discipline From A Generic View Point. Separate Program Language Chapters Are Available As Bundle Items For Those Instructors Who Would Like To Explore A Particular Programming Language With Their Students. The Many Layers Of Computing Are Thoroughly Explained Beginning With The Information Layer, Working Through The Hardware, Programming, Operating Systems, Application, And Communication Layers, And Ending With A Discussion On The Limitations Of Computing. Perfect For Introductory Computing And Computer Science Courses, Computer Science Illuminated, Third Edition's Thorough Presentation Of Computing Systems Provides Computer Science Majors With A Solid Foundation For Further Study, And Offers Non-Majors A Comprehensive And Complete Introduction To Computing.

Essential System Administration: Tools and Techniques for Linux and Unix Administration


Æleen Frisch - 2002
    Essential System Administration provides a clear, concise, practical guide to the real-world issues that anyone responsible for a Unix system faces daily.The new edition of this indispensable reference has been fully updated for all the latest operating systems. Even more importantly, it has been extensively revised and expanded to consider the current system administrative topics that administrators need most. Essential System Administration,3rd Edition covers: DHCP, USB devices, the latest automation tools, SNMP and network management, LDAP, PAM, and recent security tools and techniques.Essential System Administration is comprehensive. But what has made this book the guide system administrators turn to over and over again is not just the sheer volume of valuable information it provides, but the clear, useful way the information is presented. It discusses the underlying higher-level concepts, but it also provides the details of the procedures needed to carry them out. It is not organized around the features of the Unix operating system, but around the various facets of a system administrator's job. It describes all the usual administrative tools that Unix provides, but it also shows how to use them intelligently and efficiently.Whether you use a standalone Unix system, routinely provide administrative support for a larger shared system, or just want an understanding of basic administrative functions, Essential System Administration is for you. This comprehensive and invaluable book combines the author's years of practical experience with technical expertise to help you manage Unix systems as productively and painlessly as possible.

Drinking Water: A History


James Salzman - 2012
    But how it gets from the ground to the glass is far more convoluted than we might think.In this revised edition of Drinking Water, UCLA professor and environmental policy expert James Salzman shows how drinking water highlights the most pressing issues of our time. He adds eye-opening, contemporary examples about our relationship to and consumption of water, and a new chapter about the tragedies that occurred in Flint, Michigan. Provocative, insightful, and engaging, Drinking Water shows just how complex a simple glass of water can be.

The Walkthrough: Insider Tales from a Life in Strategy Guides


Doug Walsh - 2019
    For eighteen years, Doug Walsh was one of the most prolific authors of officially licensed video game strategy guides. And now he's ready to talk. One part memoir and one part industry tell-all, The Walkthrough takes players on an entertaining march through gaming’s recent history, from the dawn of the PlayStation to the Xbox 360 and Nintendo Switch. Follow along as Walsh retraces his career and reveals how the books were made, what it was like writing guides to some of the industry’s most celebrated — and derided — titles, and why the biggest publishers of guidebooks are no longer around. Walsh devotes entire chapters to many of gaming’s most popular franchises, including Tony Hawk’s Pro Skater, Gears of War, and Diablo, among others. From inauspicious beginnings with Daikatana to authoring the books for the entire Bioshock trilogy, with plenty of highs, lows, and Warp Pipes along the way, Walsh delivers a rare treat to twenty-first century gamers. The Walkthrough is sure to satisfy the curiosity of anyone who grew up with the works of BradyGames and Prima Games sprawled across their laps. With over one hundred books to his credit, and countless weeks spent at many of the most famous studios in North America, he is uniquely qualified to give an insider’s perspective of a little-known niche within the multi-billion-dollar industry.