Book picks similar to
Nontechnical Guide to Petroleum Geology, Exploration, Drilling and Production by Norman J. Hyne
energy
reference
science
petroleum
Own It: The Secret to Life
Diane Von Furstenberg - 2021
My friend Diane von Furstenberg gives us the biggest gift: faith in our uniqueness." —Gloria Steinem, writer, activist and feminist organizerThe entrepreneur and philanthropist presents her A-Z guide and manifesto for personal growth and for turning problems into assetsInternationally renowned fashion designer and philanthropist Diane von Furstenberg shares her accessible, empowering manifesto. In an easy-to-navigate A-Z format, Own It is her blueprint for enjoying both personal and professional growth at any age. "The secret of life is one thing: own it. Own our imperfections. Own our vulnerability; it becomes our strength. Whatever the challenge is, own it. Owning it is the first step to everything."
Remote Sensing and Image Interpretation
Thomas M. Lillesand - 1979
The text examines the basics of analog image analysis while placing greater emphasis on digitally based systems and analysis techniques. The presentation is discipline neutral, so students in any field of study can gain a clear understanding of these systems and their virtually unlimited applications.
Mindstorms: Children, Computers, And Powerful Ideas
Seymour Papert - 1980
We have Mindstorms to thank for that. In this book, pioneering computer scientist Seymour Papert uses the invention of LOGO, the first child-friendly programming language, to make the case for the value of teaching children with computers. Papert argues that children are more than capable of mastering computers, and that teaching computational processes like de-bugging in the classroom can change the way we learn everything else. He also shows that schools saturated with technology can actually improve socialization and interaction among students and between students and teachers.
Lower Ed: The Troubling Rise of For-Profit Colleges in the New Economy
Tressie McMillan Cottom - 2015
Yet little is known about why for-profits have expanded so quickly and even less about how the power and influence of this big-money industry impact individual lives. Lower Ed, the first book to link the rapid expansion of for-profit degrees to America’s increasing inequality, reveals the story of an industry that exploits the pain, desperation, and aspirations of the most vulnerable and exposes the conditions that allow for-profit education to thrive.Tressie McMillan Cottom draws on her personal experience as a former counselor at two for-profit colleges and dozens of interviews with students, senior executives, and activists to detail how these schools have become so successful and to decipher the benefits, credentials, pitfalls, and real costs of a for-profit education. By humanizing the hard choices about school and survival that millions of Americans face, Lower Ed nimbly parses the larger forces that deliver some of us to Yale and others to For-Profit U in an office park off Interstate 10.
Fundamental Analysis for Dummies
Matthew Krantz - 2009
Now, Fundamental Analysis For Dummies puts this tried and true method for gauging any company's true underlying value into sensible and handy step-by-step instructions..In this easy-to-understand, practical, and savvy guide you'll discover why this powerful tool is particularly important to investors in times of economic downturn and how it helps you assess a business's overall financial performance by using historical and present data to forecast its future monetary value. You'll also learn how to use fundamental analysis to spot bargains in the market, minimize your risk, and improve your overall investment skills.Shows how to predict the future value of a business based on its current and historical financial data Helps you guage a company's performance against its competitors Covers evaluation of internal management Reveals how to determine if in a company's credit standing is any jeopardy Applies fundamental analysis to other investment vehicles, including currency, bonds, and commodities Matt Krantz is a writer and reporter for USA TODAY and USATODAY.COM where he covers investments and financial markets Read Fundamental Analysis For Dummies and find the bargains that could make you the next Warren Buffett!
Clean Code: A Handbook of Agile Software Craftsmanship
Robert C. Martin - 2007
But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmer but only if you work at it. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.
Connections
James Burke - 1978
He untangles the pattern of interconnecting events, the accidents of time, circumstance, and place that gave rise to major inventions of the world. Says Burke, "My purpose is to acquaint the reader with some of the forces that have caused change in the past, looking in particular at eight innovations - the computer, the production line, telecommunications, the airplane, the atomic bomb, plastics, the guided rocket, and television - which may be most influential in structuring our own futures.... Each one of these is part of a family of similar devices, and is the result of a sequence of closely connected events extending from the ancient world until the present day. Each has enormous potential for humankind's benefit - or destruction."
The Case for Books: Past, Present, and Future
Robert Darnton - 2009
With the printed book, information and ideas could disseminate more widely and effectively than ever before—and in some cases, affect and redirect the sway of history. Today, nearly one million books are published each year. But is the era of the book as we know it—a codex of bound pages—coming to an end? And if it is, should we celebrate its demise and the creation of a democratic digital future, or mourn an irreplaceable loss? The digital age is revolutionizing the information landscape. Already, more books have been scanned and digitized than were housed in the great library in Alexandria, making available millions of texts for a curious reader at the click of a button, and electronic book sales are growing exponentially. Will this revolution in the delivery of information and entertainment make for more transparent and far-reaching dissemination or create a monopolistic stranglehold? In The Case for Books, Robert Darnton, an intellectual pioneer in the field of the history of the book and director of Harvard University's Library, offers an in-depth examination of the book from its earliest beginnings to its shifting role today in popular culture, commerce, and the academy. As an author, editorial advisor, and publishing entrepreneur, Darnton is a unique authority on the life and role of the book in society. This book is a wise work of scholarship—one that requires readers to carefully consider how the digital revolution will broadly affect the marketplace of ideas.
Cracking the Coding Interview: 150 Programming Questions and Solutions
Gayle Laakmann McDowell - 2008
This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.
The Youtube Formula: How Anyone Can Unlock the Algorithm to Drive Views, Build an Audience, and Grow Revenue
Derral Eves - 2021
In The YouTube Formula: How Anyone Can Unlock the Algorithm to Drive Views, Build an Audience, and Grow Revenue, the owner of the largest YouTube how-to channel provides the secrets to getting the results that every YouTube creator and strategist wants. Eves will reveal what readers can't get anywhere else: the inner workings of the YouTube algorithm that's responsible for determining success on the platform, and how creators can use it to their advantage.Full of actionable advice and concrete strategies, this book teaches readers how to:Launch a channel Create life-changing content Drive rapid view and subscriber growth Build a brand and increase engagement Improve searchability Monetize content and audience Replete with case studies and information from successful YouTube creators, The YouTube Formula is perfect for any creator, entrepreneur, social media strategist, and brand manager who hopes to see real commercial results from their work on the platform.
Can I Retire Yet?: How to Make the Biggest Financial Decision of the Rest of Your Life
Darrow Kirkpatrick - 2016
You've reached major milestones and accumulated more assets than you dreamed possible, and yet you hesitate. “Can I retire?” This book will help answer that question by showing you…. The tools you need to live a secure and independent retirement, without worrying about money What you must know before leaving a career behind How much it will cost you to live in retirement, and how to manage your cash flow The current choices for retirement health care, including lesser-known but effective options The threat from inflation: two secrets that politicians and bankers will never admit A realistic assessment of the impact that income taxes will have on your retirement Social Security’s role in your retirement: when you should claim and how much it’s worth to you How to construct and manage an investment portfolio for income and growth in retirement About immediate annuities and why you need multiple sources of retirement income The key variables and unknowns in your retirement withdrawal equation Reviews of the best retirement calculators, and tips for how to use them accurately Beyond the simplistic 4% Rule to the latest research on safe withdrawal rates Realistic bracketing of your retirement savings needs, without over caution or overconfidence The history of economic cycles and the related asset classes for optimal retirement security A survey of strategies plus original research for how to orchestrate your retirement distributions A practical retirement fuel gauge alerting you to problems while you still have time to act Backup plans: the lifeboat strategies for ensuring you'll never be without essential income The 6 crucial questions to answer before you can retire The one, simple, powerful, non-financial reason that you can and should retire earlier than later
Paul Graham: The Art of Funding a Startup
Andrew Warner - 2011
Thank you for your feedback and patience.From Andrew Warner:I first interviewed Paul Graham after I heard something shocking from Alexis Ohanian, a founder whose company was funded by Graham's Y Combinator. Alexis came to Mixergy to tell the story of how he launched and sold Reddit.If you're a founder, you know the kind of problems that founders have, right? Figuring out what product to create, how to build it, how to get users to try it, etc.Well Alexis didn't seem to have those problems, or at least they weren't as challenging for him as they were for most of the other 600 entrepreneurs I interviewed on Mixergy.Why? Because Paul Graham helped him launch his business.How did Graham make Reddit's launch easier and more successful than other companies' founding? How did he do the same for hundreds of other startups? And, more importantly, what can you learn from his experiences to grow your business?The book you're holding has those answers.Use what you're about to learn to build your successful startup. After you do, I hope you'll let me interview you so other founders can learn from your experience, the way you're about to benefit from Graham's.About Hyperink, the publisher:Hyperink is the easiest way for anyone to publish a beautiful, high-quality book.We work closely with subject matter experts to create each eBook. We cover topics ranging from higher education to job recruiting, from Android apps marketing to barefoot running.If you have interesting knowledge that people are willing to pay for, especially if you've already produced content on the topic, please reach out to us! There's no writing required and it's a unique opportunity to build your own brand and earn royalties.
Principles and Practice of Structural Equation Modeling
Rex B. Kline - 1998
Reviewed are fundamental statistical concepts--such as correlation, regressions, data preparation and screening, path analysis, and confirmatory factor analysis--as well as more advanced methods, including the evaluation of nonlinear effects, measurement models and structural regression models, latent growth models, and multilevel SEM. The companion Web page offers data and program syntax files for many of the research examples, electronic overheads that can be downloaded and printed by instructors or students, and links to SEM-related resources.
The Structure of Scientific Revolutions
Thomas S. Kuhn - 1962
The Structure of Scientific Revolutions is that kind of book. When it was first published in 1962, it was a landmark event in the history and philosophy of science. Fifty years later, it still has many lessons to teach. With The Structure of Scientific Revolutions, Kuhn challenged long-standing linear notions of scientific progress, arguing that transformative ideas don’t arise from the day-to-day, gradual process of experimentation and data accumulation but that the revolutions in science, those breakthrough moments that disrupt accepted thinking and offer unanticipated ideas, occur outside of “normal science,” as he called it. Though Kuhn was writing when physics ruled the sciences, his ideas on how scientific revolutions bring order to the anomalies that amass over time in research experiments are still instructive in our biotech age. This new edition of Kuhn’s essential work in the history of science includes an insightful introduction by Ian Hacking, which clarifies terms popularized by Kuhn, including paradigm and incommensurability, and applies Kuhn’s ideas to the science of today. Usefully keyed to the separate sections of the book, Hacking’s introduction provides important background information as well as a contemporary context. Newly designed, with an expanded index, this edition will be eagerly welcomed by the next generation of readers seeking to understand the history of our perspectives on science.
JavaScript: The Good Parts
Douglas Crockford - 2008
This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.