Book picks similar to
Subsea Pipelines and Risers by Yong Bai
a-reference
engineering
ikm
knovel
The Elements of Computing Systems: Building a Modern Computer from First Principles
Noam Nisan - 2005
The books also provides a companion web site that provides the toold and materials necessary to build the hardware and software.
Algorithms to Live By: The Computer Science of Human Decisions
Brian Christian - 2016
What should we do, or leave undone, in a day or a lifetime? How much messiness should we accept? What balance of new activities and familiar favorites is the most fulfilling? These may seem like uniquely human quandaries, but they are not: computers, too, face the same constraints, so computer scientists have been grappling with their version of such issues for decades. And the solutions they've found have much to teach us.In a dazzlingly interdisciplinary work, acclaimed author Brian Christian and cognitive scientist Tom Griffiths show how the algorithms used by computers can also untangle very human questions. They explain how to have better hunches and when to leave things to chance, how to deal with overwhelming choices and how best to connect with others. From finding a spouse to finding a parking spot, from organizing one's inbox to understanding the workings of memory, Algorithms to Live By transforms the wisdom of computer science into strategies for human living.
Ansible for DevOps
Jeff Geerling - 2015
This book will help those familiar the command line and basic shell scripting start using Ansible to provision and manage anywhere from one to thousands of servers.The book begins with fundamentals, like installing Ansible, setting up a basic inventory file, and basic concepts, then guides you through Ansible's many uses, including ad-hoc commands, basic and advanced playbooks, application deployments, custom modules, and special cases like running ansible in 'pull' mode when you have thousands of servers to manage (or more). Everything is explained with pertinent real-world examples, often using Vagrant-managed virtual machines.
Fundamentals of Aerodynamics
John D. Anderson Jr. - 1984
The classic organization of the text has been preserved, with new standalone viscous flow sections at the end of various chapters to conceptualize the coverage of this topic in part 4, and complement discussion of fundamental principles in part 1, inviscid incompressible flow in part 2, and inviscid compressible flow in part 3. Historical topics, carefully developed examples, numerous illustrations, and a wide selection of chapter problems are found throughout the text to motivate and challenge students of aerodynamics. This is the most reliable up-to-date text for students and teachers of aerodynamics. New edition will include a new support tools Aerodynamics website, including animation and simulation tools. New edition will emphasize modern methods without diminishing the study of pure theory and experiment.
DON’T HURT MY BABY: A Bad Boy Hitman Romance
Zoey Parker - 2018
She’s a pawn in our twisted game. Caught between two killers. And we each have VERY different ideas on how to use her. She’s better off with me than she is with the sadistic scum who owns her. But that’s not saying much. Because I’m a killer and a beast. And when this beautiful prey falls in my path, You can be damn sure I’m going to devour her. After I’d had my fill, I thought I’d just throw her aside and get back to what I was doing: Putting a bullet in her drug lord owner. But I didn’t go through with it. There’s something different about this one. She’s special. Fragile. Worth protecting. And if she wants to survive this hellhole, she’ll have to recognize the truth – That I’m the only one who can keep her alive. She might not care about herself anymore. But there’s someone else whose life is worth saving… The life of the baby I put in her womb. I never thought I’d say these words. But if any man lays a finger on my little angels… I’ll kill him where he stands. DON’T HURT MY BABY is a standalone contemporary bad boy baby heist romance. It's hot, exciting, safe, and of course comes with a perfect HEA. It also includes bonus novels so you never have to stop reading!
We're Parents! The New Dad Book for Baby's First Year: Everything You Need to Know to Survive and Thrive Together
Adrian Kulp - 2019
Quick advice—Key childcare tips are broken into short, convenient guides—unlike other new dad books, there’s no reading an entire textbook just to change a diaper.
The big moments—Track your baby’s development at a glance with charts that lay out the most important milestones in one place.
Who needs other new dad books when you have the expert guidance of We’re Parents! at hand?
Learn You a Haskell for Great Good!
Miran Lipovača - 2011
Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.
Purely Functional Data Structures
Chris Okasaki - 1996
However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. The author includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs are easily adaptable to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.
The Art of Doing Science and Engineering: Learning to Learn
Richard Hamming - 1996
By presenting actual experiences and analyzing them as they are described, the author conveys the developmental thought processes employed and shows a style of thinking that leads to successful results is something that can be learned. Along with spectacular successes, the author also conveys how failures contributed to shaping the thought processes. Provides the reader with a style of thinking that will enhance a person's ability to function as a problem-solver of complex technical issues. Consists of a collection of stories about the author's participation in significant discoveries, relating how those discoveries came about and, most importantly, provides analysis about the thought processes and reasoning that took place as the author and his associates progressed through engineering problems.
The Scarlet Promise
Sangeeta Kathuria - 2018
This invisible red thread will never break and you will either find your way back to me somehow, or me to you.” This is the promise that Jack makes to Esha at the end of their precious week together in London. Esha has to return to India for her wedding to Dev, which has been arranged by her wealthy parents. Aware of her cultural commitments and knowing in her heart that they cannot have a future together, their separation is marked with a single promise. The turbulent years that follow are recorded in Esha’s journal, in the form of letters to Jack, which eventually find their way into his hands and which rock his world to the core. The rigid traditions and formalities of the social world of Amritsar, in which Esha is trapped, and to which Jack has no access, may well stretch their scarlet thread to breaking point. Can a single promise made seven years ago bring together two star crossed lovers in this gripping tale, spanning two cities?
Database Internals: A deep-dive into how distributed data systems work
Alex Petrov - 2019
But with so many distributed databases and tools available today, it’s often difficult to understand what each one offers and how they differ. With this practical guide, Alex Petrov guides developers through the concepts behind modern database and storage engine internals.Throughout the book, you’ll explore relevant material gleaned from numerous books, papers, blog posts, and the source code of several open source databases. These resources are listed at the end of parts one and two. You’ll discover that the most significant distinctions among many modern databases reside in subsystems that determine how storage is organized and how data is distributed.This book examines:Storage engines: Explore storage classification and taxonomy, and dive into B-Tree-based and immutable log structured storage engines, with differences and use-cases for eachDistributed systems: Learn step-by-step how nodes and processes connect and build complex communication patterns, from UDP to reliable consensus protocolsDatabase clusters: Discover how to achieve consistent models for replicated data
Organic Chemistry I as a Second Language
David R. Klein - 2003
With David Klein's Organic Chemistry as a Second Language: Translating the Basic Concepts, you'll be able to better understand fundamental principles, solve problems, and focus on what you need to know to succeed. Here's how you can get a better grade in Organic Chemistry: Understand the Big Picture. Organic Chemistry as a Second Language points out the major principles in Organic Chemistry and explains why they are relevant to the rest of the course. By putting these principles together, you'll have a coherent framework that will help you better understand your textbook. Study More Efficiently and Effectively Organic Chemistry as a Second Language provides time-saving study tips and a clear roadmap for your studies that will help you to focus your efforts. Improve Your Problem-Solving Skills Organic Chemistry as a Second Language will help you develop the skills you need to solve a variety of problem types-even unfamiliar ones! Need Help in Your Second Semester? Get Klein's Organic Chemistry II as a Second Language! 978-0-471-73808-5
Just Enough Software Architecture: A Risk-Driven Approach
George H. Fairbanks - 2010
Developers need to understand how to use constraints as guiderails that ensure desired outcomes, and how seemingly small changes can affect a system's properties.
Mastering Algorithms with C
Kyle Loudon - 1999
Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information you need to understand the purpose and use of common programming techniques.Implementations, as well as interesting, real-world examples of each data structure and algorithm, are included.Using both a programming style and a writing style that are exceptionally clean, Kyle Loudon shows you how to use such essential data structures as lists, stacks, queues, sets, trees, heaps, priority queues, and graphs. He explains how to use algorithms for sorting, searching, numerical analysis, data compression, data encryption, common graph problems, and computational geometry. And he describes the relative efficiency of all implementations. The compression and encryption chapters not only give you working code for reasonably efficient solutions, they offer explanations of concepts in an approachable manner for people who never have had the time or expertise to study them in depth.Anyone with a basic understanding of the C language can use this book. In order to provide maintainable and extendible code, an extra level of abstraction (such as pointers to functions) is used in examples where appropriate. Understanding that these techniques may be unfamiliar to some programmers, Loudon explains them clearly in the introductory chapters.Contents include:PointersRecursionAnalysis of algorithmsData structures (lists, stacks, queues, sets, hash tables, trees, heaps, priority queues, graphs)Sorting and searchingNumerical methodsData compressionData encryptionGraph algorithmsGeometric algorithms