Book picks similar to
C Programming for Dummies by Dan Gookin
programming
c
calibre
computers
Lauren Ipsum
Carlos Bueno - 2011
If the idea of a computer science book without computers upsets you, please close your eyes until you’ve finished reading the rest of this page.The truth is that computer science is not really about the computer. It is just a tool to help you see ideas more clearly. You can see the moon and stars without a telescope, smell the flowers without a fluoroscope, have fun without a funoscope, and be silly sans oscilloscope.You can also play with computer science without... you-know-what. Ideas are the real stuff of computer science. This book is about those ideas, and how to find them.
Absolute C++
Walter J. Savitch - 2001
Concepts and techniques are presented in a clear and concise style, giving readers the opportunity to master key topics.
Three Novels of World War II: The Rising Tide, The Steel Wave, No Less Than Victory
Jeff Shaara - 2011
Collected for the first time in this eBook volume are Jeff Shaara’s epic New York Times bestselling novels of World War II: The Rising Tide, The Steel Wave, and No Less Than Victory. As the United States wades into the shifting tides of war, Shaara details every move—the tank battles along the Mediterranean coast, the audacious invasion at Omaha Beach, the deadly final spasms of the Third Reich. He brings to life such figures as Eisenhower and Patton, as well as the courageous men on the front lines of battle. On full display throughout is the inimitable style and striking narrative range that have made Jeff Shaara such an esteemed and essential chronicler of the American age. Contains an excerpt from Jeff Shaara’s acclaimed new novel of World War II in the Pacific, The Final Storm, which Booklist called “extraordinarily evocative.”
Code Simplicity: The Fundamentals of Software
Max Kanat-Alexander - 2012
This book contains the fundamental laws of software development, the primary pieces of understanding that make the difference between a mid-level/junior programmer and the high-level senior software engineer. The book exists to help all programmers understand the process of writing software, on a very fundamental level that can be applied to any programming language or project, from here into eternity. Code Simplicity is also written in such a way that even non-technical managers of software teams can gain an understanding of what the “right way” and the “wrong way” is (and why they are right and wrong) when it comes to software design. The focus of the book is primarily on “software design,” the process of creating a plan for a software project and making technical decisions about the pattern and structure of a system.
Ruby Under a Microscope
Pat Shaughnessy - 2012
Author Pat Shaughnessy takes a scientific approach, laying out a series of experiments with Ruby code to take you behind the scenes of how programming languages work. You'll even find information on JRuby and Rubinius (two alternative implementations of Ruby), as well as in-depth explorations of Ruby's garbage collection algorithm. Ruby Under a Microscope will teach you:How a few computer science concepts underpin Ruby's complex implementation How Ruby executes your code using a virtual machine How classes and modules are the same inside Ruby How Ruby employs algorithms originally developed for Lisp How Ruby uses grammar rules to parse and understand your code How your Ruby code is translated into a different language by a compilerNo programming language needs to be a black box. Whether you're already intrigued by language implementation or just want to dig deeper into Ruby, you'll find Ruby Under a Microscope a fascinating way to become a better programmer. Covers Ruby 2.x, 1.9 and 1.8
The Curious Story of Malcolm Turnbull, the Incredible Shrinking Man in the Top Hat
Andrew P. Street - 2016
You know, again.
Lucene in Action
Erik Hatcher - 2004
It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results.Lucene powers search in surprising placesWhat's Inside- How to integrate Lucene into your applications- Ready-to-use framework for rich document handling- Case studies including Nutch, TheServerSide, jGuru, etc.- Lucene ports to Perl, Python, C#/.Net, and C++- Sorting, filtering, term vectors, multiple, and remote index searching- The new SpanQuery family, extending query parser, hit collecting- Performance testing and tuning- Lucene add-ons (hit highlighting, synonym lookup, and others)