Book picks similar to
Structured COBOL Programming by Nancy B. Stern
reference
computer
reference-books
showcase
Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers
John MacCormick - 2012
A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.
The Big Book of Stock Trading Strategies
Matthew R. Kratter - 2017
Then use it to make money for the rest of your life. Ready to get started trading stocks, but don't know where to begin? In this book, I have collected the most popular trading strategies from my previous books:The Rubber Band Stocks StrategyThe Rocket Stocks StrategyThe Day Sniper Trading Strategy Imagine what it would be like if you started each morning without stress, knowing exactly which stocks to trade. Knowing where to enter, where to take profits, and where to set your stop loss. In this book, you will learn:How to spot a stock that is about to explode higherWhy it's sometimes a smart idea to buy a stock that everyone hatesHow to screen for the best stocks to tradeInsider tricks used by professional tradersThe one thing you must never do if a stock gaps to new highsHow to tell if you are in a bull market, or a bear marketAnd much, much more It's time to stop gambling with your hard-earned money. Join the thousands of smart traders who have improved their trading with the strategies in this book. Amazon best-selling author and retired hedge fund manager, Matthew Kratter will teach you the secrets that he has used to trade profitably for the last 20 years. These strategies are powerful, and yet so simple to use. Even if you are a complete beginner, these strategies will have you trading stocks in no time. And if you ever get stuck, you can always reach out to the author by email (provided inside of the book), and he will help you. Get started today Scroll to the top of this page and click BUY NOW.
The Message Devotional Bible: Featuring Notes and Reflections from Eugene H. Peterson
Eugene H. Peterson - 2020
One we find our way into. And one that finds its way into us. Steeped in Scripture, Eugene Peterson's faith-filled reflections open the door.The Message Devotional Bible invites you on a journey--call it practicing resurrection, call it eating this book, or call it simply a long obedience in the same direction. From the pastor who translated the entire Bible, The Message Devotional Bible sets you on the right path--devoted not just to the Bible but to God, who, in Jesus, became flesh and blood and moved into the neighborhood.Open the door between Scripture and your world.From Eugene . . .Over 600 scriptural insights52 contemplative readingsIntroductions to the books and genres of the BiblePlus . . .Large print for relaxed, enjoyable readingMore than 400 reflection questions9 neighborhood-themed articles
Living With Blind Dogs: A Resource Book and Training Guide for the Owners of Blind and Low-Vision Dogs
Caroline D. Levin - 1998
Both the veterinary community and dog-owners alike are hailing the arrival of "Living With Blind Dogs".In it, Levin successfully answers the question most commonly asked by devastated pet-lovers: "What do I do now?" Levin came to write this book, when after a decade in human ophthalmic nursing she left that field to manage an ophthalmic veterinary clinic. Here, she was able to meld her knowledge of ophthalmology with her love of dogs, developing badly needed educational materials for clients. Levin took the opportunity to meet many blind dogs and talk with their owners. Caroline Levin is also an award-winning dog trainer. She has an in-depth understanding of canine behavior and the methods used to successfully train dogs. She shows her dogs in obedience competitions and the new sport of musical canine freestyle.
Accelerated C++: Practical Programming by Example
Andrew Koenig - 2000
Based on the authors' intensive summer C++ courses at Stanford University, Accelerated C++ covers virtually every concept that most professional C++ programmers will ever use -- but it turns the traditional C++ curriculum upside down, starting with the high-level C++ data structures and algorithms that let you write robust programs immediately. Once you're getting results, Accelerated C++ takes you under the hood, introducing complex language features such as memory management in context, and explaining exactly how and when to use them. From start to finish, the book concentrates on solving problems, rather than learning language and library features for their own sake. The result: You'll be writing real-world programs in no time -- and outstanding code faster than you ever imagined.
The Second Sex
Michael Robbins - 2014
Predator, the debut collection by Michael Robbins, became one of the hottest and most celebrated works of poetry in the country, winning acclaim for its startling freshness and originality, and leading critics to say that it was the most likely book in years to open up poetry to a new readership. Robbins’s poems are strange, wonderful, wild, and irrationally exuberant, mashing up high and low culture with “a sky-blue originality of utterance” (The New York Times). The thirty-six new poems in The Second Sex carry over the music, attitude, hilarity, and vulgarity of Alien vs. Predator, while also working deeper autobiographical and political veins.
Ocean Star: A Memoir
Christina Dimari - 2006
"Ocean Star" is the story of how God found her in the midst of an abusive childhood, became the loving parent she never had, and revealed himself in tangible ways through her amazing life journey. Filled with insightful symbolism, "Ocean Star" will help Christians and non-Christians find hope, humor, and healing in a powerful true story of a broken life made new.
The Algorithm Design Manual
Steven S. Skiena - 1997
Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
CoffeeScript
Trevor Burnham - 2011
It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.
The Spider-Man Handbook: The Ultimate Traning Manual
Seth Grahame-Smith - 2006
You'll also discover: - How to Treat a Radioactive Spider Bite - How to Design and Build a Costume - How to Swing from Building to Building - How to Maintain a Secret Identity - Hot to Take On a Gang of Henchmen Plus a few skills that would benefit all the Peter Parkers in the world (such as How to Deal with a Nightmare Boss, How to Live on a Meager Income, and more). Complete with colorful step-by-step illustrations, "The Spider-Man Handbook "is essential reading for all your web-slinging needs!
Secrets and Lies: Digital Security in a Networked World
Bruce Schneier - 2000
Identity Theft. Corporate Espionage. National secrets compromised. Can anyone promise security in our digital world?The man who introduced cryptography to the boardroom says no. But in this fascinating read, he shows us how to come closer by developing security measures in terms of context, tools, and strategy. Security is a process, not a product – one that system administrators and corporate executives alike must understand to survive.This edition updated with new information about post-9/11 security.
New Hart's Rules: The Handbook of Style for Writers and Editors
Horace Hart - 1967
This classic reference work for writers, editors, and publishers was in print through 39 editions for nearly one hundred years. New Hart's Rules is a brand-new text that brings the principles of the old text into the 21st century, providing answers to questions of editorial style for a new generation of editorial professionals. Writers and editors of all kinds will find this handy guide an indispensable companion in their work. Twenty chapters give information on all aspects of writing and of preparing copy for publication, whether in print or electronically. New Hart's Rules covers a broad range of topics including publishing terms, layout and headings, how to present numbers and dates, how to treat illustrations, hyphenation, punctuation, UK and US usage, bibliographies and notes, and indexing. The chapters have been compiled by a team of experts and consultants, and the book draws on the unrivalled expertise of Oxford's Reference Department. It is also endorsed by the Society for Editors and Proofreaders. The text is designed and organized for maximum accessibility with clearly displayed examples throughout. Authoritative and comprehensive, New Hart's Rules is the essential desk guide for all writers and editors, and together with the New Oxford Spelling Dictionary and the New Oxford Dictionary forWriters and Editors forms the complete editorial reference set.
Patterns of Enterprise Application Architecture
Martin Fowler - 2002
Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons that experienced object developers have learned.
Patterns of Enterprise Application Architecture
is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform. This book is actually two books in one. The first section is a short tutorial on developing enterprise applications, which you can read from start to finish to understand the scope of the book's lessons. The next section, the bulk of the book, is a detailed reference to the patterns themselves. Each pattern provides usage and implementation information, as well as detailed code examples in Java or C#. The entire book is also richly illustrated with UML diagrams to further explain the concepts. Armed with this book, you will have the knowledge necessary to make important architectural decisions about building an enterprise application and the proven patterns for use when building them. The topics covered include - Dividing an enterprise application into layers - The major approaches to organizing business logic - An in-depth treatment of mapping between objects and relational databases - Using Model-View-Controller to organize a Web presentation - Handling concurrency for data that spans multiple transactions - Designing distributed object interfaces
The Portable Therapist: Wise and Inspiring Answers to the Questions People in Therapy Ask the Most...
Susanna McMahon - 1994
With compassion, wisdom and enlightening ideas, this book encourages you to be true to yourself, develop social interests and discover the positive, capable, confident human being you are meant to be.
Biblical Greek Laminated Sheet
William D. Mounce - 2005
Instead, it’s usually scattered throughout textbooks, self-made crib sheets, and sticky-notes on their computer monitor. Now there’s a better way! The Zondervan Get an A! Study Guides to Biblical Greek and Biblical Hebrew are handy, at-a-glance study aids ideal for last minute review, a quick overview of grammar, or as an aid in translation or sermon preparation. Each set contains four information-packed sheets that are laminated and three-hole-punched, making them both durable and portable. The study guides are tied to Zondervan’s Basics of Biblical Greek and Basics of Biblical Hebrew.