CMOS VLSI Design: A Circuits and Systems Perspective


Neil H.E. Weste - 2004
    The authors draw upon extensive industry and classroom experience to explain modern practices of chip design. The introductory chapter covers transistor operation, CMOS gate design, fabrication, and layout at a level accessible to anyone with an elementary knowledge of digital electornics. Later chapters beuild up an in-depth discussion of the design of complex, high performance, low power CMOS Systems-on-Chip.

Building Microservices: Designing Fine-Grained Systems


Sam Newman - 2014
    But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures

The Design of Everyday Things


Donald A. Norman - 1988
    It could forever change how you experience and interact with your physical surroundings, open your eyes to the perversity of bad design and the desirability of good design, and raise your expectations about how things should be designed.B & W photographs and illustrations throughout.

Elements of Physical Chemistry


Peter Atkins - 1992
    This edition is designed to attain a thorough understanding of this vital branch of chemistry.

Environmental Politics and Policy


Walter A. Rosenbaum - 1995
    What are the major environmental policy changes under the George W. Bush administration, and how do they compare with policies of previous administrations? What are the merits - and limits - of recent market approaches to environmental regulation and management? How can students best understand the concept of acceptable risk and other scientifically-based decision making tools with regard to the regulation of toxic substances? Rosenbaum's classic, comprehensive text - now in a totally revised sixth edition - offers definitive coverage of environmental politics and policy, lively case material, and a balanced assessment of current environmental issues. actors, institutions, and processes involved in environmental policymaking, giving students a solid foundation for understanding our most pressing environmental concerns. In addition, Rosenbaum provides in-depth coverage of emerging environmental issues, such as sustainable development and transboundary policymaking, and pays special attention to the interrelation of science and politics and to the economic issues associated with environmental regulation. New coverage includes: Crisp analysis of the Bush administration's most significant environmental decisions, with particular attention to the conflict between conservative and environmentalist approaches to ecological issues. Streamlined discussion of the policy process, key institutions and actors, and issues common to environmental policy problems. environmental policymaking. Updated discussion of the political impacts of technical decisions, especially with respect to risk analysis. Extended coverage of the emerging politics of transboundary environmentalism, including ecosystem management, sustainable development, climate warming, and acid rain. Balanced discussion of petroleum consumption and its environmental impact and greater attention to the politics of energy conservation, including regulatory and technological approaches. New and revised tables and figures capturin

The Blue Book of Grammar and Punctuation: An Easy-to-Use Guide with Clear Rules, Real-World Examples, and Reproducible Quizzes


Jane Straus - 1997
    This handy workbook is ideal for teachers, students in middle school through college, ESL students, homeschoolers, and professionals. Valuable for anyone who takes tests or writes reports, letters, Web pages, e-mails, or blogs, The Blue Book offers instant answers to everyday English usage questions.

Operating Manual for Spaceship Earth


R. Buckminster Fuller - 1969
    Fuller expresses what may well be his penultimate view of the human condition. Here, in a mood at once philosophical and involved, Mr. Fuller traces man's intellectual evolution and weighs his capability for survival on this magnificent craft, this Spaceship Earth, this superbly designed sphere of almost negligible dimension in the great vastness of space.Mr. Fuller is optimistic that man will survive and, through research and development and increased industrialization, generate wealth so rapidly that he can do very great things. But, he notes, there must be an enormous educational task successfully accomplished right now to convert man's tendency toward oblivion into a realization of his potential, to a universe-exploring advantage from this Spaceship Earth.It has been noted that Mr. Fuller spins ideas in clusters, and clusters of his ideas generate still other clusters. The concept spaceship earth is Mr. Fuller's, and though used by Barbara Ward as the title of a work of her own the idea was acknowledged by her there as deriving from Mr. Fuller. The brilliant syntheses of some fundamental Fuller principles given here makes of this book a microcosm of the Fuller system.

Game Engine Architecture


Jason Gregory - 2009
    The concepts and techniques described are the actual ones used by real game studios like Electronic Arts and Naughty Dog. The examples are often grounded in specific technologies, but the discussion extends way beyond any particular engine or API. The references and citations make it a great jumping off point for those who wish to dig deeper into any particular aspect of the game development process.Intended as the text for a college level series in game programming, this book can also be used by amateur software engineers, hobbyists, self-taught game programmers, and existing members of the game industry. Junior game engineers can use it to solidify their understanding of game technology and engine architecture. Even senior engineers who specialize in one particular field of game development can benefit from the bigger picture presented in these pages.

Designing Data-Intensive Applications


Martin Kleppmann - 2015
    Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including relational databases, NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords?In this practical and comprehensive guide, author Martin Kleppmann helps you navigate this diverse landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications. Peer under the hood of the systems you already use, and learn how to use and operate them more effectively Make informed decisions by identifying the strengths and weaknesses of different tools Navigate the trade-offs around consistency, scalability, fault tolerance, and complexity Understand the distributed systems research upon which modern databases are built Peek behind the scenes of major online services, and learn from their architectures

Sexuality Now: Embracing Diversity


Janell L. Carroll - 2004
    Janell Carroll clearly conveys foundational biological and health issues, extensively cites both current and classic research, and addresses all material in a fresh and fun way; her book helps teach students what they need, and want, to know about sexuality. Her focus takes into account the social, religious, ethnic, racial, and cultural contexts of today's students. Dr. Carroll has used feedback from the first edition to add even further value to this popular title-streamlining student pedagogy and providing dynamic learning opportunities through Active Summaries at the end of chapters, a new online student tutorial, new video components, and content for Classroom Response Systems. This continues to be the text most representative of today's students, incorporating new sexual position art, a new pronunciation guide, and (for instructors) a new cross-cultural Slang Guide.

Body of Work: Finding the Thread that Ties Your Career Together


Pamela Slim - 2013
    More and more of us are blending big company jobs, startup gigs, freelance work, and volunteer side projects. We take chances to expand our knowledge, capabilities, and experience. But how do we make sense of that kind of career - and explain it?Pamela Slim, the acclaimed author of Escape from Cubicle Nation, gives us the tools to have meaningful careers in this new world of work. She shows how to find the connections among diverse accomplishments, sell your story, and continually reinvent and relaunch your brand.

Data Structures and Algorithm Analysis in C++


Mark Allen Weiss - 1993
    Readers learn how to reduce time constraints and develop programs efficiently by analyzing the feasibility of an algorithm before it is coded. The C++ language is brought up-to-date and simplified, and the Standard Template Library is now fully incorporated throughout the text. This Third Edition also features significantly revised coverage of lists, stacks, queues, and trees and an entire chapter dedicated to amortized analysis and advanced data structures such as the Fibonacci heap. Known for its clear and friendly writing style, Data Structures and Algorithm Analysis in C++ is logically organized to cover advanced data structures topics from binary heaps to sorting to NP-completeness. Figures and examples illustrating successive stages of algorithms contribute to Weiss' careful, rigorous and in-depth analysis of each type of algorithm.

Pmp Exam Prep: Rita's Course in a Book for Passing the Pmp Exam


Rita Mulcahy - 1999
    Is it Rita's years of PMP exam preparation experience? The endless hours of ongoing research? The interviews with project managers who failed the exam, to identify gaps in their knowledge? Or is it the razor-sharp focus on making sure project managers don't waste a single minute of their time studying any more than they absolutely have to? Actually, it's all of the above. PMP Exam Prep, Sixth Edition by Rita Mulcahy contains hundreds of updates and improvements from previous editions--including new exercises and sample questions never before in print. Offering hundreds of sample questions, critical time-saving tips plus games and activities available nowhere else, this book will help you pass the PMP exam on your first try.

The Disappearing Spoon: And Other True Tales of Madness, Love, and the History of the World from the Periodic Table of the Elements


Sam Kean - 2010
    The fascinating tales in The Disappearing Spoon follow carbon, neon, silicon, gold and every single element on the table as they play out their parts in human history, finance, mythology, conflict, the arts, medicine and the lives of the (frequently) mad scientists who discovered them.Why did a little lithium (Li, 3) help cure poet Robert Lowell of his madness? And how did gallium (Ga, 31) become the go-to element for laboratory pranksters? The Disappearing Spoon has the answers, fusing science with the classic lore of invention, investigation, discovery and alchemy, from the big bang through to the end of time.

The Systems View of Life: A Unifying Vision


Fritjof Capra - 2014
    New emphasis has been given to complexity, networks, and patterns of organisation, leading to a novel kind of 'systemic' thinking. This volume integrates the ideas, models, and theories underlying the systems view of life into a single coherent framework. Taking a broad sweep through history and across scientific disciplines, the authors examine the appearance of key concepts such as autopoiesis, dissipative structures, social networks, and a systemic understanding of evolution. The implications of the systems view of life for health care, management, and our global ecological and economic crises are also discussed. Written primarily for undergraduates, it is also essential reading for graduate students and researchers interested in understanding the new systemic conception of life and its implications for a broad range of professions - from economics and politics to medicine, psychology and law.