bull; Learn UNIX essentials with a concentration on communication, concurrency, and multithreading techniques bull; Full of ideas on how to design and implement good software along with unique projects throughout bull; Excellent companion to Stevens' Advanced UNIX System Programming
This book compiles the current state of knowledge on omnichannel retailing, a new concept in which all sales and interaction channels are considered together, and which aims to deliver a seamless customer experience regardless of the channel. It highlights case studies and examples related to each of the many barriers to an omnichannel approach, demonstrating not just success stories, but also failures. While omnichannel has already been recognized as an emerging retail trend, the articles in this book fill an important gap in research on the topic. Providing readers with essential insights on the omnichannel strategy and its implementation, the book will also stimulate academic discussion on this emerging trend.
Over the past two decades, there has been a huge amount of innovation in both the principles and practice of operating systems Over the same period, the core ideas in a modern operating system - protection, concurrency, virtualization, resource allocation, and reliable storage - have become widely applied throughout computer science. Whether you get a job at Facebook, Google, Microsoft, or any other leading-edge technology company, it is impossible to build resilient, secure, and flexible computer systems without the ability to apply operating systems concepts in a variety of settings. This book examines the both the principles and practice of modern operating systems, taking important, high-level concepts all the way down to the level of working code. Because operating systems concepts are among the most difficult in computer science, this top to bottom approach is the only way to really understand and master this important material.
The Coding Manual for Qualitative Researchers is unique in providing, in one volume, an in-depth guide to each of the multiple approaches available for coding qualitative data. In total, 29 different approaches to coding are covered, ranging in complexity from beginner to advanced level and covering the full range of types of qualitative data from interview transcripts to field notes. For each approach profiled, Johnny Saldaña discusses the method’s origins in the professional literature, a description of the method, recommendations for practical applications, and a clearly illustrated example.
This book was the first and only approved reference on UNIX System V Release 4.0 internals. It responds to the hundreds of requests for solutions to the exercises. The solutions are complete and full explanations with appropriate examples of code offering real value. More than simple answers, the Solutions offer insight and practical information.
Online Social Networks: Human Cognitive Constraints in Facebook and Twitter provides new insights into the structural properties of personal online social networks and the mechanisms underpinning human online social behavior. As the availability of digital communication data generated by social media is revolutionizing the field of social networks analysis, the text discusses the use of large- scale datasets to study the structural properties of online ego networks, to compare them with the properties of general human social networks, and to highlight additional properties. Users will find the data collected and conclusions drawn useful during design or research service initiatives that involve online and mobile social network environments. Provides an analysis of the structural properties of ego networks in online social networks Presents quantitative evidence of the Dunbar’s number in online environments Discusses original structural and dynamic properties of human social network through OSN analysis
This volume highlights key challenges for fluid-flow prediction in carbonate reservoirs, the approaches currently employed to address these challenges and developments in fundamental science and technology. The papers span methods and case studies that highlight workflows and emerging technologies in the fields of geology, geophysics, petrophysics, reservoir modelling and computer science. Topics include: detailed pore-scale studies that explore fundamental processes and applications of imaging and flow modelling at the pore scale; case studies of diagenetic processes with complementary perspectives from reactive transport modelling; novel methods for rock typing; petrophysical studies that investigate the impact of diagenesis and fault-rock properties on acoustic signatures; mechanical modelling and seismic imaging of faults in carbonate rocks; modelling geological influences on seismic anisotropy; novel approaches to geological modelling; methods to represent key geological details in reservoir simulations and advances in computer visualization, analytics and interactions for geoscience and engineering.
An introduction to the engineering principles of embedded systems, with a focus on modeling, design, and analysis of cyber-physical systems. The most visible use of computers and software is processing information for human consumption. The vast majority of computers in use, however, are much less visible. They run the engine, brakes, seatbelts, airbag, and audio system in your car. They digitally encode your voice and construct a radio signal to send it from your cell phone to a base station. They command robots on a factory floor, power generation in a power plant, processes in a chemical plant, and traffic lights in a city. These less visible computers are called embedded systems, and the software they run is called embedded software. The principal challenges in designing and analyzing embedded systems stem from their interaction with physical processes. This book takes a cyber-physical approach to embedded systems, introducing the engineering concepts underlying embedded systems as a technology and as a subject of study. The focus is on modeling, design, and analysis of cyber-physical systems, which integrate computation, networking, and physical processes. The second edition offers two new chapters, several new exercises, and other improvements. The book can be used as a textbook at the advanced undergraduate or introductory graduate level and as a professional reference for practicing engineers and computer scientists. Readers should have some familiarity with machine structures, computer programming, basic discrete mathematics and algorithms, and signals and systems.
This is a strong foundation of human-centric virtual reality design for anyone and everyone involved in creating VR experiences. Without a clear understanding of the human side of virtual reality (VR), the experience will always fail. The VR Book bridges this gap by focusing on human-centered design. Creating compelling VR applications is an incredibly complex challenge. When done well, these experiences can be brilliant and pleasurable, but when done badly, they can result in frustration and sickness. Whereas limitations of technology can cause bad VR execution, problems are oftentimes caused by a lack of understanding human perception, interaction, design principles, and real users. This book focuses on the human elements of VR, such as how users perceive and intuitively interact with various forms of reality, causes of VR sickness, creating useful and pleasing content, and how to design and iterate upon effective VR applications. This book is not just for VR designers, it is for managers, programmers, artists, psychologists, engineers, students, educators, and user experience professionals. It is for the entire VR team, as everyone contributing should understand at least the basics of the many aspects of VR design. The industry is rapidly evolving, and The VR Book stresses the importance of building prototypes, gathering feedback, and using adjustable processes to efficiently iterate towards success. It contains extensive details on the most important aspects of VR, more than 600 applicable guidelines, and over 300 additional references.
To thoroughly understand what makes Linux tick and why it's so efficient, you need to delve deep into the heart of the operating system--into the Linux kernel itself. The kernel is Linux--in the case of the Linux operating system, it's the only bit of software to which the term "Linux" applies. The kernel handles all the requests or completed I/O operations and determines which programs will share its processing time, and in what order. Responsible for the sophisticated memory management of the whole system, the Linux kernel is the force behind the legendary Linux efficiency. The new edition of Understanding the Linux Kernel takes you on a guided tour through the most significant data structures, many algorithms, and programming tricks used in the kernel. Probing beyond the superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Relevant segments of code are dissected and discussed line by line. The book covers more than just the functioning of the code, it explains the theoretical underpinnings for why Linux does things the way it does. The new edition of the book has been updated to cover version 2.4 of the kernel, which is quite different from version 2.2: the virtual memory system is entirely new, support for multiprocessor systems is improved, and whole new classes of hardware devices have been added. The authors explore each new feature in detail. Other topics in the book include: Memory management including file buffering, process swapping, and Direct memory Access (DMA) The Virtual Filesystem and the Second Extended Filesystem Process creation and scheduling Signals, interrupts, and the essential interfaces to device drivers Timing Synchronization in the kernel Interprocess Communication (IPC) Program execution Understanding the Linux Kernel, Second Edition will acquaint you with all the inner workings of Linux, but is more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. If knowledge is power, then this book will help you make the most of your Linux system.