The Linux Command Line Beginner's Guide


Jonathan Moeller - 2012
    ABOUT THE AUTHORStanding over six feet tall, Jonathan Moeller has the piercing blue eyes of a Conan of Cimmeria, the bronze-colored hair a Visigothic warrior-king, and the stern visage of a captain of men, none of which are useful in his career as a computer repairman, alas.He has written the "Demonsouled" trilogy of sword-and-sorcery novels, and continues to write the "Ghosts" sequence about assassin and spy Caina Amalas, the "Computer Beginner's Guide" series of computer books, and numerous other works.

Wireless Communications: Principles and Practice


Theodore S. Rappaport - 1995
    Building on his classic first edition, Theodore S. Rappaport reviews virtually every important new wireless standard and technological development, including W-CDMA, cdma2000, UMTS, and UMC 136/EDGE; IEEE 802.11 and HIPERLAN WLANs; Bluetooth, LMDS, and more. Includes dozens of practical new examples, solved step by step.

Shriver & Atkins' Inorganic Chemistry


Peter Atkins - 2009
    Its unique 'Frontiers' chapters cover materials science, nanotechnology, catalysis, and biological inorganic chemistry, and have been fully updated to reflect advances in these key areas of contemporary research and industrial application.

Applied Linear Regression Models- 4th Edition with Student CD (McGraw Hill/Irwin Series: Operations and Decision Sciences)


Michael H. Kutner - 2003
    Cases, datasets, and examples allow for a more real-world perspective and explore relevant uses of regression techniques in business today.

Linkers and Loaders


John R. Levine - 1999
    But do you know how to use them to their greatest possible advantage? Only now, with the publication of Linkers & Loaders, is there an authoritative book devoted entirely to these deep-seated compile-time and run-time processes. The book begins with a detailed and comparative account of linking and loading that illustrates the differences among various compilers and operating systems. On top of this foundation, the author presents clear practical advice to help you create faster, cleaner code. You'll learn to avoid the pitfalls associated with Windows DLLs, take advantage of the space-saving, performance-improving techniques supported by many modern linkers, make the best use of the UNIX ELF library scheme, and much more. If you're serious about programming, you'll devour this unique guide to one of the field's least understood topics. Linkers & Loaders is also an ideal supplementary text for compiler and operating systems courses.

Game Development Essentials: An Introduction


Jeannie Novak - 2004
    This book not only examines content creation and the concepts behind development, but it also give readers a background on the evolution of game development and how it has become what it is today. GAME DEVELOPMENT ESSENTIALS also includes chapters on project management, development team roles and responsibilities, development cycle, marketing, maintenance, and the future of game development. With the same engaging writing style and examples that made the first two editions so popular, this new edition features all the latest games and game technology. Coverage of new game-related technology, development techniques, and the latest research in the field make this an invaluable resource for anyone entering the exciting, competitive, ever-changing world of game development.

Deal Me in: Twenty of the World's Top Poker Players Share the Heartbreaking and Inspiring Stories of How They Turned Pro


Stephen John - 2009
    Poker's biggest players, such as Phil Ivey (2009 WSOP Main Event Finalist), Johnny Chan, Phil Hellmuth, Doyle Brunson and Daniel Negreanu give first-person accounts of their personal journeys and the key moments in their rise to the top of the poker pantheon. These stories will teach, inspire and make you laugh. Deal Me In humanizes the larger-than-life personalities, allowing the reader to understand more about poker strategy through the trials and errors of the best players in the game. Each poker legend tells his or her own story in the book including: Doyle Brunson, Phil Hellmuth, Daniel Negreanu, Phil Ivey, Annie Duke, Johnny Chan, Chris Jesus Ferguson, Carlos Mortensen, Chau Giang, Jennifer Harman, Allen Cunningham, Howard Lederer, Erik Seidel, Chad Brown, David Devilfish Ulliott, Layne Flack, Scotty Nguyen, Annette Obrestad, Tom Dwan and the 2008 Main Event winner Peter Eastgate.

Calculus: Early Transcendental Functions


Ron Larson - 1900
    Two primary objectives guided the authors in the revision of this book: to develop precise, readable materials for students that clearly define and demonstrate concepts and rules of calculus; and to design comprehensive teaching resources for instructors that employ proven pedagogical techniques and save time. The Larson/Hostetler/Edwards Calculus program offers a solution to address the needs of any calculus course and any level of calculus student. Every edition from the first to the fourth of Calculus: Early Transcendental Functions, 4/e has made the mastery of traditional calculus skills a priority, while embracing the best features of new technology and, when appropriate, calculus reform ideas. Now, the Fourth Edition is part of the first calculus program to offer algorithmic homework and testing created in Maple so that answers can be evaluated with complete mathematical accuracy.

Java 2: The Complete Reference


Herbert Schildt - 2000
    This book is the most complete and up-to-date resource on Java from programming guru, Herb Schildt -- a must-have desk reference for every Java programmer.

Calculus [with CD]


Howard Anton - 1992
    New co-authors--Irl Bivens and Stephen Davis--from Davidson College; both distinguished educators and writers.* More emphasis on graphing calculators in exercises and examples, including CAS capabilities of graphing calculators.* More problems using tabular data and more emphasis on mathematical modeling.

Algorithms in C, Parts 1-4: Fundamentals, Data Structures, Sorting, Searching


Robert Sedgewick - 1997
    Many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. The third edition retains the successful blend of theory and practice that has made Sedgewick's work an invaluable resource for more than 250,000 programmers! Whether you are a student learning the algorithms for the first time or a professional interested in having up-to-date reference material, you will find a wealth of useful information in this book.

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

Thriller 25th Anniversary: The Book, Celebrating the Biggest Selling Album of All Time


Michael Jackson - 2008
    THRILLER - the music, the videos, the looks and the dance moves that changed music forever. February 12th, 2008 saw the release of Michael Jackson's Thriller album in a special 25th anniversary edition featuring all classic Thriller hits digitally remastered, a bonus DVD with Jackson's electrifying appearances and dance moves from the Thriller era PLUS brand-new tracks and remixes of Thriller's biggest hits with guest stars such as Akon, Fergie, Kanye West, and will.i.am. Now, the party continues: THRILLER 25th Anniversary - The Book celebrates the iconic King of Pop and the world's biggest selling album of all time. More than 180 exclusive, high quality, digitally remastered and glossy photographs make this book a visual journey back to the iconic times of Thriller: Behind the scenes in the studio recording THRILLER, making the revolutionary short films, being on a victorious tour, Grammy's most glorious night, and much more. FEAT. EXCLUSIVE INTERVIEWS: Quincy Jones (Executive Producer, Thriller); Rod Temperton (Songwriter, Thriller); John Landis (Director, Thriller - The Short Film); Tamara Conniff (Editiorial Director, BILLBOARD); Matt Forger (Sound Engineer, Thriller); Bruce Swedien (Sound Engineer, Thriller); Bob Giraldi (Director, Beat It); and many more. ALSO: The stories behind the Thriller songs, unreleased songs from the Thriller recording sessions, hand-written lyrics by Michael Jackson, hand-written notes from the studio sessions, poems by Michael Jackson, and much more.

South Africa: The Rise and Fall of Apartheid


Nancy L. Clark - 2004
    This new Seminar Study gives the background to the system that made Nelson Mandela a household name.

Mightier Than The Sword: How The News Media Have Shaped American History


Rodger Streitmatter - 1997
    history, from the abolitionist movement and the struggle for women's rights to the civil rights movement and Watergate. These are events that stir the political imagination; but, as Streitmatter shows, they also demonstrate how American journalism, since the 1760s, has not merely recorded this nation's history but has played a role in shaping it.This book is the first of its kind. Streitmatter avoids the mind-numbing lists of names, dates, and newspaper headlines that bog down the standard journalism history textbook. Instead, Mightier than the Sword focuses on a limited number of episodes, identifying common characteristics within the news media. In his final essay, Streitmatter looks at how the news media have shaped our understanding of events; by drawing examples from various episodes, this synthesis chapter identifies some of the common characteristics that the news media involved in shaping this nation have displayed.