Effective Java


Joshua Bloch - 2001
    The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util

Business Law: Legal Environment, Online Commerce, Business Ethics, and International Issues


Henry R. Cheeseman - 1992
    Visually engaging, enticing and current examples with an overall focus on business.Legal Environment of Business and E-Commerce; Torts, Crimes, and Intellectual Property; Contracts and E-Commerce; Domestic and International Sales and Lease Contracts; Negotiable Instruments and E-Money; Credit, Secured Transactions, and Bankruptcy; Agency and Employment; Business Organizations and Ethics; Government Regulation; Property; Special Topics; Global EnvironmentMARKET Business Law continues its dedication to being the most engaging text for readers by featuring a visually appealing format with enticing and current examples while maintaining its focus on business.

Discrete-Time Signal Processing (Prentice-Hall Signal Processing Series)


Alan V. Oppenheim - 1989
    Revised from the 1989 edition not so much with new information, which has not changed much at the introductory level, bu

The Feynman Lectures on Physics


Richard P. Feynman - 1964
    A new foreword by Kip Thorne, the current Richard Feynman Professor of Theoretical Physics at Caltech, discusses the relevance of the new edition to today's readers. This boxed set also includes Feynman's new Tips on Physics—the four previously unpublished lectures that Feynman gave to students preparing for exams at the end of his course. Thus, this 4-volume set is the complete and definitive edition of The Feynman Lectures on Physics. Packaged in a specially designed slipcase, this 4-volume set provides the ultimate legacy of Feynman's extraordinary contribution to students, teachers, researches, and lay readers around the world.

The Immune System


Peter Parham - 2004
    This class-tested and successful textbook synthesizes the established facts of immunology into a comprehensible, coherent, and up-to-date account of how the immune system works, rather than presenting immunology as a chronology of experiments and discoveries. Emphasizing the human immune system the text has been designed to break down the barriers which often divide basic and clinical immunology. The reader-friendly text, section and chapter summaries, and full-color illustrations make the book accessible and easily understandable to students. The Immune System is adapted from Immunobiology by Janeway, Travers & Walport.

MATLAB: An Introduction with Applications


Amos Gilat - 2003
    The first chapter describes basic features of the program and shows how to use it in simple arithmetic operations with scalars. The next two chapters focus on the topic of arrays (the basis of MATLAB), while the remaining text covers a wide range of other applications. Computer screens, tutorials, samples, and homework questions in math, science, and engineering, provide the student with the practical hands-on experience needed for total proficiency.

Biochemistry


Jeremy M. Berg - 1975
    In the new edition of Biochemistry, instructors will see the all the hallmark features that made this a consistent bestseller for the undergraduate biochemistry course: exceptional clarity and concision, a more biological focus, cutting-edge content, and an elegant, uncluttered design.  Accomplished in both the classroom and the laboratory, coauthors Jeremy Berg and John Tymoczko draw on the field's dynamic research to illustrate its fundamental ideas.

Chemistry for Dummies


John T. Moore - 2002
    Every time we cook, clean, take a shower, drive a car, use a solvent, such as fingernail polish remover, or perform any of the countless everyday activities that involve complex chemical reactions we're doing chemistry. You might even say that we're all participating in a grand chemistry experiment that started with the first human who mixed pigments to do a cave painting. Why do so many of us desperately resist learning chemistry when we're young? Maybe it has something to do with the way it's taught in school. Now there's a fun, easy way to learn basic chemistry. Whether you're studying chemistry in school and you're looking for a little help making sense of what's being taught in class, or you're just into learning new things for their own sake, Chemistry For Dummies gets you rolling with all the basics of matter and energy, atoms and molecules, acids and bases, and much more. In no time you'll:Understand atomic structure and function Use the Periodic Table of elements Know what happens when matter changes from one state to another Explore ionic and covalent bonding Get a handle on chemical reactions Perform simple chemistry calculations Understand acids, bases, pHs, antacids, and gases Make sense Boyle's Law, Avrogadro's Law and other key laws in chemistry Packed with examples of chemistry in action in everyday life, Chemistry For Dummies is a fascinating exploration of broad range of topics in chemistry, including:States of matter, from the macroscopic to the microscopic Understanding how the elements are arranged in the Periodic Table Nuclear chemistry, radioactivity and radioactive decay Positive and negative ions and ionic compounds Covalent bonding in covalent compounds Chemical reactions, chemical equilibrium, and electrochemistry The mole and how it's used to calculate chemical reactions Great serendipitous discoveries in chemistry Environmental chemistry Written in plain English and requiring only basic math, Chemistry For Dummies puts you on the fast track to mastering the basics of chemistry.

Cracking the Coding Interview: 150 Programming Questions and Solutions


Gayle Laakmann McDowell - 2008
    This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.

Beautiful Code: Leading Programmers Explain How They Think


Andy OramLincoln Stein - 2007
    You will be able to look over the shoulder of major coding and design experts to see problems through their eyes.This is not simply another design patterns book, or another software engineering treatise on the right and wrong way to do things. The authors think aloud as they work through their project's architecture, the tradeoffs made in its construction, and when it was important to break rules. Beautiful Code is an opportunity for master coders to tell their story. All author royalties will be donated to Amnesty International.

How To Write Anything: A Guide and Reference


John J. Ruszkiewicz - 2008
    Through memorable visuals and honest talk, John Ruszkiewicz shows students how to write in any situation — wherever they are in their writing process.With everything you need to teach composition, the Guide lays out focused advice for writing common genres, while the Reference covers the range of writing and research skills that students need as they work across genres and disciplines. An intuitive, visual cross-referencing system and a modular chapter organization that’s simple to follow make it even easier for students to work back and forth between chapters and stay focused on their own writing.

The Cambridge Encyclopedia of the English Language


David Crystal - 1995
    Rarely has a book so packed with accurate and well researched factual information been so widely read and popularly acclaimed. It has played a key role in the spread of general interest in language matters, generating further publications and broadcasting events for an avid audience. Its First Edition appeared in hardback in 1995 and a revised paperback in 1997. There have been numerous subsequent updated reprintings; but this Second Edition now presents an overhaul of the subject for a new generation of language-lovers and of teachers, students and professional English-users concerned with their own linguistic legacy.The book offers a unique experience of the English language, exploring its past, present and future. David Crystal systematically explains the history, structure, variety and range of uses of English worldwide, employing a rich apparatus of text, pictures, tables, maps and graphics.The length of the Second Edition has increased by 16 pages and there are 44 new illustrations, a new chapter, extensive new material on world English and Internet English, and a complete updating of statistics, further reading suggestions and other references throughout the book.

Janeway's Immunobiology


Kenneth M. Murphy - 2007
    The Eighth Edition has been thoroughly revised and updated and is available in both print and e-book formats.Janeway s Immunobiology continues to set the standard for currency and authority with its clear writing style and organization, uniform art program, and scientific accuracy. It presents a consistent point of view throughout that of the host s interaction with an environment containing many species of potentially harmful microorganisms. The full-color art program is conceptually coherent and illustrates the processes and mechanisms underlying the concepts in the text. The 16 chapters in this readable, accessible textbook are organized and presented in such a way as to help deliver a complete one-semester immunology course, beginning with innate immunity, then moving to adaptive immunity, and ending with applied clinical immunology.Discussion questions are provided at the end of Chapters 2 to 16. These questions can be used for review, or as the basis for discussion in class or in informal study groups. Summaries conclude each section and each chapter. As in previous editions, a caduceus icon in the margins indicates topics which are correlated to Case Studies in Immunology, Sixth Edition by Geha and Notarangelo.New in the Eighth EditionInnate immunity has been updated and expanded and is now presented in two separate chapters (Chapters 2 and 3), as well as being further emphasized in the rest of the textbook. Chapter 2 covers antimicrobial peptides and the complement system, and Chapter 3 deals with cellular innate receptors and cell-mediated innate immunity (e.g. TLRs, phagocytosis, NK cells, interferon production, innate-like lymphocytes). The section on complement has been reworked and reconceived explaining the lectin pathway first making it easier to teach by placing it into the context of innate recognition. Evolution is now incorporated throughout the text, helping students see similar strategies used by different organisms. The text and figures of Chapter 7 Signaling Through Immune System Receptors have been revised to present a cohesive synthesis of signaling for immunology, focusing on improved illustration of antigen recognition signaling and lymphocyte activation. Signaling through other receptors is dealt with wherever appropriate throughout the book. Updated chapter on B-cell immune responses (Chapter 10), especially on trafficking of B cells in peripheral lymphoid organs (e.g. lymph nodes) and the locations at which they encounter antigen. Coverage of mucosal immunity (Chapter 12) has been brought up to date, including responses to the commensal microbiota and the role of specialized dendritic cells and the regulatory T cells in maintaining tolerance to food antigens and commensal bacteria. Chapter 13, Failures of Host Defense Mechanisms, has been reorganized and revised to structure an understanding of primary immunodeficiencies in the context of developmental pathways. Chapter 16, Manipulation of the Immune Response, has been heavily revised to include a greater emphasis on clinical issues and a complete update of immunotherapeutics and vaccines. Many new and revised figures illustrate the processes and mechanisms underlying the concepts presented in the text. The icons used have been updated and expanded to incorporate a new emphasis on signaling pathways. New references have been added throughout the text.

Physics for Scientists and Engineers


Paul Allen Tipler - 1981
    Now in its fourth edition, the work has been extensively revised, with entirely new artwork, updated examples and new pedagogical features. An interactive CD-ROM with worked examples is included. Alternatively, the material on from the CD-ROM can be down-loaded from a website (see supplements section). Twentieth-century developments such as quantum mechanics are introduced early on, so that students can appreciate their importance and see how they fit into the bigger picture.

Fundamentals of Logic Design


Charles H. Roth Jr. - 1975
    Author Charles H. Roth, Jr. carefully presents the theory that is necessary for understanding the fundamental concepts of logic design while not overwhelming students with the mathematics of switching theory. Divided into 20 easy-to-grasp study units, the book covers such fundamental concepts as Boolean algebra, logic gates design, flip-flops, and state machines. By combining flip-flops with networks of logic gates, students will learn to design counters, adders, sequence detectors, and simple digital systems. After covering the basics, this text presents modern design techniques using programmable logic devices and the VHDL hardware description language.