Business Law


Lee Mei Pheng - 2009
    The authors' comprehensive experience in legal practice, banking and teaching have enabled them to provide a condensed and easy to understand coverage of business law principles and areas of interest related thereto.

Unity in Action


Joseph Hocking - 2015
    You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Based on Unity version 5.About the BookThis book helps readers build successful games with the Unity game development platform. You will use the powerful C# language, Unity's intuitive workflow tools, and a state-of-the-art rendering engine to build and deploy mobile, desktop, and console games. Unity's single codebase approach minimizes inefficient switching among development tools and concentrates your attention on making great interactive experiences.Unity in Action teaches you how to write and deploy games. You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Each sample project illuminates specific Unity features and game development strategies. As you read and practice, you'll build up a well-rounded skill set for creating graphically driven 2D and 3D game applications.You'll need to know how to program, in C# or a similar OO language. No previous Unity experience or game development knowledge is assumed.

International Marketing


Philip R. Cateora - 1975
    Providing a well-rounded perspective of international markets that encompasses history, geography, language, and religion as well as economics, Cateora helps students to see the cultural and environmental uniqueness of any nation or region. The 15th edition reflects all the important events and innovations to affect global business within recent years, while including several new and updated technological learning tools.

Labor Economics


George J. Borjas - 1995
    This book integrates theory with facts and covers the research.

Intercultural Competence: Interpersonal Communication Across Cultures


Myron W. Lustig - 1993
    Blending both the practical and theoretical, the concrete and abstract, this book is both enjoyable to read and thoroughly researched. By clearly explaining different theories and the significance of cultural patterns and having readers practice what they learn via examples in the book, Intercultural Competence better prepares readers to interact in intercultural relationships. The book also provides a discussion of important ethical and social issues relating to intercultural communication. The authors cover U.S. cultures as well as global cultural issues.

Global Business Today


Charles W.L. Hill - 1998
    The success of the first five editions of Global Business Today has been based in part upon the incorporation of leading edge research into the text, the use of the up-to-date examples and statistics to illustrate global trends and enterprise strategy, and the discussion of current events within the context of the appropriate theory. Our research has shown that students and instructors alike enjoy the interesting, informative, and accessible writing style of GBT - so much so that the writing has become Charles Hill's trademark. In addition to boxed material which provides deep illustrations in every chapter, Hill carefully weaves interesting anecdotes into the narrative of the text to engage the reader.

Ubuntu Linux Toolbox: 1000+ Commands for Ubuntu and Debian Power Users


Christopher Negus - 2007
    Try out more than 1,000 commands to find and get software, monitor system health and security, and access network resources. Then, apply the skills you learn from this book to use and administer desktops and servers running Ubuntu, Debian, and KNOPPIX or any other Linux distribution.

65 Successful Harvard Business School Application Essays: With Analysis by the Staff of The Harbus, the Harvard Business School Newspaper


Lauren Sullivan - 2009
    . . IN 300 WORDS OR LESSIt’s a daunting task. Even the most seasoned professionals find business school application essays to be among the hardest pieces they ever write. With a diverse pool of talented people applying to the nation’s top schools from the most successful companies and prestigious undergraduate programs in the world, a simple biography detailing accomplishments and goals isn’t enough. Applicants need clear and compelling arguments that grab admissions officers and absolutely refuse to let go.To help them write the essays that get them accepted into Harvard or any of the country’s other top programs, the staff of The Harbus---HBS’s student newspaper---have updated and revised their collection of sixty-five actual application essays as well as their detailed analysis of them so that applicants will be able to:* Avoid common pitfalls* Play to their strengths* Get their message acrossWherever they are applying, the advice and tested strategies in 65 Successful Harvard Business School Application Essays give business professionals and undergraduates the insider’s knowledge to market themselves most effectively and truly own the process.

Digital Communications: Fundamentals and Applications


Bernard Sklar - 1987
    It can serve both as an excellent introduction for the graduate student with some background in probability theory or as a valuable reference for the practicing ommunication system engineer. For both communities, the treatment is clear and well presented." - Andrew Viterbi, The Viterbi Group Master every key digital communications technology, concept, and technique. Digital Communications, Second Edition is a thoroughly revised and updated edition of the field's classic, best-selling introduction. With remarkable clarity, Dr. Bernard Sklar introduces every digital communication technology at the heart of today's wireless and Internet revolutions, providing a unified structure and context for understanding them -- all without sacrificing mathematical precision. Sklar begins by introducing the fundamentals of signals, spectra, formatting, and baseband transmission. Next, he presents practical coverage of virtually every contemporary modulation, coding, and signal processing technique, with numeric examples and step-by-step implementation guidance. Coverage includes: Signals and processing steps: from information source through transmitter, channel, receiver, and information sinkKey tradeoffs: signal-to-noise ratios, probability of error, and bandwidth expenditureTrellis-coded modulation and Reed-Solomon codes: what's behind the mathSynchronization and spread spectrum solutionsFading channels: causes, effects, and techniques for withstanding fadingThe first complete how-to guide to turbo codes: squeezing maximum performance out of digital connectionsImplementing encryption with PGP, the de facto industry standard Whether you're building wireless systems, xDSL, fiber or coax-based services, satellite networks, or Internet infrastructure, Sklar presents the theory and the practical implementation details you need. With nearly 500 illustrations and 300 problems and exercises, there's never been a faster way to master advanced digital communications. CD-ROM INCLUDED The CD-ROM contains a complete educational version of Elanix' SystemView DSP design software, as well as detailed notes for getting started, a comprehensive DSP tutorial, and over 50 additional communications exercises.

Principles of Environmental Science: Inquiry and Applications


William P. Cunningham - 2001
    This book is intended for use in a one- or two-semester course in environmental science, human ecology, or environmental studies at the college or advanced placement high school level.

Fundamentals of Management: Essential Concepts and Applications


Stephen P. Robbins - 1995
    This edition will cover the essential concepts of management that students will find interesting and straightforward.

Manufacturing Engineering and Technology


Serope Kalpakjian - 2000
    Manufacturing Engineering and Technology describes both time-tested and modern methods of manufacturing engineering materials, and sets the standard for introducing readers to the scope and variety of manufacturing processes.

Build Awesome Command-Line Applications in Ruby: 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. As Ruby pro David Copeland explains, writing a command-line application that is self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, since it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Moreover, 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 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.What You Need: All you'll need is Ruby, and the ability to install a few gems along the way. Examples written for Ruby 1.9.2, but 1.8.7 should work just as well.

The Calculus 7


Louis Leithold - 1995
    The author has sought to utlilize the technology now available for the teaching and learning of calculus. The hand-held graphics calculator is one such form of technology that has been integrated into the book. Topics in algebra, trigonometry, and analytical geometry appear in the Appendix.

Elements of Chemical Reaction Engineering


H. Scott Fogler - 1986
    Clear, concise, and superbly organized, it integrates text, visuals, and computer simulations to help readers solve even the most challenging problems through reasoning, rather than by memorizing equations.