Hacking: The Art of Exploitation


Jon Erickson - 2003
    This book explains the technical aspects of hacking, including stack based overflows, heap based overflows, string exploits, return-into-libc, shellcode, and cryptographic attacks on 802.11b.

The Fractal Geometry of Nature


Benoît B. Mandelbrot - 1977
    The complexity of nature's shapes differs in kind, not merely degree, from that of the shapes of ordinary geometry, the geometry of fractal shapes.Now that the field has expanded greatly with many active researchers, Mandelbrot presents the definitive overview of the origins of his ideas and their new applications. The Fractal Geometry of Nature is based on his highly acclaimed earlier work, but has much broader and deeper coverage and more extensive illustrations.

Understanding Social Problems


Linda A. Mooney - 1996
    The text progresses from a micro- to macro-level of analysis, focusing first on such problems as illness and health care, drugs and alcohol, and family problems and then broadening to the larger issues of poverty and inequality, population growth, environmental problems, and conflict around the world. The social problem in each chapter is framed in a global as well as U.S. context. In every chapter, the three major theoretical perspectives are applied to the social problem under discussion, and the consequences of the problem, as well as alternative solutions, are explored. Pedagogical features such as The Human Side and Self and Society enable students to grasp how social problems affect the lives of individuals and apply their understanding of social problems to their own lives.

The Book of Alternative Photographic Processes


Christopher James - 2001
    This significantly expanded edition is a full-color, lavishly illustrated, comprehensive resource that explores every aspect of alternative process image making. With his highly conversational writing style, James explores the techniques, processes, idiosyncrasies, history, and cultural connections that are such a significant part of the genre. Best of all, James makes it extremely accessible, providing clear instructions and practical workflow advice. The book delves into a vast menu of alternative and traditional options, among them: calotype, salted paper, cyanotype, argyrotype, chrysotype, POP, kallitype, ambrotype/wet collodion, Van Dyke, platinum/palladium, Ziatype, gelatin dry plate emulsions, carbon, gum bichromate, albumen, hand-applied emulsions, paper, alternative imaging systems, and digital negative production for alternative process image making. This book has become the unanimous standard reference text for alternative process photography, one that students love to read and work from. Not only does this definitive work make the most complex ideas easy to understand, it is conversational, comfortable, inspirational, and fun to read- a tremendous resource and a treasure trove of alternative process images. "The first edition was a stunning achievement, and one I felt that was not likely to be superceded. Five short years later Christopher James has created a very new work and a new standard. The Book of Alternative Photographic Processes: 2nd Edition is, by far, the best alternative photographic process book ever!" - Richard Sullivan, Founder and Co-Owner, Bostick & Sullivan "If I could only have one photography book this would be it." -Timothy Whelan, Photographic Books

Python Testing with Pytest: Simple, Rapid, Effective, and Scalable


Brian Okken - 2017
    The pytest testing framework helps you write tests quickly and keep them readable and maintainable - with no boilerplate code. Using a robust yet simple fixture model, it's just as easy to write small tests with pytest as it is to scale up to complex functional testing for applications, packages, and libraries. This book shows you how.For Python-based projects, pytest is the undeniable choice to test your code if you're looking for a full-featured, API-independent, flexible, and extensible testing framework. With a full-bodied fixture model that is unmatched in any other tool, the pytest framework gives you powerful features such as assert rewriting and plug-in capability - with no boilerplate code.With simple step-by-step instructions and sample code, this book gets you up to speed quickly on this easy-to-learn and robust tool. Write short, maintainable tests that elegantly express what you're testing. Add powerful testing features and still speed up test times by distributing tests across multiple processors and running tests in parallel. Use the built-in assert statements to reduce false test failures by separating setup and test failures. Test error conditions and corner cases with expected exception testing, and use one test to run many test cases with parameterized testing. Extend pytest with plugins, connect it to continuous integration systems, and use it in tandem with tox, mock, coverage, unittest, and doctest.Write simple, maintainable tests that elegantly express what you're testing and why.What You Need: The examples in this book are written using Python 3.6 and pytest 3.0. However, pytest 3.0 supports Python 2.6, 2.7, and Python 3.3-3.6.

Probability And Statistics For Engineering And The Sciences


Jay L. Devore - 1982
    In this book, a wealth of exercises are provided throughout each section, designed to reinforce learning and the logical comprehension of topics. The use of real data is incorporated much more extensively than in any other book on the market. Consist of strong coverage of computer-based methods, especially in the coverage of analysis of variance and regression. This text stresses mastery of methods most often used in medical research, with specific reference to actual medical literature and actual medical research. The approach minimizes mathematical formulation, yet gives complete explanations of all important concepts. Every new concept is systematically developed through completely worked-out examples from current medical research problems. Computer output is used to illustrate concepts when appropriate.

Regular Expressions Cookbook


Jan Goyvaerts - 2009
    Every programmer can find uses for regular expressions, but their power doesn't come worry-free. Even seasoned users often suffer from poor performance, false positives, false negatives, or perplexing bugs. Regular Expressions Cookbook offers step-by-step instructions for some of the most common tasks involving this tool, with recipes for C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET.With this book, you will:Understand the basics of regular expressions through a concise tutorial Use regular expressions effectively in several programming and scripting languages Learn how to validate and format input Manage words, lines, special characters, and numerical values Find solutions for using regular expressions in URLs, paths, markup, and data exchange Learn the nuances of more advanced regex features Understand how regular expressions' APIs, syntax, and behavior differ from language to language Write better regular expressions for custom needs Whether you're a novice or an experienced user, Regular Expressions Cookbook will help deepen your knowledge of this unique and irreplaceable tool. You'll learn powerful new tricks, avoid language-specific gotchas, and save valuable time with this huge library of proven solutions to difficult, real-world problems.

Korean Stories for Language Learners: Traditional Folktales in Korean and English (Free Online Audio)


Julie Damron - 2018
    The book can be used as a reader in first- and second-year Korean language courses or by anyone who wishes to learn about Korean folktales and traditional Korean culture.This elegantly illustrated volume is designed to help language learners expand their vocabulary and to develop a basic familiarity with Korean culture. The stories gradually increase in length and complexity throughout the book as the reader improves their vocabulary and understanding of the language. After the first few stories, the reader is asked to use the vocabulary in speaking and writing exercises. By reading these classic stories, they also are given a window into Korean culture and learn to appreciate the uniqueness of the country--which provides greater motivation to continue learning the difficult language.Cultural notes and discussion questions further reinforce one's understanding of the stories, and bolster one's language skills. Korean-English and English-Korean glossaries are included as well as an overview of the Korean Hangeul script.Online audio recordings by native speakers help readers improve their pronunciation and inflection, and can be accessed at tuttlepublishing.com/downloadable-con....

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun


Dave Thomas - 2013
    You know you need concurrent applications, but also know these are almost impossible to get right. Meet Elixir, a functional, concurrent language built on the rock-solid Erlang VM. Elixir’s pragmatic syntax and built-in support for metaprogramming will make you productive and keep you interested for the long haul. This book is the introduction to Elixir for experienced programmers.Maybe you need something that’s closer to Ruby, but with a battle-proven environment that’s unrivaled for massive scalability, concurrency, distribution, and fault tolerance. Maybe the time is right for the Next Big Thing. Maybe it’s Elixir.

Python for Everybody: Exploring Data in Python 3


Charles Severance - 2016
    You can think of the Python programming language as your tool to solve data problems that are beyond the capability of a spreadsheet.Python is an easy to use and easy to learn programming language that is freely available on Macintosh, Windows, or Linux computers. So once you learn Python you can use it for the rest of your career without needing to purchase any software.This book uses the Python 3 language. The earlier Python 2 version of this book is titled "Python for Informatics: Exploring Information".

How Risky Is It, Really?: Why Our Fears Don't Always Match the Facts


David Ropeik - 2010
    HOW RISKY IS IT, REALLY?International risk expert David Ropeik takes an in-depth look at our perceptions of risk and explains the hidden factors that make us unnecessarily afraid of relatively small threats and not afraid enough of some really big ones. This read is a comprehensive, accessible, and entertaining mixture of what's been discovered about how and why we fear — too much or too little. It brings into focus the danger of The Perception Gap: when our fears don't match the facts, and we make choices that create additional risks.This book will not decide for you what is really risky and what isn't. That's up to you. HOW RISKY IS IT, REALLY? will tell you how you make those decisions. Understanding how we perceive risk is the first step toward making wiser and healthier choices for ourselves as individuals and for society as a whole.TEST YOUR OWN "RISK RESPONSE" IN DOZENS OF SELF-QUIZZES!

Python Crash Course: A Hands-On, Project-Based Introduction to Programming


Eric Matthes - 2015
    You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!

Dinosaurs: A Very Short Introduction


David Norman - 2005
    But how much do these types of entertainment really tell us about recent scientific discoveries and the latest research into the world of the dinosaur?This is the first book explain how scientists have been able to put together a picture of how dinosaurs looked, what they ate, and how they moved and interacted with each other. Taking a new approach to the subject, David Norman combines different areas of science, such as anatomy, genetics, forensics, and engineering design, to piece together the latest evidence of how animal life evolved on earth. Norman engagingly lays out the history of dinosaur research, from the speculation over ancient myths about dragons, to the latest virtual reality animation sequences and engineering design analysis. He also discusses the role that informed speculation and luck has played in many of the major discoveries.This book is a fantastic introduction for those just beginning to take an interest in dinosaurs and a must-read for true dinosaur-lovers who want to know not just the latest theories and discoveries, but how scientists achieved them.

Engineering Economy


William G. Sullivan - 1999
    Sullivan Elin M. Wicks C. Patrick Koelling   A succinct job description for an engineer consists of just two words: problem solver. Broadly speaking, engineers use knowledge to find new ways of doing things economically. Engineering design solutions do not exist in a vacuum, but within the context of a business opportunity. Truly, every problem has multiple solutions, so the question is, “How does one rationally select the design solution with the most favorable economic result?” The answer to this question can also be put forth in two words: engineering economy. This field of engineering provides a systematic framework for evaluating the economic aspects of competing design solutions. Just as engineers model the stress on a support column or the thermodynamic properties of a steam turbine, they must also model the economic impact of their engineering recommendations. Engineering economy is the subject of this textbook.   Highlights of Engineering Economy, Fourteenth Edition: ×           Fifty percent of end-of-chapter problems are new or revised. ×           A bank of algorithmically generated test questions is available to adopting instructors. ×           Fundamentals of Engineering (FE) exam-style questions are included among the end-of-chapter problem sets. ×           Spreadsheet models are integratedthroughout. ×           An appendix on the basics of accounting is included in Chapter 2. ×           Chapter 3 on Cost Estimation appears early in the book. ×           An appendix on techniques for using Excel in engineering economy is available for reference. ×           Numerous comprehensive examples and case studies appear throughout the book. ×           Extended learning exercises appear in most chapters. ×           Personal finance problems are featured in most chapters. ×           Many pointers to relevant Web sites are provided.   ISBN-13: 978-0-13-614297-3 ISBN-10: 0-13-614297-4

Materials Science and Engineering: An Introduction


William D. Callister Jr. - 1985
    For examples see chapters 3, 4, 5 and 9. * Mechanical property coverage The Sixth Edition maintains its extensive, introductory level coverage of mechanical properties and failure--the most important materials considerations for many engineers. For examples see chapters 6, 7, & 8. * A picture is worth 1000 words! The Sixth Edition judiciously and extensively makes use of illustrations and photographs. The approximate 500 figures include a large number of photographs that show the microstructure of various materials (e.g., Figures 9.12, 10.8, 13.12, 14.15 and 16.5). * Current and up-to-date Students are presented with the latest developments in Material Science and Engineering. Such up-to-date content includes advanced ceramic and polymeric materials, composites, high-energy hard magnetic materials, and optical fibers in communications. For examples see sections 13.7, 15.19, 16.8, 20.9, and 21.14. * Why study These sections at the beginning of each chapter provide the student with reasons why it is important to learn the material covered in the chapter. * Learning objectives A brief list of learning objectives for each chapter states the key learning concepts for the chapter. * Resources to facilitate the materials selection process. Appendix B, which contains 11 properties for a set of approximately 100 materials, is included which be used in materials selection problems. An additional resource, Appendix C, contains the prices for all materials listed in Appendix B. * The text is packaged with a CD-ROM that contains 1) interactive software modules to enhance visualization of three-dimensional objects, 2) additional coverage of select topics, and 3) complete solutions to selected problems from the text in order to assist students in mastering problem-solving.