Anthology of World Scriptures


Robert E. Van Voorst - 1994
    ANTHOLOGY OF WORLD SCRIPTURES is a collection of the most notable and instructive scriptures of the major living religions of the world: Hinduism, Buddhism, Jainism, Sikhism, Confucianism, Taoism, Shinto, Zoroastrianism, Judaism, Christianity, and Islam. Also included are the most important scriptures of the new religious movements: Baha'i, The Church of Jesus Christ of Latter-Day Saints, the Christian Science Church, and the Unification Church. Supported by introductions to the readings by the editor, this anthology provides the most comprehensive and pedagogically sound access to the sacred literature of the world available in a single volume. A full Wadsworth website with interactive pedagogy is available for student learning and enrichment.

The Algorithm Design Manual


Steven S. Skiena - 1997
    Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.

Management


John R. Schermerhorn Jr. - 1995
     In this new edition, Management, 9e has been extensively revised with a sincere commitment to help instructors teach and students learn in today's complex and globally competitive environment. The subject matter has been carefully chosen to meet AACSB accreditation guidelines while allowing extensive flexibility to fit various course designs and sizes. Along with updates of core material, Management, 9e offers a number of changes in the organization, content, and design that respond to current themes and developments in the theory and practice of management.

Intel Microprocessors 8086/8088, 80186/80188, 80286, 80386, 80486, Pentium, Prentium Proprocessor, Pentium II, III, 4


Barry B. Brey - 1991
    This text provides a comprehensive view of programming and interfacing of the Intel family of Microprocessors from the 8088 through the latest Pentium 4 microprocessor. Organized in an orderly and manageable format, it offers over 200 programming examples using the Microsoft Macro Assembler program, and provides a thorough description of each Intel family members, memory systems, and various I/O systems.

Fluent Python: Clear, Concise, and Effective Programming


Luciano Ramalho - 2015
    With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"

Pocket Guide to APA Style


Robert Perrin - 2006
    In addition to step-by-step coverage of documentation, the book includes an overview of the research-writing process entitled "Writing Scholarly Papers" and three useful appendices. Thorough and practical, this convenient reference guide is also less expensive and easier for undergraduates to use than the APA Manual. The Second Edition features expanded coverage of electronic sources to keep students up-to-date on using and evaluating Internet references in their research. In addition, this new edition provides more guidance on avoiding plagiarism. The two sample APA-style papers--one argumentative and one experimental--are carefully annotated to give students extra support as they master the elements of manuscript preparation and documentation principles.

Working Effectively with Legacy Code


Michael C. Feathers - 2004
    This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.

A Faith for All Seasons


Ted M. Dorman - 1995
    Dorman revises his textbook, which introduces and explains the classic doctrines of the historic Christian faith. While systematic in organization, the book remains written for students, aiming to bring them to an understanding of the central doctrines of the Christian church including the doctrines of Scripture, God, creation, humanity, atonement, salvation, and eschatology.

Essentials of Business Communication


Mary Ellen Guffey - 1991
    instructional book for students or anyone who needs to learn business communications.

Tourism: Principles, Practices, Philosophies


Charles R. Goeldner - 1984
    Anyone involved in the work or study of today's tourism industry must consider all these factors together and their effect on it.This updated and revised Eleventh Edition of Tourism presents a comprehensive introduction to travel and tourism, while continuing the tested approach of successful previous editions. New and revised coverage, integrating the latest developments in the tourism industry, includes:Profiles of such industry leaders as J. W. Marriott, Jr, of Marriott International, Inc., James Rasulo of Walt Disney Parks and Resorts, and Francesco Frangialli, Secretary-General of the United Nations World Tourism Organization Lively and fun "Global Insights" look at emerging areas of importance in tourism Demographic trends, such as how the many new travelers from BRIC nations (Brazil, Russia, India, and China) recreate and seek culture New information on transportation options, including high-speed rail and river cruises New consideration of the use of the Internet, particularly Web 2.0 (podcasting, social networks, and blogs), in tourism research, marketing, and promotion Updates on passport, visa, and governmental policies Expanded treatment of crisis management Moving easily between theory and practice, Tourism, Eleventh Edition offers an unparalleled discussion of recreational travel today, and is suitable both as a lively learning tool for students and a reliable go-to reference for tourism professionals.

The Pragmatic Programmer: From Journeyman to Master


Andy Hunt - 1999
    It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.

UDL Now!: A Teacher's Guide to Applying Universal Design for Learning in Today's Classrooms


Katie Novak - 2016
    UDL is a framework for inclusive education that aims to lower barriers to learning and optimize each individual's opportunity to learn. Novak shows how to use the UDL Guidelines to plan lessons, choose materials, assess learning, and improve instructional practice. Novak discusses key concepts such as scaffolding, vocabulary-building, and using student feedback to inform instruction. She also provides tips on recruiting students as partners in the teaching process, engaging their interest in how they learn. UDL Now! is a fun and effective Monday-morning playbook for great teaching.

Algorithms


Robert Sedgewick - 1983
    This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.

Code: The Hidden Language of Computer Hardware and Software


Charles Petzold - 1999
    And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.

Social Psychology


Elliot Aronson - 1973
    This third edition has been fully revised and uses a story-telling approach to illustrate how research is done and the results of such research. Each chapter begins with a real-life vignette that epitomizes the social psychological concepts that follow, and experiences and historical events are used to illustrate theories within social psychology.