Browse Results

Showing 24,326 through 24,350 of 54,396 results

Mastering JavaScript Functional Programming

by Federico Kereki

Master Functional Programming techniques with this comprehensive guide for writing cleaner, safer, high-performing JavaScript codes About This Book • Become proficient and skilled with Functional Programming in JavaScript to solve real-world development problems • Successfully apply Functional Programming concepts and techniques to everyday JavaScript programming • Bring modularity, reusability, testability, and performance to your web apps Who This Book Is For If you are a JavaScript developer and want to apply functional programming techniques, then this book is for you. Only a basic knowledge of the concepts of functional programming is required for this book. What You Will Learn • Create more reliable code with closures and immutable data • Convert existing methods into pure functions, and loops into recursive methods • Develop more powerful applications with currying and function composition • Separate the logic of your system from implementation details • Implement composition and chaining techniques to simplify coding • Use functional programming techniques where it makes the most sense In Detail Functional programming is a programming paradigm for developing software using functions. Learning to use functional programming is a good way to write more concise code, with greater concurrency and performance. The JavaScript language is particularly suited to functional programming. This book provides comprehensive coverage of the major topics in functional programming with JavaScript to produce shorter, clearer, and testable programs. You'll delve into functional programming; including writing and testing pure functions, reducing side-effects, and other features to make your applications functional in nature. Specifically, we'll explore techniques to simplify coding, apply recursion for loopless coding, learn ways to achieve immutability, implement design patterns, and work with data types. By the end of this book, you'll have developed the JavaScript skills you need to program functional applications with confidence. Style and approach This book takes an easy-to-follow, step-by-step tutorial approach. You will make the most of JavaScript programming with a focus on the progression of functional programming techniques, styles, and detailed information about JavaScript libraries.

Mastering JavaScript Functional Programming: Write clean, robust, and maintainable web and server code using functional JavaScript, 2nd Edition

by Federico Kereki

Explore the functional programming paradigm and the different techniques for developing better algorithms, writing more concise code, and performing seamless testing Key Features Explore this second edition updated to cover features like async functions and transducers, as well as functional reactive programming Enhance your functional programming (FP) skills to build web and server apps using JavaScript Use FP to enhance the modularity, reusability, and performance of apps Book Description Functional programming is a paradigm for developing software with better performance. It helps you write concise and testable code. To help you take your programming skills to the next level, this comprehensive book will assist you in harnessing the capabilities of functional programming with JavaScript and writing highly maintainable and testable web and server apps using functional JavaScript. This second edition is updated and improved to cover features such as transducers, lenses, prisms and various other concepts to help you write efficient programs. By focusing on functional programming, you'll not only start to write but also to test pure functions, and reduce side effects. The book also specifically allows you to discover techniques for simplifying code and applying recursion for loopless coding. Gradually, you'll understand how to achieve immutability, implement design patterns, and work with data types for your application, before going on to learn functional reactive programming to handle complex events in your app. Finally, the book will take you through the design patterns that are relevant to functional programming. By the end of this book, you'll have developed your JavaScript skills and have gained knowledge of the essential functional programming techniques to program effectively. What you will learn Simplify JavaScript coding using function composition, pipelining, chaining, and transducing Use declarative coding as opposed to imperative coding to write clean JavaScript code Create more reliable code with closures and immutable data Apply practical solutions to complex programming problems using recursion Improve your functional code using data types, type checking, and immutability Understand advanced functional programming concepts such as lenses and prisms for data access Who this book is for This book is for JavaScript developers who want to enhance their programming skills and build efficient web applications. Frontend and backend developers who use various JavaScript frameworks and libraries like React, Angular, or Node.js will also find the book helpful. Working knowledge of ES2019 is required to grasp the concepts covered in the book easily.

Mastering JavaScript Functional Programming: Write clean, robust, and maintainable web and server code using functional JavaScript and TypeScript, 3rd Edition

by Federico Kereki

Apply functional programming techniques to write testable terser code for frontend and backend development with improved clarity, concurrency, and performancePurchase of the print or Kindle book includes a free PDF eBookKey FeaturesApply functional programming concepts and techniques to everyday JavaScript or TypeScript programmingMaster functional programming in JavaScript and TypeScript to solve real-world development problemsApply functional programming to get better testable programs with higher modularity and reusabilityBook DescriptionFunctional programming is a programming paradigm that uses functions for developing software. This book is filled with examples that enable you to leverage the latest JavaScript and TypeScript versions to produce modern and clean code, as well as teach you to how apply functional programming techniques to develop more efficient algorithms, write more concise code, and simplify unit testing.This book provides comprehensive coverage of the major topics in functional programming to produce shorter, clearer, and testable programs. You'll begin by getting to grips with writing and testing pure functions, reducing side effects, as well as other key features to make your applications functional in nature. The book specifically explores techniques to simplify coding, apply recursion, perform high-level coding, learn ways to achieve immutability, implement design patterns, and work with data types.By the end of this book, you'll have developed the practical programming skills needed to confidently enhance your applications by adding functional programming to wherever it's most suitable.What you will learnUnderstand when to use functional programming versus classic object-oriented programmingUse declarative coding instead of imperative coding for clearer, more understandable codeKnow how to avoid side effects and create more reliable code with closures and immutable dataUse recursion to help design and implement more understandable solutions to complex problemsDefine functional programing data types with or without TypeScript, add type checking, and implement immutabilityApply advanced containers to get better structures to tackle errors and implement async programmingWho this book is forIf you are a JavaScript or TypeScript developer looking to enhance your programming skills, then this book is for you. The book applies to both frontend developers working with frameworks such as React, Vue, or Angular as well as backend developers using Node.js or Deno.

Sustainable Development in Changing Complex Earth Systems (Sustainable Development Goals Series)

by Attila Kerényi Richard William McIntosh

This book applies system theory to analyze the operation and structure of the complex earth surface system, including the interactions between society and nature that cause environmental degradation and threats to human populations. The possible ways to harmonize the operation of a global society as a complex system using the United Nation sustainable development goals are investigated, as well as the major efforts currently implemented to achieve this objective and why many are unsuccessful. Readers will learn this material through case studies that assess the essential conditions required to occupy a planet sustainably, and examine the complex interactions between society and nature in the atmosphere, hydrosphere, biosphere, and outer layers of the lithosphere. The book is written for undergraduate students in geography, earth sciences, environmental sciences, and ecology, and will also appeal to environmental agency employees, nature protection representatives, teachers, and researchers.

Agile Learning and Management in a Digital Age: Dialogic Leadership (Perspectives on Education in the Digital Age)

by David Kergel Birte Heidkamp-Kergel Hanne Nørreklit Michael Paulsen

This book offers a detailed theoretical analysis of the fields of learning and management in the digital age. Taking an interdisciplinary approach, it opens a dialogue between agile management theory and agile learning theory. The book argues that there is a tension between participative and action-orientated approaches on the one hand and neoliberal enclosure of the actor on the other hand. It takes this as an opportunity for interdisciplinary dialogue between learning theories and management concepts. With contributions from a range of international experts, chapters discuss the need for suitable theoretical, epistemological, and ethical foundations as well as practice-orientated methods for learning and management to implement appropriate strategies and meet educational challenges. This highly topical book will be of great interest to academics, postgraduate students, and researchers in the fields of digital learning, educational theory, management theory, and communication studies.

OGRE 3D 1.7 Beginner's Guide

by Felix Kerger

This book is an example-driven introduction to OGRE 3D. Each example shows some new features and you learn step-by-step to create complex scenes with different effects using OGRE 3D. After several examples discussing one topic there is a do-it-yourself part where you will be challenged to solve problems on your own.If you have ever wanted to develop 3D applications with OGRE 3D, this example-driven book will enable you to do so. Understanding of C++ is needed to follow the examples in the book.

Reconfigurable RF Power Amplifiers on Silicon for Wireless Handsets

by Eric Kerhervé Laurent Leyssenne Yann Deval

Reconfigurable RF Power Amplifiers on Silicon for Wireless Handsets is intended to designers and researchers who have to tackle the efficiency/linearity trade-off in modern RF transmitters so as to extend their battery lifetime. High data rate 3G/4G standards feature broad channel bandwidths, high dynamic range and critical envelope variations which generally forces the power amplifier (PA) to operate in a low efficiency "backed-off" regime. Classic efficiency enhancement techniques such as Envelope Elimination and Restoration reveal to be little compliant with handset-dedicated PA implementation due to their channel-bandwidth-limited behavior and their increased die area consumption and/or bill-of-material. The architectural advances that are proposed in this book circumvent these issues since they put the stress on low die-area /low power-consumption control circuitry. The advantages of silicon over III/V technologies are highlighted by several analogue signal processing techniques that can be implemented on-chip with a power amplifier. System-level and transistor-level simulations are combined to illustrate the principles of the proposed power adaptive solutions. Measurement on BICMOS demonstrators allows validating the functionality of dynamic linearity/efficiency management. In Reconfigurable RF Power Amplifiers on Silicon for Wireless Handsets, PA designers will find a review of technologies, architectures and theoretical formalisms (Volterra series...) that are traditionally related to PA design. Specific issues that one encounters in power amplifiers (such as thermal / memory effects, stability, VSWR sensitivity...) and the way of overcoming them are also extensively considered throughout this book.

Regulating eTechnologies in the European Union

by Tanel Kerikmäe

The EU strategy 2020 includes ambitious plans for e-regulation that could improve Europe's competitiveness. However, the European states have very different legal frameworks in this field. This book introduces flagship initiatives and provides a detailed overview and analysis of the current standards and latest developments, offering practical insights and guidelines for practitioners and policy-makers alike. Further, as it discusses the main areas of e-regulation, it can serve as a useful platform for university education in light of the growing need for new kinds of specialists, i. e. IT lawyers. The book concentrates on fields that are directly affected by e-regulation such as cyber-security, databases, computer programs, e-governance, IP and competition law and informatics.

Marketing (13th Edition)

by Roger A. Kerin Steven W. Hartley

Kerin/Hartley's Marketing 13th edition is the most robust Principles of Marketing solution available to meet the needs of a wide range of faculty. Marketing focuses on decision making through extended examples, cases, and videos involving real people making real marketing decisions. The author team's decades of combined experience in the higher education classroom continue to inform the title's innovative pedagogical approach. Marketing is known for its conversational writing style, ability to engage students through active learning techniques, and vivid descriptions of businesses, marketing professionals, and entrepreneurs in cases, exercises, and testimonials that help students personalize marketing and identify possible career interests.

Magento 2 Cookbook

by Vladimir Kerkhoff Ray Bogman

Over 50 practical recipes that will help you realize the full potential of Magento in order to build a professional online store About This Book * Take advantage of the latest features in Magento 2 to set up an e-commerce store that fits your business needs * Packed with several advanced recipes, not just to manage your online store, but to extend and design it as well * Written in a cookbook style, you can pick and choose your recipe to carry out your day- to- day Magento store tasks Who This Book Is For The book is for existing Magento users who want to gain further expertise and insights into managing, designing, and extending their online store in Magento to fit their business needs. Working knowledge of Magento and basic familiarity with programming is expected. What You Will Learn * Set up a Magento 2 project on Apache or Nginx. * Transfer your Magento 1 database to Magento 2 using the Magento 2 system tools. * Boost the performance of Magento 2 by enabling different types of caching. * Build a Magento 2 multi-store by creating a root catalog, subdirectories, and products. * Create and manage pages, blocks, and front-end apps. * Manage your Magento store by setting up the correct TAX rules. * Design custom themes within the Magento 2 framework. * Create basic and advanced extensions using Magento 2. In Detail Magento 2 is an open source e-commerce platform that has all the functionality to function from small to large online stores. It is preferred by developers and merchants due to its new architecture, which makes it possible to extend the functionalities with plugins, a lot of which are now created by the community. This merchant and developer guide is packed with recipes that cover all aspects of Magento 2. The recipes start with simple how-to's then delve into more advanced topics as the book progresses. We start with the basics of setting up a Magento 2 project on Apache or Nginx. Next, you will learn about basics including system tools and caching to get your Magento 2 system ready for the real work. We move on to simple tasks such as managing your store and catalog configuration. When you are familiar with this, we cover more complex features such as module and extension development. Then we will jump to the final part: advanced Magento 2 extensions. By the end of this book, you'll be competent with all the development phases of Magento 2 and its most common elements. Style and approach Step by step guide for real world tasks for Magento users to gain a more advanced insight on managing, extending and designing their e-commerce store to fit their business needs.

Data-driven Retailing: A Non-technical Practitioners' Guide (Management for Professionals)

by Louis-Philippe Kerkhove

This book provides retail managers with a practical guide to using data. It covers three topics that are key areas of innovation for retailers: Algorithmic Marketing, Logistics, and Pricing. Use cases from these areas are presented and discussed in a conceptual and comprehensive manner. Retail managers will learn how data analysis can be used to optimize pricing, customer loyalty and logistics without complex algorithms.The goal of the book is to help managers ask the right questions during a project, which will put them on the path to making the right decisions. It is thus aimed at practitioners who want to use advanced techniques to optimize their retail organization.

Optimal Surface Fitting of Point Clouds Using Local Refinement: Application to GIS Data (SpringerBriefs in Earth System Sciences)

by Gaël Kermarrec Vibeke Skytt Tor Dokken

This open access book provides insights into the novel Locally Refined B-spline (LR B-spline) surface format, which is suited for representing terrain and seabed data in a compact way. It provides an alternative to the well know raster and triangulated surface representations. An LR B-spline surface has an overall smooth behavior and allows the modeling of local details with only a limited growth in data volume. In regions where many data points belong to the same smooth area, LR B-splines allow a very lean representation of the shape by locally adapting the resolution of the spline space to the size and local shape variations of the region. The iterative method can be modified to improve the accuracy in particular domains of a point cloud. The use of statistical information criterion can help determining the optimal threshold, the number of iterations to perform as well as some parameters of the underlying mathematical functions (degree of the splines, parameter representation). The resulting surfaces are well suited for analysis and computing secondary information such as contour curves and minimum and maximum points. Also deformation analysis are potential applications of fitting point clouds with LR B-splines.

Advances in Communication Networking: 20th EUNICE/IFIP EG 6.2, 6.6 International Workshop, Rennes, France, September 1-5, 2014, Revised Selected Papers (Lecture Notes in Computer Science #8846)

by Yvon Kermarrec

This book constitutes the refereed proceedings of the 20th EUNICE/IFIP WG 6. 2, 6. 6 Workshop on Advances in Communication Networking, EUNICE 2014, held in Rennes, France, in September 2014. The 21 papers presented were carefully reviewed and selected from numerous submissions and present aspects in the field of information and communication technologies.

Dynamic Quality Management for Cloud Labor Services

by Robert Kern

How can a scalable and efficient quality management mechanism for cloud labor services be designed in a way that it delivers results with a well-defined level of quality to the requester? Cloud labor services are a specific form of crowdsourcing: A coordination platform serves as an interface between requesters who need to get work done and a large crowd of workers who want to perform work. An early example of such a platform is Amazon's Web marketplace Mturk, on which service requesters can publish open calls for so-called human intelligence tasks (HITs). Robert Kern's work makes a considerable contribution toward solving the quality problem for scalable human work. On the basis of a comprehensive framework of cloud labor, he develops a set of methods to conceptually measure and aggregate the quality of human work results, implements a platform to put those methods to work, and evaluates their application in a number of very compelling, real-world scenarios successfully combining concepts from statistics, information technology, and management. Reading this book will be beneficial to novices in cloud labor services looking for orientation in this new field as well as to advanced researchers and practitioners developing cloud quality concepts.

Engineering Haptic Devices: A Beginner's Guide (Springer Series on Touch and Haptic Systems)

by Thorsten A. Kern Christian Hatzfeld Alireza Abbasimoshaei

This is an open access book.In this third edition of Engineering Haptic Devices the software part was rewritten from scratch and now includes even more details on tactile and texture interaction modalities. The kinematics section was improved to extend beyond a pure knowledge explanation to a comprehensive guideline on how to actually do and implement haptic kinematic functions. The control section was reworked incorporating some hands-on experience on control implementation on haptic systems. The system, actuator and sensor design chapters were updated to allow easier access to the content.This book is written for students and engineers faced with the development of a task-specific haptic system. Now 14 years after its first edition, it is still a reference for the basics of haptic interaction and existing haptic systems and methods as well as an excellent source of information for technical questions arising in the design process of systems and components. Following a system engineering approach, it is divided into two parts with Part I containing background and reference information as a knowledge basis. Typical application areas of haptic systems and a thorough analysis of haptics as an interaction modality are introduced. The role of users in the design of haptic systems is discussed and relevant design and development stages are outlined. Part II presents all related challenges in the design of haptic systems including general system architecture and control structures, kinematics, actuator principles and all types of sensors you may encounter doing haptic device development. Beside these hardware and mechanical topics, further chapters examine state-of-the-art interfaces to operate the devices, and hardware and software development to push haptic systems to their limits.

The C Programming Language (Second Edition)

by Brian Kernighan Dennis Ritchie

Introduces the features of the C programming language, discusses data types, variables, operators, control flow, functions, pointers, arrays, and structures, and looks at the UNIX system interface.

Understanding the Digital World: What You Need to Know about Computers, the Internet, Privacy, and Security

by Brian W. Kernighan

Computers are everywhere. Some of them are highly visible, in laptops, tablets, cell phones, and smart watches. But most are invisible, like those in appliances, cars, medical equipment, transportation systems, power grids, and weapons. We never see the myriad computers that quietly collect, share, and sometimes leak vast amounts of personal data about us. Through computers, governments and companies increasingly monitor what we do. Social networks and advertisers know far more about us than we should be comfortable with, using information we freely give them. Criminals have all-too-easy access to our data. Do we truly understand the power of computers in our world?Understanding the Digital World explains how computer hardware, software, networks, and systems work. Topics include how computers are built and how they compute; what programming is and why it is difficult; how the Internet and the web operate; and how all of these affect our security, privacy, property, and other important social, political, and economic issues. This book also touches on fundamental ideas from computer science and some of the inherent limitations of computers. It includes numerous color illustrations, notes on sources for further exploration, and a glossary to explain technical terms and buzzwords.Understanding the Digital World is a must-read for all who want to know more about computers and communications. It explains, precisely and carefully, not only how they operate but also how they influence our daily lives, in terms anyone can understand, no matter what their experience and knowledge of technology.

Understanding the Digital World: What You Need to Know about Computers, the Internet, Privacy, and Security, Second Edition

by Brian W. Kernighan

A brand-new edition of the popular introductory textbook that explores how computer hardware, software, and networks workComputers are everywhere. Some are highly visible, in laptops, tablets, cell phones, and smart watches. But most are invisible, like those in appliances, cars, medical equipment, transportation systems, power grids, and weapons. We never see the myriad computers that quietly collect, share, and sometimes leak personal data about us. Governments and companies increasingly use computers to monitor what we do. Social networks and advertisers know more about us than we should be comfortable with. Criminals have all-too-easy access to our data. Do we truly understand the power of computers in our world?In this updated edition of Understanding the Digital World, Brian Kernighan explains how computer hardware, software, and networks work. Topics include how computers are built and how they compute; what programming is; how the Internet and web operate; and how all of these affect security, privacy, property, and other important social, political, and economic issues. Kernighan touches on fundamental ideas from computer science and some of the inherent limitations of computers, and new sections in the book explore Python programming, big data, machine learning, and much more. Numerous color illustrations, notes on sources for further exploration, and a glossary explaining technical terms and buzzwords are included.Understanding the Digital World is a must-read for readers of all backgrounds who want to know more about computers and communications.

Symbolic and Quantitative Approaches to Reasoning with Uncertainty: 15th European Conference, ECSQARU 2019, Belgrade, Serbia, September 18-20, 2019, Proceedings (Lecture Notes in Computer Science #11726)

by Gabriele Kern-Isberner Zoran Ognjanović

This book constitutes the refereed proceedings of the 15th European Conference on Symbolic and Quantitative Approaches to Reasoning with Uncertainty, ECSQARU 2019, held in Belgrade, Serbia, in September 2019.The 41 full papers presented together with 3 abstracts of invited talks inn this volume were carefully reviewed and selected from 62 submissions. The papers are organized in topical sections named: Argumentation; Belief Functions; Conditional, Default and Analogical Reasoning; Learning and Decision Making; Precise and Imprecise Probabilities; and Uncertain Reasoning for Applications.

Trendology

by Chris Kerns

In this, the first data-driven guide to real time marketing, Chris Kerns outlines the value of RTM via a comprehensive social data performance analysis. He lays out best practices for measuring RTM, injects a data-driven mindset into every step of its methodology, and shows how marketers can grow RTM into a daily win for brands across the globe.

Beginning Swift [Book]: Master the fundamentals of programming in Swift 4

by Robert Kerr Kåre Morstøl

Master the fundamentals of programming in Swift 4Key Features Covers theory and practice in equal parts Teaches you how to correctly structure and architect software using Swift Uses real-world examples to connect the theory to a professional setting Imparts expertise in the core Swift standard libraryBook DescriptionTake your first foray into programming for Apple devices with Swift.Swift is fundamentally different from Objective-C, as it is a protocol-oriented language. While you can still write normal object-oriented code in Swift, it requires a new way of thinking to take advantage of its powerful features and a solid understanding of the basics to become productive.This course helps you develop client-side and server-side applications, as well as web services using Swift. We'll begin with exploring the fundamental Swift programming concepts, language structure, and the Swift programming syntax. Then, we'll learn to create original custom operators with Swift operators, branching, and loops.Moving on, we'll learn how to run application codes and compile errors. Having made progress with it, we'll see how Swift compares to other computer languages and how to transform your thinking. Then, master the usage of key language elements, such as strings and collections. Finally, grasp how Swift supports modern application development using advanced features, such as built-in Unicode support and higher-order functions.This is an introductory course to the Swift programming language with Xcode.After completing this course, students will be well-prepared to begin developing native end-user applications for iOS or macOS, or to develop server-side (back-end) application and web services using Swift on Linux.What you will learn Explore the fundamental Swift programming concepts, language structure, and the Swift programming syntax Learn how Swift compares to other computer languages and how to transform your thinking to leverage new concepts such as optionals and protocols Master how to use key language elements, such as strings and collections Grasp how Swift supports modern application development using advanced features, such as built-in Unicode support and higher-order functions.Who this book is forIf you are seeking fundamental Swift programming skills, in preparation for learning to develop native applications for iOS or macOS, this book is the best for you. You don’t need to have any prior Swift knowledge; however, object-oriented programming experience is desired.

Arduino IV: 3D Printing, Instrumentation, and Control (Synthesis Lectures on Digital Circuits & Systems)

by Tyler Kerr Steven Barrett

This book gives a step-by-step introduction to designing and building your own robots. As with other books in the Arduino series, the book begins with a quick overview of the Arduino Integrated Development Environment (IDE) used to write sketches, and the hardware systems aboard the Arduino UNO R3 and the Mega 2560 Rev 3. The level of the text makes it accessible for students, hobbyist and professionals' first introduction to both Arduino and Robotics. This book will be accessible by all levels of students, advanced hobbyists and engineering professionals, whether using as a self-reference or within a structure design laboratory. The text then examines the many concepts and characteristics common to all robots. In addition, throughout the book , reasonably priced, easily accessible and available off-the-shelf robots are examined. Examples include wheeled robots, tracked robots and also a robotic arm. After a thorough and easy to follow Arduino IDE and hardware introduction, the book launches into “do it yourself” or DIY concepts. A unique feature of the book is to start with a hands-on introduction to low cost 3D printing. These concepts will allow you to design and print your own custom robot parts and chassis. We then explore concepts to sense a robot's environment, move the robot about and provide a portable power source. We conclude with a several DIY robot projects.

The Linux Programming Interface: A Linux and UNIX System Programming Handbook (No Starch Press Ser.)

by Michael Kerrisk

The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You'll learn how to:–Read and write files efficiently–Use signals, clocks, and timers–Create processes and execute programs–Write secure programs–Write multithreaded programs using POSIX threads–Build and use shared libraries–Perform interprocess communication using pipes, message queues, shared memory, and semaphores–Write network applications with the sockets APIWhile The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.

Strength in Darkness

by Margaret Charles Kerry John of the Cross

How will I get through this? Will I ever feel God's love again? Prayer, once filled with insight and consolation, now feels routine. When all roads seem impassable where do you turn? John of the Cross offers you his wise counsel as a roadmap through rough terrain. St. John of the Cross is the author of the best-selling classic Dark Night of the Soul.

Data and Applications Security and Privacy XXXII: 32nd Annual IFIP WG 11.3 Conference, DBSec 2018, Bergamo, Italy, July 16–18, 2018, Proceedings (Lecture Notes in Computer Science #10980)

by Florian Kerschbaum Stefano Paraboschi

This book constitutes the refereed proceedings of the 32nd Annual IFIP WG 11.3 International Working Conference on Data and Applications Security and Privacy, DBSec 2018, held in Bergamo, Italy, in July 2018. The 16 full papers and 5 short papers presented were carefully reviewed and selected from 50 submissions. The papers present high-quality original research from academia, industry, and government on theoretical and practical aspects of information security. They are organized in topical sections on administration, access control policies, privacy-preserving access and computation, integrity and user interaction, security analysis and private evaluation, fixing vulnerabilities, and networked systems.

Refine Search

Showing 24,326 through 24,350 of 54,396 results