Modern Management


Samuel C. Certo - 1992
    For courses in Principles of Management, this title takes a traditional, balanced approach to the four functions of management.

Contemporary Oral and Maxillofacial Surgery


James R. Hupp - 1988
    This well-organized text defines the role of the general dentist as a member of the surgical management team. Basic techniques of evaluation, diagnosis, and medical management are presented in explicit detail that allows the reader to immediately apply these methods to practice. It provides information on the basic oral surgery procedures that the general practitioner encounters, as well as an overview of oral and maxillofacial surgery procedures performed by the specialist. All surgical techniques are well illustrated so readers can visualize key surgical concepts.Authored by well-known, respected practitioners and contributors in the field of OMS, drawing on their wealth of clinical expertise.Two-color format highlights key concepts and makes information easy to follow.Appendices provide valuable reference sections, including useful examples of prescriptions, postoperative instructions, an informed consent form, and current instrument pricing.A new chapter focuses on facial esthetic surgery, which is often included in a comprehensive treatment plan to complement restorative, prosthetic, and orthodontic treatment.Basic and advanced preprosthetic procedures have been combined into one complete chapter so readers can easily turn to procedures of interest.Enhanced and improved illustrations throughout more accurately depict key concepts and techniques, and many photos have been replaced with new, high-quality images.The chapter on facial neuropathology has been completely revised to present the most up-to-date information on this topic.

The Go Programming Language


Alan A.A. Donovan - 2015
    It has been winning converts from dynamic language enthusiasts as well as users of traditional compiled languages. The former appreciate the robustness and efficiency that Go's lightweight type system brings to their code; the latter find Go's simplicity and fast tools a refreshing change. Thanks to its well-designed standard libraries and its excellent support for concurrent programming, Go is fast becoming the language of choice for distributed systems. The Go Programming Language is the definitive book on Go for the working programmer. It assumes no prior knowledge of Go, nor any other specific programming language, so you'll find it an accessible guide whether you come from JavaScript, Ruby, Python, Java, or C++. The book will quickly get you started using Go effectively from the beginning, and by the end, you will know how to use it well to write clear, idiomatic and efficient programs to solve real-world problems. You'll understand not just how to use its standard libraries, but how they work, and how to apply the same design techniques to your own projects. The earlier chapters will introduce you to the basic concepts of Go programming---numbers, strings, functions---while at the same time presenting important computer science concepts like recursion, and useful examples of graphics, UTF-8, and error handling. The chapters on methods and interfaces will show you a new way to think about object-oriented programming; the chapter on concurrency explains why concurrency is so important in modern programming, and how Go helps you handle it well. You'll also learn about Go's pragmatic but effective approach to testing; how to build, test, and manage projects using the go tool, and the art of metaprogramming using reflection. The book contains hundreds of interesting and practical examples that cover the whole language and a wide range of applications. The code samples from the book are available for download from gopl.io.