Roger's Profanisaurus: The Magna Farta.


VIZ - 1998
    Now, with over 10,000 entries, this edition features the latest in expletives, sexual obscenities and lavatorial euphemisms.

Build Awesome Command-Line Applications in Ruby 2: Control Your Computer, Simplify Your Life


David B. Copeland - 2012
    With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life. With this book, you'll learn specific ways to write command-line applications that are easy to use, deploy, and maintain, using a set of clear best practices and the Ruby programming language. This book is designed to make any programmer or system administrator more productive in their job. Now updated for Ruby 2.Writing a command-line application that's self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, because it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Plus, Ruby has the support of a rich ecosystem of open source tools and libraries.Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason why a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.With Ruby, the command line is not dead. Long live the command line.

Java Puzzlers: Traps, Pitfalls, and Corner Cases


Joshua Bloch - 2005
    This lively book reveals oddities of the Java programming language through entertaining and thought-provoking programming puzzles.--Guy Steele, Sun Fellow and coauthor of The Java(TM) Language SpecificationI laughed, I cried, I threw up (my hands in admiration).--Tim Peierls, president, Prior Artisans LLC, and member of the JSR 166 Expert GroupHow well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused by a trap or pitfall in Java or its libraries? Do you like brainteasers? Then this is the book for you!In the tradition of Effective Java(TM), Bloch and Gafter dive deep into the subtleties of the Java programming language and its core libraries. Illustrated with visually stunning optical illusions, Java(TM) Puzzlers features 95 diabolical puzzles that educate and entertain. Anyone with a working knowledge of Java will understand the puzzles, but even the most seasoned veteran will find them challenging.Most of the puzzles take the form of a short program whose behavior isn't what it seems. Can you figure out what it does? Puzzles are grouped loosely according to the features they use, and detailed solutions follow each puzzle. The solutions go well beyond a simple explanation of the program's behavior--they show you how to avoid the underlying traps and pitfalls for good. A handy catalog of traps and pitfalls at the back of the book provides a concise taxonomy for future reference.Solve these puzzles and you'll never again fall prey to the counterintuitive or obscure behaviors that can fool even the most experienced programmers.

Ray Tracing in One Weekend (Ray Tracing Minibooks Book 1)


Peter Shirley - 2016
    Each mini-chapter adds one feature to the ray tracer, and by the end the reader can produce the image on the book cover. Details of basic ray tracing code architecture and C++ classes are given.

Psychology: An Introduction


Benjamin B. Lahey - 1978
    Students will master the central concepts of psychology with the new 10th edition of Psychology from Benjamin Lahey. A new chapter on the Interplay of Nature and Nurture highlights the 10th edition's new organization and streamlined content . Lahey weaves scholarship based on empirical research throughout the text, ensuring an accurate portrait of contemporary psychology. The text's student-friendly writing, new chapter openers, and fresh applications make the material more relevant to students than ever before, and the proven learning system ensures that all students will grasp the concepts presented in the book. Lahey's hallmark emphasis on diversity and culture remains integrated throughout the text, making this the text for a well rounded introduction to all areas of psychology.

Teamwork II: A Dog Training Manual for People with Disabilities


Stewart Nordensson - 1998
    Book by Stewart Nordensson, Lydia Kelley

Living With Blind Dogs: A Resource Book and Training Guide for the Owners of Blind and Low-Vision Dogs


Caroline D. Levin - 1998
    Both the veterinary community and dog-owners alike are hailing the arrival of "Living With Blind Dogs".In it, Levin successfully answers the question most commonly asked by devastated pet-lovers: "What do I do now?" Levin came to write this book, when after a decade in human ophthalmic nursing she left that field to manage an ophthalmic veterinary clinic. Here, she was able to meld her knowledge of ophthalmology with her love of dogs, developing badly needed educational materials for clients. Levin took the opportunity to meet many blind dogs and talk with their owners. Caroline Levin is also an award-winning dog trainer. She has an in-depth understanding of canine behavior and the methods used to successfully train dogs. She shows her dogs in obedience competitions and the new sport of musical canine freestyle.

Prayers


Sylvia Browne - 2002
    In each case, the words were "infused" into her by her spirit guide Francine, and of course, by God. Granted, these words are a passive mode of prayer, yet the goal is to recharge your spiritual battery so that you'll be able to go out into the world and do God's work. "Over many years of public work, people have often asked me how to pray. My answer is simple, 'Just talk to God, and make your life a living prayer." "These prayers will lift your soul and let you magnify the Lord. They have done so for me and thousands of others. Many miracles have occurred by the power of prayer, and now I want to share these commanding words with you."

Mastering Algorithms with C


Kyle Loudon - 1999
    Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information you need to understand the purpose and use of common programming techniques.Implementations, as well as interesting, real-world examples of each data structure and algorithm, are included.Using both a programming style and a writing style that are exceptionally clean, Kyle Loudon shows you how to use such essential data structures as lists, stacks, queues, sets, trees, heaps, priority queues, and graphs. He explains how to use algorithms for sorting, searching, numerical analysis, data compression, data encryption, common graph problems, and computational geometry. And he describes the relative efficiency of all implementations. The compression and encryption chapters not only give you working code for reasonably efficient solutions, they offer explanations of concepts in an approachable manner for people who never have had the time or expertise to study them in depth.Anyone with a basic understanding of the C language can use this book. In order to provide maintainable and extendible code, an extra level of abstraction (such as pointers to functions) is used in examples where appropriate. Understanding that these techniques may be unfamiliar to some programmers, Loudon explains them clearly in the introductory chapters.Contents include:PointersRecursionAnalysis of algorithmsData structures (lists, stacks, queues, sets, hash tables, trees, heaps, priority queues, graphs)Sorting and searchingNumerical methodsData compressionData encryptionGraph algorithmsGeometric algorithms

Beginning C++ Through Game Programming


Michael Dawson - 2004
    If you aspire to move from game player to game creator, it all starts with learning the fundamentals of C++ and game-programming basics. With BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION, you will find an up-to-date and thorough introduction to everything you need to get started—with no previous programming experience required. In the new fourth edition of this popular guide to learning C++, you will work with a complete program while learning each new concept and a game program at the end of each chapter. A final game project at the end of the book draws together everything you’ve learned. Written with the beginning programmer in mind, BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION is a great way to get started in game programming

Catholic Book of Prayers


Maurus Fitzgerald - 2011
    Compiled and edited by Rev. Maurus Fitzgerald this prayer book has been updated in accord with the Roman Missal. With a helpful summary of our Catholic Faith, this useful prayer book will prove invaluable for making regular prayer easy and meaningful.

The C# Programming Yellow Book


Rob Miles - 2010
    With jokes, puns, and a rigorous problem solving based approach. You can download all the code samples used in the book from here: http://www.robmiles.com/s/Yellow-Book...

Racecar: Searching for the Limit in Formula SAE


Matt Brown - 2011
    With fewer people and resources than any of the top competitors, the only way they were going to win was to push the limit, go for broke, and hope for more than a little luck. By the time they got to the racetrack, they knew: In the fog of fierce competition, whether you win or lose, you learn the hardest lessons about engineering, teamwork, friendship, and yourself.

C++ Primer Plus


Stephen Prata - 2004
    This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs.

Ruby Cookbook


Lucas Carlson - 2006
    It gives you hundreds of solutions to real-world problems, with clear explanations and thousands of lines of code you can use in your own projects.From data structures and algorithms, to integration with cutting-edge technologies, the Ruby Cookbook has something for every programmer. Beginners and advanced Rubyists alike will learn how to program with:Strings and numbersArrays and hashesClasses, modules, and namespacesReflection and metaprogrammingXML and HTML processingRuby on Rails (including Ajax integration)DatabasesGraphicsInternet services like email, SSH, and BitTorrentWeb servicesMultitaskingGraphical and terminal interfacesIf you need to write a web application, this book shows you how to get started with Rails. If you're a system administrator who needs to rename thousands of files, you'll see how to use Ruby for this and other everyday tasks. You'll learn how to read and write Excel spreadsheets, classify text with Bayesian filters, and create PDF files. We've even included a few silly tricks that were too cool to leave out, like how to blink the lights on your keyboard.The Ruby Cookbook is the most useful book yet written about Ruby. When you need to solve a problem, don't reinvent the wheel: look it up in the Cookbook.