Book picks similar to
Building Construction Illustrated by Francis D.K. Ching
architecture
reference
non-fiction
design
Python Pocket Reference
Mark Lutz - 1998
Hundreds of thousands of Python developers around the world rely on Python for general-purpose tasks, Internet scripting, systems programming, user interfaces, and product customization. Available on all major computing platforms, including commercial versions of Unix, Linux, Windows, and Mac OS X, Python is portable, powerful and remarkable easy to use.With its convenient, quick-reference format, "Python Pocket Reference," 3rd Edition is the perfect on-the-job reference. More importantly, it's now been refreshed to cover the language's latest release, Python 2.4. For experienced Python developers, this book is a compact toolbox that delivers need-to-know information at the flip of a page. This third edition also includes an easy-lookup index to help developers find answers fast!Python 2.4 is more than just optimization and library enhancements; it's also chock full of bug fixes and upgrades. And these changes are addressed in the "Python Pocket Reference," 3rd Edition. New language features, new and upgraded built-ins, and new and upgraded modules and packages--they're all clarified in detail.The "Python Pocket Reference," 3rd Edition serves as the perfect companion to "Learning Python" and "Programming Python."
Manufacturing Processes for Design Professionals
Rob Thompson - 2007
They have to be knowledgeable about a vast repertoire of processes, ranging from what used to be known as traditional "crafts" to the latest technology, to enable their designs to be manufactured effectively and efficiently. Information on the internet about such processes is often unreliable, and search engines do not usefully organize material for designers.This fundamental new resource explores innovative production techniques and materials that are having an impact on the design industry worldwide. Organized into four easily referenced parts—Forming, Cutting, Joining, and Finishing—over seventy manufacturing processes are explained in depth with full technical descriptions; analyses of the typical applications, design opportunities, and considerations each process offers; and information on cost, speed, and environmental impact. The accompanying step-by-step case studies look at a product or component being manufactured at a leading international supplier.A directory of more than fifty materials includes a detailed technical profile, images of typical applications and finishes, and an overview of each material's design characteristics. With some 1,200 color photographs and technical illustrations, specially commissioned for this book, this is the definitive reference for product designers, 3D designers, engineers, and architects who need a convenient, highly accessible, and practical reference.
Linchpin: Are You Indispensable?
Seth Godin - 2010
But this book is about you—your choices, your future, and your potential to make a huge difference in whatever field you choose.There used to be two teams in every workplace: management and labor. Now there's a third team: the linchpins. These people figure out what to do when there's no rule book. They delight and challenge their customers and peers. They love their work, pour their best selves into it, and turn each day into a kind of art.Linchpins are the essential building blocks of great organizations. They may not be famous but they're indispensable. And in today's world, they get the best jobs and the most freedom.As Godin writes, "Every day I meet people who have so much to give but have been bullied enough or frightened enough to hold it back. It's time to stop complying with the system and draw your own map. You have brilliance in you, your contribution is essential, and the art you create is precious. Only you can do it, and you must."
The Great Indoors: The Surprising Science of How Buildings Shape Our Behavior, Health, and Happiness
Emily Anthes - 2020
We spend 90 percent of our time inside, shuttling between homes and offices, schools and stores, restaurants and gyms. And yet, in many ways, the indoor world remains unexplored territory. For all the time we spend inside buildings, we rarely stop to consider: How do these spaces affect our mental and physical well-being? Our thoughts, feelings, and behaviors? Our productivity, performance, and relationships?In this wide-ranging, character-driven book, science journalist Emily Anthes takes us on an adventure into the buildings in which we spend our days, exploring the profound, and sometimes unexpected, ways that they shape our lives. Drawing on cutting-edge research, she probes the pain-killing power of a well-placed window and examines how the right office layout can expand our social networks. She investigates how room temperature regulates our cognitive performance, how the microbes hiding in our homes influence our immune systems, and how cafeteria design affects what—and how much—we eat.Along the way, Anthes takes readers into an operating room designed to minimize medical errors, a school designed to boost students’ physical fitness, and a prison designed to support inmates’ psychological needs. And she previews the homes of the future, from the high-tech houses that could monitor our health to the 3D-printed structures that might allow us to live on the Moon.The Great Indoors provides a fresh perspective on our most familiar surroundings and a new understanding of the power of architecture and design. It's an argument for thoughtful interventions into the built environment and a story about how to build a better world—one room at a time.
The Artist's Way: A Spiritual Path to Higher Creativity
Julia Cameron - 1992
An international bestseller, millions of readers have found it to be an invaluable guide to living the artist’s life. Still as vital today—or perhaps even more so—than it was when it was first published one decade ago, it is a powerfully provocative and inspiring work. In a new introduction to the book, Julia Cameron reflects upon the impact of The Artist’s Way and describes the work she has done during the last decade and the new insights into the creative process that she has gained. Updated and expanded, this anniversary edition reframes The Artist’s Way for a new century.
Homespun Style
Selina Lake - 2012
Showcasing inspiring homes around the world, the book reflects our growing passion for crafting, stitching and painting. These are homes packed with personality and interest, full of homemade pieces, restored junk-shop finds and one-off treasures. Interiors stylist Selina Lake and writer Joanna Simmons will show you how this homely, crafty look has been given a modern twist with vivid colours, tactile fabrics and bold combinations. The book begins with the Themes, from the basics of modern craft to making colour and pattern work. It also focuses on imaginative ways to recycle and reuse, from transforming furniture with a lick of paint to finding inspired new uses for everyday items. Next, Details looks at textiles, furniture and display, while the third section, Spaces, shows how the style works beautifully in living rooms, kitchens, bedrooms and bathrooms, children's rooms, workrooms and even out of doors.
Modern Operating Systems
Andrew S. Tanenbaum - 1992
What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD. Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls). The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets." It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms. Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals. Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson
The Old Way of Seeing: How Architecture Lost Its Magic - And How to Get It Back
Jonathan Hale - 1994
We live in a time when only a few gifted and dedicated teams of designers can produce buildings that approach the beauty of these that eighteenth-century carpenters created all by themselves. What went wrong? In this fascinating tour of our buildings and our social history, Jonathan Hale examines the historical moment in the 1830s when builders and architects began to lose their sense of surety about what they were doing. He explores the societal pressures that turned buildings from pure efforts at expression into structures laden with symbols. Most important, he uncovers - in terms the lay reader can easily understand - the principles that animate great architecture, no matter what its style or period. In The
For an Architecture of Reality
Michael Benedikt - 1988
For an Architecture of Reality published in the year 1992. The author of this book is Michael Benedikt . We have a dedicated page displaying collection of Michael Benedikt books here. This is the Paperback version of the title "For an Architecture of Reality ". For an Architecture of Reality is currently Available with us.
The 5000 Year Leap: A Miracle That Changed the World
W. Cleon Skousen - 1981
The truth is that the solutions have been available for a long time -- in the writings of our Founding Fathers -- carefully set forth in this timely book.In The 5000 Year Leap: A Miracle That Changed the World, Discover the 28 Principles of Freedom our Founding Fathers said must be understood and perpetuated by every people who desire peace, prosperity, and freedom. Learn how adherence to these beliefs during the past 200 years has brought about more progress than was made in the previous 5000 years. These 28 Principles include The Genius of Natural Law, Virtuous and Moral Leaders, Equal Rights--Not Equal Things, and Avoiding the Burden of Debt. Published by the National Center for Constitut
The Oz Principle: Getting Results Through Individual and Organizational Accountability
Roger Connors - 1994
At its root, the principle works like this: Like Dorothy and the gang in The Wizard of Oz, most businesspeople have the tools to succeed, but when things go wrong they blame circumstance or others instead of looking within for the true cause of unsatisfactory results. Once individuals learn to accept responsibility, they can use the Oz Principle to become better leaders. Now, with corporate scandals in the headlines and the culture of victimization running rampant at every level of the business world, Roger Connors, Tom Smith, and Craig Hickman return with a new edition of The Oz Principle. Fully revised, this edition will update the statistics, concepts, and relevant companies through fresh, timely anecdotes and stories.
Basics of Biblical Greek Grammar
William D. Mounce - 1993
Mounce's Basics of Biblical Greek Grammar and its companion tool Basics of Biblical Greek Workbook are by far the best-selling and most widely accepted textbooks for learning New Testament Greek. As a result of feedback from professors, the author has made adjustments to his material. For example, a chapter on clauses has been added at the end of the book. The CD-ROM is now easier to use and has even more information on it than the earlier edition. The workbook has been significantly rewritten. Nearly 50 percent of the verses are new. They are shorter and more focused on the grammar of the chapter. Features include: - Best-selling Greek language textbook - Changes from the first edition made in response to ten years of use - Grammar's CD-ROM is easier to navigate and now includes short audio summary lectures (7-9 minutes) - An appendix in the Grammar allows professors to introduce verbs earlier in the course - Two tracks in the workbook: track one allows you to go through the book in the normal order. Track two has totally different exercises that allow you to teach verbs earlier. - Workbook has 3-hole, perforated pages
Thinkertoys: A Handbook of Creative-Thinking Techniques
Michael Michalko - 1991
But how can you be the person who comes up with those ideas? In this revised and expanded edition of his groundbreaking Thinkertoys, creativity expert Michael Michalko reveals life-changing tools that will help you think like a genius. From the linear to the intuitive, this comprehensive handbook details ingenious creative-thinking techniques for approaching problems in unconventional ways. Through fun and thought-provoking exercises, you’ll learn how to create original ideas that will improve your personal life and your business life. Michalko’s techniques show you how to look at the same information as everyone else and see something different. With hundreds of hints, tricks, tips, tales, and puzzles, Thinkertoys will open your mind to a world of innovative solutions to everyday and not-so-everyday problems.
Head First Java
Kathy Sierra - 2005
You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study. The fact is your brain craves novelty. It's constantly searching, scanning, waiting for something unusual to happen. After all, that's the way it was built to help you stay alive. It takes all the routine, ordinary, dull stuff and filters it to the background so it won't interfere with your brain's real work--recording things that matter. How does your brain know what matters? It's like the creators of the Head First approach say, suppose you're out for a hike and a tiger jumps in front of you, what happens in your brain? Neurons fire. Emotions crank up. Chemicals surge. That's how your brain knows.And that's how your brain will learn Java. Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI. And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform. Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required. So learning the Head First way is more important than ever. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. You'll see why people say it's unlike any other Java book you've ever read.By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain--complex information. Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.
Good to Great: Why Some Companies Make the Leap... and Others Don't
James C. Collins - 2001
The findings will surprise many readers and, quite frankly, upset others.The ChallengeBuilt to Last, the defining management study of the nineties, showed how great companies triumph over time and how long-term sustained performance can be engineered into the DNA of an enterprise from the very beginning. But what about the company that is not born with great DNA? How can good companies, mediocre companies, even bad companies achieve enduring greatness? The StudyFor years, this question preyed on the mind of Jim Collins. Are there companies that defy gravity and convert long-term mediocrity or worse into long-term superiority? And if so, what are the universal distinguishing characteristics that cause a company to go from good to great?The StandardsUsing tough benchmarks, Collins and his research team identified a set of elite companies that made the leap to great results and sustained those results for at least fifteen years. How great? After the leap, the good-to-great companies generated cumulative stock returns that beat the general stock market by an average of seven times in fifteen years, better than twice the results delivered by a composite index of the world's greatest companies, including Coca-Cola, Intel, General Electric, and Merck. The ComparisonsThe research team contrasted the good-to-great companies with a carefully selected set of comparison companies that failed to make the leap from good to great. What was different? Why did one set of companies become truly great performers while the other set remained only good? The FindingsThe findings of the Good to Great study will surprise many readers and shed light on virtually every area of management strategy and practice. The findings include:Level 5 Leaders: The research team was shocked to discover the type of leadership required to achieve greatness.The Hedgehog Concept (Simplicity within the Three Circles): To go from good to great requires transcending the curse of competence.A Culture of Discipline: When you combine a culture of discipline with an ethic of entrepreneurship, you get the magical alchemy of great results. Technology Accelerators: Good-to-great companies think differently about the role of technology.The Flywheel and the Doom Loop: Those who launch radical change programs and wrenching restructurings will almost certainly fail to make the leap.