Discrete Mathematics with Applications


Susanna S. Epp - 1990
    Renowned for her lucid, accessible prose, Epp explains complex, abstract concepts with clarity and precision. This book presents not only the major themes of discrete mathematics, but also the reasoning that underlies mathematical thought. Students develop the ability to think abstractly as they study the ideas of logic and proof. While learning about such concepts as logic circuits and computer addition, algorithm analysis, recursive thinking, computability, automata, cryptography, and combinatorics, students discover that the ideas of discrete mathematics underlie and are essential to the science and technology of the computer age. Overall, Epp's emphasis on reasoning provides students with a strong foundation for computer science and upper-level mathematics courses.

CSS: The Missing Manual


David Sawyer McFarland - 2006
    You can tap into the real power of this tool with CSS: The Missing Manual. This second edition combines crystal-clear explanations, real-world examples, and dozens of step-by-step tutorials to show you how to design sites with CSS that work consistently across browsers. Witty and entertaining, this second edition gives you up-to-the-minute pro techniques. You'll learn how to: - Create HTML that's simpler, uses less code, is search-engine friendly, and works well with CSS- Style text by changing fonts, colors, font sizes, and adding borders- Turn simple HTML links into complex and attractive navigation bars -- complete with rollover effects- Create effective photo galleries and special effects, including drop shadows- Get up to speed on CSS 3 properties that work in the latest browser versions- Build complex layouts using CSS, including multi-column designs Style web pages for printing With CSS: The Missing Manual, Second Edition, you'll find all-new online tutorial pages, expanded CSS 3 coverage, and broad support for Firebox, Safari, and other major web browsers, including Internet Explorer 8. Learn how to use CSS effectively to build new websites, or refurbish old sites that are due for an upgrade.

Ctrl+Shift+Enter Mastering Excel Array Formulas: Do the Impossible with Excel Formulas Thanks to Array Formula Magic


Mike Girvin - 2013
    Beginning with an introduction to array formulas, this manual examines topics such as how they differ from ordinary formulas, the benefits and drawbacks of their use, functions that can and cannot handle array calculations, and array constants and functions. Among the practical applications surveyed include how to extract data from tables and unique lists, how to get results that match any criteria, and how to utilize various methods for unique counts. This book contains 529 screen shots.

The Warlizard Chronicles


Warlizard - 2011
    Now I know why my dog likes her better. 2. I wish this were the worst thing she’d ever told me. About the book In “The Warlizard Chronicles”, Warlizard tells the tales of a misspent youth, from the story of his “dog-gasmic” ex-fiancée to the logic of serving as a German linguist in Iraq. The stories are light, fast-paced, graphic, and not remotely safe for work. You have been warned. Reader feedback: - “You tell all women that story? You should wash out your mouth!” - “I think I could listen to your stories for hours.” - “So you owe your marriage to the people who brought down the world trade center?” - “I have nothing else I can add or ask, except MORE STORIES.” - “Holy s**t. I wish I was you.” - “You slept with another man's wife and then lied to him about it, and can say with a straight face it was the right thing to do?” - “Godda***t, I spewed out laughter too loud at work, now I have to leave because everyone knows I'm not doing s**t. F*** this is hilarious, and disconcerting, at the same time.” - “He is the most interesting man in the world.” - “I feel like a failure reading these stories, they're awesome.” - “Your life experience makes me feel good. You good sir are somewhat of a new idol of mine. Nothing much you can do about that. Have a good day sir.” - “Warlizard doesn't always drink beer, but when he does, he prefers Dos Equis.” - “I just can't wrap my mind around the fact that not only a story like this exists but that a Reddit regular would be living it. And it kinda has this enthusiastic ‘and then it happened...’ moments in it that kinda style like you'd write fiction on the go.” - “This guy is either the most creative man in the world or the most interesting man in the world. Either way...”

Raspberry Pi User Guide


Eben Upton - 2012
    And now you can learn how to use this amazing computer from its co-creator, Eben Upton, in Raspberry Pi User Guide. Cowritten with Gareth Halfacree, this guide gets you up and running on Raspberry Pi, whether you're an educator, hacker, hobbyist, or kid. Learn how to connect your Pi to other hardware, install software, write basic programs, and set it up to run robots, multimedia centers, and more.Gets you up and running on Raspberry Pi, a high-tech computer the size of a credit card Helps educators teach students how to program Covers connecting Raspberry Pi to other hardware, such as monitors and keyboards, how to install software, and how to configure Raspberry Pi Shows you how to set up Raspberry Pi as a simple productivity computer, write basic programs in Python, connect to servos and sensors, and drive a robot or multimedia center Adults, kids, and devoted hardware hackers, now that you've got a Raspberry Pi, get the very most out of it with Raspberry Pi User Guide.

A Concise Introduction to Logic [with CD-ROM]


Patrick J. Hurley - 1972
    Inside: Logic Resource CD-ROM

Beginning Linux Programming


Neil Matthew - 2004
    The authors guide you step by step, using construction of a CD database application to give you hands-on experience as you progress from the basic to the complex. You'll start with fundamental concepts like writing Unix programs in C. You'll learn basic system calls, file I/O, interprocess communication, and shell programming. You'll become skilled with the toolkits and libraries for working with user interfaces.The book starts from the basics, explaining how to compile and run your first program. New to this edition are chapters on MySQL(R) access and administration; programming GNOME and KDE; and Linux standards for portable applications. Coverage of kernel programming, device drivers, CVS, grep, and GUI development environments has expanded. This book gives you practical knowledge for real wor ld application.What does this book cover?In this book, you will learn how toDevelop programs to access files and the Linux environment Use the GNU compiler, debugger and other development tools Program data storage aapplications for MySQL and DBM database systems Write programs that take advantage of signals, processes and threads Build graphical user interfaces using both the GTK (for GNOME) and Qt (for KDE) libraries Write device drivers that can be loaded into the Linux kernel Access the network using TCP/IP sockets Write scripts that use grep, regular expressions and other Linux facilities Who is this book for?This book is for programmers with some C or C++ experience, who want to take advantage of the Linux development environment. You should have enough Linux familiarity to have installed and configured users on Linux.

Learning Python


Mark Lutz - 2003
    Python is considered easy to learn, but there's no quicker way to mastery of the language than learning from an expert teacher. This edition of "Learning Python" puts you in the hands of two expert teachers, Mark Lutz and David Ascher, whose friendly, well-structured prose has guided many a programmer to proficiency with the language. "Learning Python," Second Edition, offers programmers a comprehensive learning tool for Python and object-oriented programming. Thoroughly updated for the numerous language and class presentation changes that have taken place since the release of the first edition in 1999, this guide introduces the basic elements of the latest release of Python 2.3 and covers new features, such as list comprehensions, nested scopes, and iterators/generators. Beyond language features, this edition of "Learning Python" also includes new context for less-experienced programmers, including fresh overviews of object-oriented programming and dynamic typing, new discussions of program launch and configuration options, new coverage of documentation sources, and more. There are also new use cases throughout to make the application of language features more concrete. The first part of "Learning Python" gives programmers all the information they'll need to understand and construct programs in the Python language, including types, operators, statements, classes, functions, modules and exceptions. The authors then present more advanced material, showing how Python performs common tasks by offering real applications and the libraries available for those applications. Each chapter ends with a series of exercises that will test your Python skills and measure your understanding."Learning Python," Second Edition is a self-paced book that allows readers to focus on the core Python language in depth. As you work through the book, you'll gain a deep and complete understanding of the Python language that will help you to understand the larger application-level examples that you'll encounter on your own. If you're interested in learning Python--and want to do so quickly and efficiently--then "Learning Python," Second Edition is your best choice.

The Lord Is My Shepherd


Robert J. Morgan - 2013
    

Raspberry Pi for Dummies


Sean McManus - 2013
    With this fun and friendly book, you'll quickly discover why the supply for the Pi cannot keep up with the demand! Veteran tech authors Sean McManus and Mike Cook show you how to download and install the operating system, use the installed applications, and much more.Covers connecting the Pi to other devices such as a keyboard, mouse, monitor, and more Teaches you basic Linux System Admin Walks you through editing images, creating web pages, and playing music Details how to program with Scratch and Python Explores creating simple hardware projects Raspberry Pi For Dummies makes computing as easy as pie. Now discover the history of Raspberry Pi! The Raspberry Pi sold a million units in its first year, and came from a previously unknown organisation, The Raspberry Pi Foundation. If you've ever wondered how it came into being, and what inspired its creation, Sean McManus, co-author of Raspberry Pi For Dummies, has the answer. He has set up a section on his website to share bonus content, which includes a short history of the Raspberry Pi. At Sean's website, you can also read reviews of the book, see videos of its projects, and read several exclusive blog posts about the Raspberry Pi and its community.Visit Sean's homepage for Raspberry Pi For Dummies here!

Eva Cassidy: Songbird: Her Story by Those Who Knew Her


Rob Burley - 2001
    Eva Cassidy's albums "Songbird, Live at Blues Alley, Eva By Heart, Time After Time," and "Imagine" have sold over a million and a half copies in the U.S. and millions more worldwide. Her songs have been heard on many television shows and film soundtracks, and the video of her classic performance of "Over the Rainbow" is the most requested in BBC history. Yet she lived to see only one of her solo albums released, a CD she underwrote herself and sold from the trunk of her car before her tragic death. Capturing Eva's essence and tender life story, "Eva Cassidy: Songbird" collects the intimate memories of relatives, close friends, and the musicians who collaborated with her. The book tells the story of her too-brief life and enduring music. Featuring candid full-color photos and reproductions of Eva's original artwork, a vivid portrait emerges of a woman who devoted her energies to the things she truly loved-giving encouragement to those around her, tending to plants at the nursery where she worked, and performing her music at clubs in Washington, D.C. She succumbed to cancer at age thirty-three just as the world was starting to notice her arresting voice. Eva Cassidy's music continues to grow in recognition from critics and legions of fans throughout the world. The rock icon Sting has said her voice possesses "a magical quality. People respond to its purity. It suggests something ethereal-something unattainable." This American edition contains two new chapters about her influences and her posthumous success in her native country. With the publication of "Eva Cassidy: Songbird," the woman behind the unforgettable voice will at last be known.

The Invisible Computer: Why Good Products Can Fail, the Personal Computer Is So Complex, and Information Appliances Are the Solution


Donald A. Norman - 1998
    Alas, the computer industry thinks it is still in its rebellious teenage years, exulting in technical complexity. Customers want change. They are ready for products that offer convenience, ease of use, and pleasure. The technology should be invisible, hidden from sight.In this book, Norman shows why the computer is so difficult to use and why this complexity is fundamental to its nature. The only answer, says Norman, is to start over again, to develop information appliances that fit people's needs and lives. To do this companies must change the way they develop products. They need to start with an understanding of people: user needs first, technology last--the opposite of how things are done now.

Runs in the Family


Kevin Ikenberry - 2014
    With little hope of leaving the outer rim of the Milky Way, Mairin agrees to participate in a classified experiment offering her genetic perfection and a chance to see the galaxy. Now, armed with her great-grandfather's military knowledge and combat-refined instincts, Mairin is tasked with leading inexperienced troops in a war against a shadowy enemy using hauntingly familiar tactics. But the first rule of the military is "hurry up and wait," and Mairin learns this firsthand. Without transport to the fight, Mairin spends the downtime on a lush paradise world, getting to know her new body, her imprint, and her heart. Mairin meets Tallenaara, a beautiful Styrahi architect whose mission and past will come to challenge them both. Faced with the most difficult choice of her young life, Mairin Shields can only watch as her world spins out of control.

Essential ActionScript 3.0


Colin Moock - 2007
    The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API. Essential ActionScript has become the #1 resource for the Flash and ActionScript development community, and the reason is the author, Colin Moock. Many people even refer to it simply as "The Colin Moock book."And for good reason: No one is better at turning ActionScript inside out, learning its nuances and capabilities, and then explaining everything in such an accessible way. Colin Moock is not just a talented programmer and technologist; he's also a gifted teacher.Essential ActionScript 3.0 is a radically overhauled update to Essential ActionScript 2.0. True to its roots, the book once again focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.The ActionScript 3.0 revolution is here, and Essential ActionScript 3.0's steady hand is waiting to guide you through it.Adobe Developer Library is a co-publishing partnership between O'Reilly Media and Adobe Systems, Inc. and is designed to produce the number one information resources for developers who use Adobe technologies. Created in 2006, the Adobe Developer Library is the official source for comprehensive learning solutions to help developers create expressive and interactive web applications that can reach virtually anyone on any platform. With top-notch books and innovative online resources covering the latest in rich Internet application development, the Adobe Developer Library offers expert training and in-depth resources, straight from the source.

Mulberry


Dan Beachy-Quick - 2006
    Impelled by metaphor and lilting repetition, Mulberry seeks a sense of the world, and ultimately, finds a sense of the Infinite. Affording continual discoveries, Mulberry is a major work for the new century by an assured and lavishly gifted poet. Dan Beachy-Quick is the author of North True South Bright and Spell, He is chair of the MFA Writing Program at the School of the Art Institute of Chicago and recipient of a Lannan Foundation Residency.