Book picks similar to
The UNIX CD Bookshelf by O'Reilly Media Inc.
textbook
america
at-office
computer-systems
Hidden In Plain Sight 10: How To Program A Quantum Computer
Andrew H. Thomas - 2018
This book contains an introduction to quantum mechanics, with complete instructions and videos showing you how to program a real quantum computer, provided by IBM.
Hmm...I Did Not Know That, 1,000 random & interesting facts on a variety of subjects
A.P. Holiday - 2011
Did you know that there are one million earthworms in an acre of soil, or that an average American eats 10 pounds of marshmallows in a year? Did you know that the act of yawning and stretching at the same time is known as pandiculation?These facts, and hundreds more in a wide variety of subjects including history, science, sports, music and more, make Hmm...I Did Not Know That a must read for trivia buffs and fact fanatics.
The Tenth Nail
Kwen D. Griffeth - 2014
This wasn’t Nate’s first homicide; it wasn’t even the first murder of a prostitute that he’d investigated. But, this one bothered him. Maybe it was her youth; she appeared to be in her early twenties. Maybe it was her looks, as death had yet to rob her of her beauty. Maybe she reminded him of his daughter, Lizzie, who was only a few years younger. Maybe it was something else entirely. ˃˃˃ A Gritty, Riveting Thriller With little to no evidence and only vague descriptions to go on, Nate and his partner Manny Trujillo are determined to seek the truth, no matter where that journey leads them. The story moves first in one direction, and then in another. The ending? You’ll never see that coming.Very well-written, enthralling and impossible to put down, The Tenth Nail is a thriller you won’t forget.
Scroll Up And Grab Your Copy Today!
8 Things We Hate About IT: How to Move Beyond the Frustrations to Form a New Partnership with IT
Susan Cramm - 2010
Instead, you get endless rules and regulations, not to mention processes, projects, and technologies that deliver too little, too late, for too much. It's frustrating!How to build a relationship that puts you firmly in control and produces the business results you need? In The 8 Things We Hate About IT, Susan Cramm provides the answers.Start by understanding differences between operational and IT managers - in backgrounds, personality, pressures, and incentives. Cramm explains how differences prevent operational managers and IT from communicating what, why, and how they do what they do.Citing case studies and stories, the author then presents practical strategies for overcoming the difficulty. These include seeing things from your IT partners' perspective, developing a single version of 'truth,' and assuming accountability for IT just as you've done for management of your firm's financial and human resources.Brutally honest, provocative, and filled with sound advice, this book reveals that the key to solving the IT problem is decidedly un-IT: it's a deeper understanding of human behavior, including how to apply your leadership skills to the world of IT.
Making Things Talk: Practical Methods for Connecting Physical Objects
Tom Igoe - 2007
But when devices that you've built start to talk to each other, things really start to get interesting. Through a series of simple projects, you'll learn how to get your creations to communicate with one another by forming networks of smart devices that carry on conversations with you and your environment. Whether you need to plug some sensors in your home to the Internet or create a device that can interact wirelessly with other creations, Making Things Talk explains exactly what you need. This book is perfect for people with little technical training but a lot of interest. Maybe you're a science teacher who wants to show students how to monitor weather conditions at several locations at once, or a sculptor who wants to stage a room of choreographed mechanical sculptures. Making Things Talk demonstrates that once you figure out how objects communicate -- whether they're microcontroller-powered devices, email programs, or networked databases -- you can get them to interact. Each chapter in contains instructions on how to build working projects that help you do just that. You will:Make your pet's bed send you email Make your own seesaw game controller that communicates over the Internet Learn how to use ZigBee and Bluetooth radios to transmit sensor data wirelessly Set up communication between microcontrollers, personal computers, and web servers using three easy-to-program, open source environments: Arduino/Wiring, Processing, and PHP. Write programs to send data across the Internet based on physical activity in your home, office, or backyard And much more With a little electronics know-how, basic (not necessarily in BASIC) programming skills, a couple of inexpensive microcontroller kits and some network modules to make them communicate using Ethernet, ZigBee, and Bluetooth, you can get started on these projects right away. With Making Things Talk, the possibilities are practically endless.
The Art of Computer Programming, Volume 2: Seminumerical Algorithms
Donald Ervin Knuth - 1969
-Byte, September 1995 I can't begin to tell you how many pleasurable hours of study and recreation they have afforded me! I have pored over them in cars, restaurants, at work, at home... and even at a Little League game when my son wasn't in the line-up. -Charles Long If you think you're a really good programmer... read [Knuth's] Art of Computer Programming... You should definitely send me a resume if you can read the whole thing. -Bill Gates It's always a pleasure when a problem is hard enough that you have to get the Knuths off the shelf. I find that merely opening one has a very useful terrorizing effect on computers. -Jonathan Laventhol The second volume offers a complete introduction to the field of seminumerical algorithms, with separate chapters on random numbers and arithmetic. The book summarizes the major paradigms and basic theory of such algorithms, thereby providing a comprehensive interface between computer programming and numerical analysis. Particularly noteworthy in this third edition is Knuth's new treatment of random number generators, and his discussion of calculations with formal power series. Ebook (PDF version) produced by Mathematical Sciences Publishers (MSP), http: //msp.org
Church History In The Fullness Of Times: Religion 341 343: The History Of The Church Of Jesus Christ Of Latter Day Saints (32502)
The Church of Jesus Christ of Latter-day Saints - 1989
The Productive Programmer
Neal Ford - 2008
The Productive Programmer offers critical timesaving and productivity tools that you can adopt right away, no matter what platform you use. Master developer Neal Ford not only offers advice on the mechanics of productivity-how to work smarter, spurn interruptions, get the most out your computer, and avoid repetition-he also details valuable practices that will help you elude common traps, improve your code, and become more valuable to your team. You'll learn to:Write the test before you write the codeManage the lifecycle of your objects fastidiously Build only what you need now, not what you might need later Apply ancient philosophies to software development Question authority, rather than blindly adhere to standardsMake hard things easier and impossible things possible through meta-programming Be sure all code within a method is at the same level of abstraction Pick the right editor and assemble the best tools for the job This isn't theory, but the fruits of Ford's real-world experience as an Application Architect at the global IT consultancy ThoughtWorks. Whether you're a beginner or a pro with years of experience, you'll improve your work and your career with the simple and straightforward principles in The Productive Programmer.
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 American Pageant: A History of the Republic
Thomas A. Bailey - 1956
The text's original author, Thomas Bailey, first created the text's distinctive character, which has been preserved by current co-authors David Kennedy and Lizabeth Cohen.pPedagogy includes chapter-ending chronologies, numerous interesting quotes from historical figures, and incisive part openers that contextualize six major periods in American history. The Appendix includes "Suggested Readings" for every chapter, an annotated Constitution of the United States with page references, and an extensive statistical profile of the United States.pNew! The "Examining the Evidence" feature introduces students to the analysis of primary sources by presenting a photograph, artifact, or brief document and prompting students to examine the materials and draw their own conclusions.pNew! The authors have combined Chapters 13 and 14 and Chapters 24 and 28 from the previous edition, reducing the total number of chapters to 42. The reorganization provides tighter chronology and thematic re-working of material on the antebellum and Gilded Age/Progressive Era periods.pNew! The new edition contains increased coverage of immigration, women's political participation, the environmental movement, American Indians, and western history. Throughout the text, social trends and events are more thoroughly integrated into the political narrative.p"Varying Viewpoints" features examine the scholarly debates surrounding major historical issues, encouraging students to think critically about ways historians disagree.p"Makers of America" essays focus on the diverse ethnic, racial, and activist groups that compose America's pluralistic society. They have been revised to include topics such as the New Wave feminists and environmentalists.
Complete Digital Photography
Ben Long - 2001
No longer do photographers have to be defensive because they prefer digital. Thanks to new technologies, digital cameras at all ends of the price spectrum can rival their film counterparts. If you have shifted from traditional to digital photography, and need to know what's different about shooting digital, this is the book for you. Now in its third edition, this bestseller has been fine-tuned and updated to provide you with the most current information on today's cameras that you'll find anywhere. Whether you're new to photography, or new to digital photography, you'll learn how to take the best possible shots. Even though your camera may pack an image sensor instead of film, taking good pictures still involves understanding apertures, shutter speeds, and metering techniques, as well as a few other issues that film shooters don't face. Fortunately, digital cameras also provide some unique tools to help you get the shot right the first time. Covering everything from the inner workings of your camera to the subtle intricacies of your image editing software, the book is divided into four sections. The first section provides a basic technical foundation that will prepare you for the rest of the book. It details the basics of how digital cameras work and gives you a quick photography primer. The second part explores everything you need to know to make an informed decision about which camera, computer, and software is right for you. In section three, you'll progress to the nitty gritty of shooting, including metering, choosing the right exposure, using histograms, flash photography, and much more. In the final section, you'll learn about digital editing and correction techniques, along with the various methods for outputting your images (print and electronic). If you're new to photography, you'll learn the basic theory that photographers have studied for decades, as well as the latest tools and techniques made possible by the shift to digital. If you're an experienced film photographer, you'll see how to translate the knowledge you already have into the digital realm. Features:* Includes completely revised and updated coverage* Provides new, detailed coverage of camera evaluation, including the latest technologies and affordable SLR cameras* Includes completely re-written explanations and examples of metering and exposure, including hands-on tutorials* Covers Photoshop CS and of Photoshop Elements 2.0* Includes many new tutorials on improved methods for correcting and enhancing photos, and addresses the most common types of corrections users want to make* Provides new and expanded coverage of the basic questions camera purchasers have, including how many pixels are needed, how to reduce red eye, shooting inside versus outside, etc. SYSTEM REQUIREMENTSTo work through the tutorials in the book, you will need Photoshop CS (a demo is included on the CD). WINDOWS: Intelr Pentiumr II or better; Microsoftr Windowsr 2000 with Service Pack 3, or Windows XP; 192MB of RAM (256MB recommended); 300MB of available drive space; Color monitor with 16- bit color card or better; CD-ROM drive. MACINTOSH: PowerPCr G3 or better; Mac OS X v. 10.2.4 or better; 192MB of RAM (256MB recommended); 350MB of available drive space; color monitor with 16- bit color support, or better; CD-ROM drive. Please check the individual demos for specifics
Eight American Poets: An Anthology
Joel ConarroeRobert Lowell - 1994
The 164 selections in Eight American Poets include widely anthologized works like Roethke's "My Papa's Waltz," several of Berryman's "Dream Songs," and Anne Sexton's "Ringing the Bells," as well as poems that are less familiar but just as haunting. Prefaced with a discerning introduction and individual biographical essays.
The Practice of Programming (Addison-Wesley Professional Computing Series)
Brian W. Kernighan - 1999
With the same insight and authority that made their book The Unix programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual programmers more effective and productive.
Computer Systems: A Programmer's Perspective
Randal E. Bryant - 2002
Often, computer science and computer engineering curricula don't provide students with a concentrated and consistent introduction to the fundamental concepts that underlie all computer systems. Traditional computer organization and logic design courses cover some of this material, but they focus largely on hardware design. They provide students with little or no understanding of how important software components operate, how application programs use systems, or how system attributes affect the performance and correctness of application programs. - A more complete view of systems - Takes a broader view of systems than traditional computer organization books, covering aspects of computer design, operating systems, compilers, and networking, provides students with the understanding of how programs run on real systems. - Systems presented from a programmers perspective - Material is presented in such a way that it has clear benefit to application programmers, students learn how to use this knowledge to improve program performance and reliability. They also become more effective in program debugging, because t