Coding Interview Questions


Narasimha Karumanchi - 2012
    Peeling Data Structures and Algorithms: * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparation * Instructor's * GATE Preparation * Big job hunters: Microsoft, Google, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Webaroo, De-Shaw, Success Factors, Face book, McAfee and many more * Reference Manual for working people

The D Programming Language


Andrei Alexandrescu - 2010
    I'm sure you'll find the read rewarding." --From the Foreword by Scott Meyers D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more. The D Programming Language is an authoritative and comprehensive introduction to D. Reflecting the author's signature style, the writing is casual and conversational, but never at the expense of focus and pre-cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. Inside the book you will find In-depth explanations, with idiomatic examples, for all language features How feature groups support major programming paradigms Rationale and best-use advice for each major feature Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency Tables, figures, and "cheat sheets" that serve as a handy quick reference for day-to-day problem solving with D Written for the working programmer, The D Programming Language not only introduces the D language--it presents a compendium of good practices and idioms to help both your coding with D and your coding in general.

Heidelberg Requiem


Wolfgang Burger - 2005
    . . Alexander Gerlach assumes that his promotion to Police Chief of Heidelberg will bring with it a quieter life. A widower and a single parent raising twin teenage daughters, Gerlach is slowly beginning to rediscover not only himself, but also the dating scene again. On his first day in his new job, however, the body of a chemistry student is discovered, and what at first seems to be an open-and-shut case with a clear culprit quickly changes into something more complex. When another murder casts doubt on all previous assumptions, Gerlach must unravel the conspiracy, before it's too late . . . Meet the Heidelberg version of Commissario Brunetti in the first book in the highly-praised Alexander Gerlach series.

Beginning iPhone 3 Development: Exploring the iPhone SDK


Dave Mark - 2009
    Updated and revised for iPhone SDK 3, many of the discussions in the original book have been clarified to make some of the more complex topics easier to understand. In addition, all of the projects have been rebuilt from scratch using the SDK 3 templates.Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, this book offers a complete soup-to-nuts course in iPhone and iPod touch programming. The book starts with the basics, walking you through the process of downloading and installing Apple's free iPhone SDK, and then stepping you though the creation of your first simple iPhone application. From there, you'll learn to integrate all the interface elements iPhone users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. The confusing art of table building will be demystified, and you'll see how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using SQLite, iPhone's built-in database management system. In addition, you'll also learn about Core Data, an important persistence mechanism that has just been added with SDK 3.And there's much more! You'll learn to draw using Quartz 2D and OpenGL ES, add multitouch gestural support (pinches and swipes) to your applications, and work with the camera, photo library, accelerometer, and built-in GPS. You'll discover the fine points of application preferences and learn how to localize your apps for multiple languages. You can discover more about this book, download source code, and find support forums at the book's companion site, at www.iphonedevbook.com.The iPhone 3 update to the best-selling and most recommended book for iPhone developers Packed full of tricks, techniques, and enthusiasm for the new SDK from a developer perspective The most complete, useful, and up-to-date guide to all things having to do with Apple's iPhone SDK

In Moonland


Miles Allinson - 2021
    It goes down into the guts of the world. But a child’s love for a parent is different. It goes up. It’s more ethereal. It’s not quite present on the earth.’In present-day Melbourne, a man attempts to piece together the mystery of his father’s apparent suicide, as his young family slowly implodes. At the ashram of Bhagwan Shree Rajneesh, in 1976, a man searching for salvation must confront his capacity for violence and darkness. And in a not-too-distant future, a woman with a life-altering decision to make travels through a climate-ravaged landscape to visit her estranged father.In Moonland is a portrait of three generations, each grappling with their own mortality. Spanning the wild idealism of the 70s through to the fragile hope of the future, it is a novel about the struggle for transcendence and the reverberating effects of family bonds. This long-awaited second outing from Miles Allinson, the multi-award-winning author of Fever of Animals, will affirm his reputation as one of Australia’s most interesting contemporary fiction writers, and urge us to see our own political and environmental reality in a new light.

T-SQL Fundamentals


Itzik Ben-Gan - 2016
    Itzik Ben-Gan explains key T-SQL concepts and helps you apply your knowledge with hands-on exercises. The book first introduces T-SQL's roots and underlying logic. Next, it walks you through core topics such as single-table queries, joins, subqueries, table expressions, and set operators. Then the book covers more-advanced data-query topics such as window functions, pivoting, and grouping sets. The book also explains how to modify data, work with temporal tables, and handle transactions, and provides an overview of programmable objects. Microsoft Data Platform MVP Itzik Ben-Gan shows you how to: Review core SQL concepts and its mathematical roots Create tables and enforce data integrity Perform effective single-table queries by using the SELECT statement Query multiple tables by using joins, subqueries, table expressions, and set operators Use advanced query techniques such as window functions, pivoting, and grouping sets Insert, update, delete, and merge data Use transactions in a concurrent environment Get started with programmable objects-from variables and batches to user-defined functions, stored procedures, triggers, and dynamic SQL

Exploring CQRS and Event Sourcing


Dominic Betts - 2012
    It presents a learning journey, not definitive guidance. It describes the experiences of a development team with no prior CQRS proficiency in building, deploying (to Windows Azure), and maintaining a sample real-world, complex, enterprise system to showcase various CQRS and ES concepts, challenges, and techniques.The development team did not work in isolation; we actively sought input from industry experts and from a wide group of advisors to ensure that the guidance is both detailed and practical.The CQRS pattern and event sourcing are not mere simplistic solutions to the problems associated with large-scale, distributed systems. By providing you with both a working application and written guidance, we expect you’ll be well prepared to embark on your own CQRS journey.

Akka in Action


Raymond Roestenburg - 2012
    Akka uses Actors-independently executing processes that communicate via message passing—as the foundation for fault-tolerant applications where individual actors can fail without crashing everything. Perfect for high-volume applications that need to scale rapidly, Akka is an efficient foundation for event-driven systems that want to scale elastically up and out on demand, both on multi-core processors and across server nodes.Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it. You'll learn to test and deploy an actor system and scale it up and out, showing off Akka's fault tolerance. As you move along, you'll explore a message-oriented event-driven application in Akka. You'll also tackle key issues like how to model immutable messages and domain models, and apply patterns like Event Sourcing, and CQRS. The book concludes with practical advice on how to tune and customize a system built with Akka.

iZOMBiE #1


Chris Roberson - 2010
    The problem for her is she absorbs the dead person's memories, which is almost as bad as eating the brain.

The Story of Wales


Jon Gower - 2012
    Revisiting the major turning points in Welsh history - from the fledgling Welsh state under Llywelyn the Last and the ravages of the Black Death, through to its transformation into an economic power with the Industrial Revolution and its participation in the creation of a modern British Welfare State and the economic boom of the 1940s and 50s - Jon Gower re-examines many of the myths and misconceptions about Wales and the Welsh, uncovering rich evidence of its outward-looking dynamism and its important role on the world stage.Accompanying a landmark BBC series, and with an introduction by series presenter Huw Edwards, The Story of Wales is an epic account of the history of Wales for a new generation.

The Best is Yet to Come


Katy Colins - 2021
    . . Izzy has always taken everything in her stride but motherhood is proving more difficult than she thought. She keeps telling herself it’s just a phase but the dark clouds are starting to appear.Neighbour and widower Arthur might be in the winter of his life but he’s not ready to be packed off to a care home. He’s determined to do things his way.When Izzy hears about Arthur’s big move, she offers to help. But Arthur isn’t telling her the whole story. It takes courage to admit you need a friend and when you feel invisible, all you need is a ray of hope. After all, what if the best is yet to come?*****Your favourite authors love The Best is Yet to Come:‘Uplifting, warm and full of heart’ Cathy Bramley ,My Kind of Happy‘I’ve never related to a character more’ The Unmumsy Mum‘Heartwarming and full of hope’ Clare Pooley, The Authenticity Project‘Emotional and life-affirming’ Isabelle Broom, Hello, Again‘A gorgeous warm novel’ Paige Toon, The Minute I Saw You*****Readers can’t put down The Best is Yet to Come:‘This book was exactly what I needed, great escapism’‘A life-affirming story’‘Wonderful and heartfelt novel that will swell your heart and leave you smiling’‘Couldn’t put it down’‘An absolutely enchanting and heart-warming story’‘Delightful and touching’‘An uplifting read that will stay with me’

Data Structures: A Pseudocode Approach with C


Richard F. Gilberg - 1998
    A new four-part organizational structure increases the flexibility of the text, and all material is presented in a straightforward manner accompanied by an array of examples and visual diagrams.

The Across the Universe Trilogy (Across the Universe, #1-3)


Beth Revis
    

HTML5 for Masterminds: How to take advantage of HTML5 to create amazing websites and revolutionary applications


Juan Diego Gauchat
    

Dancers in the Wind


Anne Coates - 2016
    There she meets prostitute Princess, and police inspector in the vice squad, Tom Jordan. When Princess later arrives on her doorstep beaten up so badly she is barely recognisable, Hannah has to make some tough decisions and is drawn ever deeper into the world of deceit and violence. Three sex workers are murdered, their deaths covered up in a media blackout, and Hannah herself is under threat. As she comes to realise that the taste for vice reaches into the higher echelons of the great and the good, Hannah realises she must do everything in her power to expose the truth .... and stay alive.