Book picks similar to
C++ In-Depth Box Set by Bjarne Stroustrup


cpp
programming
audio_wanted
computer-science

Clojure Programming


Chas Emerick - 2011
    This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know already, in the domains and topics you work with every day. See how this JVM language can help eliminate unnecessary complexity from your programming practice and open up new options for solving the most challenging problems. Clojure Programming demonstrates the language's flexibility by showing how it can be used for common tasks like web programming and working with databases, up through more demanding applications that require safe, effective concurrency and parallelism, data and statistical analysis, and more. This in-depth look helps tie together the full Clojure development experience, from how to organize your project and an introduction to Clojure build tooling, to a tutorial on how to make the most of Clojure’s REPL during development, and how to deploy your finished application in a cloud environment.Learn how to use Clojure without losing your investment in the Java platform Understand the advantages of Clojure as an efficient Lisp for the JVM See how Clojure is used today in several practical domains Discover how Clojure eliminates the need for many verbose and complicated design patterns Deploy large web applications across tens or hundreds of cloud nodes with Clojure

Learning JavaScript


Shelley Powers - 2006
    JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led to the rise of Ajax -- the latest rage in web development that allows developers to create powerful and more responsive applications in the browser window."Learning JavaScript" introduces this powerful scripting language to web designers and developers in easy-to-understand terms. Using the latest examples from modern browser development practices, this book teaches you how to integrate the language with the browser environment, and how to practice proper coding techniques for standards-compliant web sites. By the end of the book, you'll be able to use all of the JavaScript language and many of the object models provided by web browsers, and you'll even be able to create a basic Ajax application.

The Linux Command Line


William E. Shotts Jr. - 2012
    Available here:readmeaway.com/download?i=1593279523The Linux Command Line, 2nd Edition: A Complete Introduction PDF by William ShottsRead The Linux Command Line, 2nd Edition: A Complete Introduction PDF from No Starch Press,William ShottsDownload William Shotts’s PDF E-book The Linux Command Line, 2nd Edition: A Complete Introduction

Preacher's Justice / Fury of the Mountain Man (The First Mountain Man, #10 ; Mountain Man, #12)


William W. Johnstone - 2007
    

Spring Microservices in Action


John Carnell - 2017
    Spring Boot and Spring Cloud offer Java developers an easy migration path from traditional monolithic Spring applications to microservice-based applications that can be deployed to multiple cloud platforms. The Spring Boot and Spring Cloud frameworks let you quickly build microservices that are ready to be deployed to a private corporate cloud or a public cloud like Amazon Web Services (AWS) or Pivotal’s CloudFoundry.Spring Microservices in Action teaches you how to use the Spring Boot and Spring Cloud frameworks to build and deploy microservice-based cloud applications. You'll begin with an introduction to the microservice pattern and how to build microservices with Spring Boot and Spring Cloud. Then you'll get hands-on and discover how to configure Spring Boot. Using lots of real-world examples, you'll learn topics like service discovery with Spring Cloud, Netflix Eureka, and Ribbon. Next, you'll find out how to handle potential problems using client-side resiliency patterns with Spring and Netflix Hystrix. This book also covers implementing a service gateway with Spring Cloud and Zuul and event processing in the cloud with Spring Cloud Stream. Finally, you'll learn to deploy and push your application to cloud services, including AWS and CloudFoundry. By the end of this book, you'll not only be able to build your own microservice-based applications, but how operationalize and scale your microservices so they can deployed to a private or public cloud.

Mathematical Elements for Computer Graphics


David F. Rogers - 1976
    It presents in a unified manner an introduction to the mathematical theory underlying computer graphic applications. It covers topics of keen interest to students in engineering and computer science: transformations, projections, 2-D and 3-D curve definition schemes, and surface definitions. It also includes techniques, such as B-splines, which are incorporated as part of the software in advanced engineering workstations. A basic knowledge of vector and matrix algebra and calculus is required.

Hadoop in Action


Chuck Lam - 2010
    The intended readers are programmers, architects, and project managers who have to process large amounts of data offline. Hadoop in Action will lead the reader from obtaining a copy of Hadoop to setting it up in a cluster and writing data analytic programs.The book begins by making the basic idea of Hadoop and MapReduce easier to grasp by applying the default Hadoop installation to a few easy-to-follow tasks, such as analyzing changes in word frequency across a body of documents. The book continues through the basic concepts of MapReduce applications developed using Hadoop, including a close look at framework components, use of Hadoop for a variety of data analysis tasks, and numerous examples of Hadoop in action.Hadoop in Action will explain how to use Hadoop and present design patterns and practices of programming MapReduce. MapReduce is a complex idea both conceptually and in its implementation, and Hadoop users are challenged to learn all the knobs and levers for running Hadoop. This book takes you beyond the mechanics of running Hadoop, teaching you to write meaningful programs in a MapReduce framework.This book assumes the reader will have a basic familiarity with Java, as most code examples will be written in Java. Familiarity with basic statistical concepts (e.g. histogram, correlation) will help the reader appreciate the more advanced data processing examples. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

C for Dummies


Dan Gookin - 1997
    Actually, it's computer sense--C programming. After digesting C For Dummies, 2nd Edition, you'll understand it. C programs are fast, concise and versatile. They let you boss your computer around for a change. So turn on your computer, get a free compiler and editor (the book tells you where), pull up a chair, and get going. You won't have to go far (page 13) to find your first program example. You'll do short, totally manageable, hands-on exercises to help you make sense of:All 32 keywords in the C language (that's right--just 32 words) The functions--several dozen of them Terms like printf(), scanf(), gets (), and puts () String variables, numeric variables, and constants Looping and implementation Floating-point values In case those terms are almost as intimidating as the idea of programming, be reassured that C For Dummies was written by Dan Gookin, bestselling author of DOS For Dummies, the book that started the whole library. So instead of using expletives and getting headaches, you'll be using newly acquired skills and getting occasional chuckles as you discover how to:Design and develop programs Add comments (like post-it-notes to yourself) as you go Link code to create executable programs Debug and deploy your programs Use lint, a common tool to examine and optimize your code A helpful, tear-out cheat sheet is a quick reference for comparison symbols, conversion characters, mathematical doodads, C numeric data types, and more. C For Dummies takes the mystery out of programming and gets you into it quickly and painlessly.

Data Structures and Algorithm Analysis in C


Mark Allen Weiss - 1992
    The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as red black trees, top down splay trees, treaps, k-d trees, and pairing heaps among others. All code examples now conform to ANSI C and coverage of the formal proofs underpinning several key data structures has been strengthened.

How to Count (Programming for Mere Mortals, #1)


Steven Frank - 2011
    unsigned numbers- Floating point and fixed point arithmeticThis short, easily understood book will quickly get you thinking like a programmer.

Head First iphone Development: A Learner's Guide to Creating Objective-C Applications for the Iphone


Dan Pilone - 2009
    Where do you begin? Head First iPhone Development will help you get your first application up and running in no time. You'll quickly learn to use iPhone SDK tools, including Interface Builder and Xcode, and master Objective-C programming principles that will make your app stand out. It's a complete learning experience for creating eye-catching, top-selling iPhone applications.Put Objective-C core concepts to work, including message passing, protocols, properties, and memory managementTake advantage of iPhone patterns such as datasources and delegatesPreview your applications in the iPhone SimulatorBuild complicated interactions that utilize multiple views, data entry/editing, and iPhone rotationWork with iPhone's camera, GPS, and accelerometerOptimize, test, and distribute your applicationWe think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First iPhone Development provides a visually-rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Alpha Men: Books 4-6 (Alpha Men, #4-6)


Hope Ford - 2019
    He was my everything. We knew he would be joining the service when we graduated. Just like his dad and grandfather did before him. So, no matter how much I wanted him to stay, he had to go. He had to leave me. My mom was once in the same situation and she waited her whole life for my dad to come back to us. I saw what she went through and how it destroyed her. I couldn’t do that to myself. So, I ended it with Tank. Tank Emily thinks I will never come back to her. But what she doesn’t realize is, I don’t have a choice. No matter what happens, no matter how far away I go, I’m coming back to her. Where I Belong (Alpha Men, 5) An Alpha Man and BBW, Steamy Sweet Romance Kim I fell for Rich in a picture. He is in my brother’s army unit and twelve years older than me. Although I dreamed about him all the time, I never imagined that we would ever meet… and he would live up to my fantasy. Rich My army brother asked me to check in on his sister. I told him I would and then he gave me her picture. I fell for her just by looking at her, and I knew the minute I saw her, I was where I belong. Do Over (Alpha Men, 6) An Alpha Man, and BBW, Steamy Sweet Romance Madison Jase and I were in love and going to be together FOREVER! And then he had to leave me. I spent the last five years dealing with a broken heart. I tried to move on, I met someone else and we had a baby together. But now, Jase is back and says he’s here to get what is his. Jase I had to leave her. At the time I didn’t think I had a choice. But I worked all this time to get back to her. She thinks since her body has changed and she has a little girl now that I don’t want her. She couldn’t be more wrong and I’m going to prove it to her. I’m going to get my second chance… my do-over. Note: This is a steamy, sweet, SHORT romance. It has a HEA with alpha male and a plus-size woman that makes him hers! If you love short romances with insta love, hot love scenes, and a sweet story, then this one is for you.

Pokémon: Legendary and Mythical Pokemon: Alola


Scholastic Inc.
    A great new addition to your Pokémon library

If You Liked School, You'll Love Work...


Irvine Welsh - 2007
     Part of the Storycuts series, this short story was previously published in the collection If You Liked School, You'll Love Work.

Lacey Luzzi Box Set: Books 1-6 (Lacey Luzzi Mafia Mysteries)


Gina LaManna - 2019
     Lacey Luzzi’s rollercoaster of a life has been filled with the highest of highs and the lowest of lows. She just never expected the lows to be so… sparkly. After falling on her face during an attempt to follow in her recently-deceased mother’s stripper-boots, Lacey realizes she’s not cut out for life on stage. She sets out on a year-long investigation to find her true family, never expecting she’ll find it with a capital “F.” With a rumbling stomach, a need for money (check engine lights don’t fix themselves!), and a conscience that operates at 78% on a good day, Lacey is sucked into a whirlwind of Family secrets, hard-as-cement cookies, and mysterious, sexy men who unfortunately shoot guns, sometimes aimed at her face. The long-lost-granddaughter of Carlos Luzzi, the Godfather of the Italian Mafia, Lacey accepts her first assignment for the mob: finding fifteen million dollars of ‘the good stuff.’ Even after she enlists the help of her mouthy best-friend and her cousin, a technical genius and social disaster, she finds that going toe-to-toe with the rival Russian mob is more dangerous than expected. No one chooses their Family, but Lacey Luzzi will be lucky if she can survive hers. ** ** Lacey Luzzi: Sprinkled, is a full-length, laugh-out-loud, humorous cozy mystery with a strong female protagonist in the spirit of Janet Evanovich’s Stephanie Plum, albeit one working for the wrong side of the law… Note: Rated a strong PG-13 for sarcasm and mild language. No graphic gore or sex.