Creepy Teacher


Mackie Malone - 2014
    She confronts a dark and disturbing man who engages in kidnapping and murder. Underlying everything is the protagonist's budding new romance. If you read or watch psychological thrillers, this free book will start you off in my series of creepy people novels.

Effective C++: 55 Specific Ways to Improve Your Programs and Designs


Scott Meyers - 1991
    But the state-of-the-art has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s now STL. Design patterns. Even new functionality being added through TR1 and Boost.) So Meyers has done a top-to-bottom rewrite, identifying the 55 most valuable techniques you need now to be exceptionally effective with C++. Over half of this edition s content is new. Templates broadly impact C++ development, and you ll find them everywhere. There s extensive coverage of multithreaded systems. There s an entirely new chapter on resource management. You ll find substantial new coverage of exceptions. Much is gained, but nothing s lost: You ll find the same depth of practical insight that first made Effective C++ a classic all those years ago. Bill Camarda, from the July 2005 href="http://www.barnesandnoble.com/newslet... Only

Drivers


Peter Carroll - 2014
    Revenge, justice, loyalty, lies, love, anger and an identity crisis. Turns out, the new chauffeur is not her only driver...so buckle up and enjoy the ride.

Communication Systems


Simon Haykin - 1978
    In addition to being the most up-to-date communications text available, Simon Haykin has added MATLAB computer experiments.

Fundamentals of Applied Electromagnetics


Fawwaz T. Ulaby - 1996
    and abroad, this reader-friendly yet authoritative volume bridges the gap between circuits and new electromagnetics material. Ulaby begins coverage with transmission lines, leading readers from familiar concepts into more advanced topics and applications. Includes six new sections on Waveguides and Cavity Resonators, replacing the material on geometric optics in Chapter 8. Presents new Technology Briefs on relevant topics, connecting concepts in the book to everyday applications found in real life, such as liquid crystal displays, the laser, GPS, and x-ray tomography. Includes an interactive CD-ROM that allows readers to gain physical intuition about electromagnetics. A useful reference for engineers.

Making Games with Python & Pygame


Al Sweigart - 2012
    Each chapter gives you the complete source code for a new game and teaches the programming concepts from these examples. The book is available under a Creative Commons license and can be downloaded in full for free from http: //inventwithpython.com/pygame This book was written to be understandable by kids as young as 10 to 12 years old, although it is great for anyone of any age who has some familiarity with Python.

The C Programming Language


Brian W. Kernighan - 1978
    It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.

WPF 4 Unleashed


Adam Nathan - 2010
    Windows Presentation Foundation (WPF) is the recommended technology for creating Windows user interfaces, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, multi-touch, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. WPF 4 Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by WPF guru and Microsoft developer Adam Nathan. Covers everything you need to know about Extensible Application Markup Language (XAML) Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more Highlights the latest features, such as multi-touch, text rendering improvements, XAML language enhancements, new controls, the Visual State Manager, easing functions, and much more Delves into topics that aren't covered by most books: 3D, speech, audio/video, documents, effects Shows how to create popular UI elements, such as Galleries, ScreenTips, and more Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes Explains how to create first-class custom controls for WPF Demonstrates how to create hybrid WPF software that leverages Windows Forms, DirectX, ActiveX, or other non-WPF technologies Explains how to exploit new Windows 7 features, such as Jump Lists and taskbar customizations

Long Shots: Jay Wright, Villanova, and College Basketball’s Most Unlikely Champion


Dana O'Neil - 2017
    The shot and second national title in school history were the culmination of 15 years of Coach Jay Wright painstakingly building the unheralded program, through ups and downs, heartbreak and triumph. In Long Shots: Jay Wright, Villanova, and College Basketball’s Most Unlikely Champion, ESPN senior writer Dana O’Neil uses exclusive access to Coach Wright and Nova basketball to delve into the inner-workings of a championship program. In the spirit of A Season on the Brink, O’Neil not only explores behind-the-scenes of the historic 2015-2016 NCAA championship season but also the improbable path that the Nova program took to college basketball immortality. In overcoming a disappointing NCAA Tournament track record, the breakup of the Big East conference as we knew it, and Nova’s underdog status among traditional college hoops powerhouses, Jay Wright and his team provided the blueprint for how a “have-not” can prevail over the blue bloods the right way – the Villanova Basketball Way.

The Dressmaker's Daughter


Nancy Carson - 2015
    Love, passion and romance are reserved for daydreams.But then into Lizzie’s quiet world comes two men – one reliable and kind-hearted, the other heartbreakingly handsome. Just as Lizzie’s made her choice, the ominous call of war sounds, and her life changes again.Will Lizzie get her chance at happiness, or has it gone forever?

Machine Learning for Dummies


John Paul Mueller - 2016
    Without machine learning, fraud detection, web search results, real-time ads on web pages, credit scoring, automation, and email spam filtering wouldn't be possible, and this is only showcasing just a few of its capabilities. Written by two data science experts, Machine Learning For Dummies offers a much-needed entry point for anyone looking to use machine learning to accomplish practical tasks.Covering the entry-level topics needed to get you familiar with the basic concepts of machine learning, this guide quickly helps you make sense of the programming languages and tools you need to turn machine learning-based tasks into a reality. Whether you're maddened by the math behind machine learning, apprehensive about AI, perplexed by preprocessing data--or anything in between--this guide makes it easier to understand and implement machine learning seamlessly.Grasp how day-to-day activities are powered by machine learning Learn to 'speak' certain languages, such as Python and R, to teach machines to perform pattern-oriented tasks and data analysis Learn to code in R using R Studio Find out how to code in Python using Anaconda Dive into this complete beginner's guide so you are armed with all you need to know about machine learning!

Async in C# 5.0


Alex Davies - 2012
    Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application.Written for experienced C# programmers—yet approachable for beginners—this book is packed with code examples that you can extend for your own projects.Write your own asynchronous code, and learn how async saves you from this messy choreDiscover new performance possibilities in ASP.NET web server codeExplore how async and WinRT work together in Windows 8 applicationsLearn the importance of the await keyword in async methodsUnderstand which .NET thread is running your code—and at what points in the programUse the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NETTake advantage of parallel computing in modern machinesMeasure async code performance by comparing it with alternatives

The Ramayana Secret


Anurag Chandra - 2019
    The divine scripts are in his custody and the demon king is invincible. Rama is tasked with the secret mission of securing the scripts and handing them back to their rightful owners. Assuming the identity of Dasharatha’s son, Rama prepares for battle, aided by emissaries from the inner Earth kingdom of Agartha and sages residing in Dandaka. Will this alliance between the kingdoms of Agartha and Kosala save humanity from an impending disaster? Why is Rama’s real identity kept a secret? Who has decided to reveal the secret about Rama’s origins and why? Was Sita the real reason Rama fought against Ravana? The Ramayana Secret is Rama’s story, NOT as you know it BUT as it happened.

The Queen’s Restraint


majie dreams
    An abomination, that was Lilly.A girl who was born in a good family, from the most powerful pack.Who could have thought this girl would be wolf-less?

For Now and Always


Sarah Bates - 2011
    Ana Lund never knew how true this was until she went away to college. Now, back for winter break just after her first semester away, Ana desperately wants to stay home, but doesn’t know how to tell her parents. Then one day an old friend is in need of a last-minute babysitter, and Ana volunteers.Divorced at twenty-one with a three year old son, Caleb understands Ana’s fear of disappointing her parents, but he also knows that the sooner she talks to them, the better. With his encouragement she’s able to talk to her parents about what she wants, and as she settles back into her life on the island, she and Caleb start to grow closer. Both of them homebodies, they share the same desire for a quiet, uncomplicated life filled with family and friends. But after his disastrous relationship with his ex-wife ended in bitter divorce, Caleb is in no hurry to repeat past mistakes. In the end is love enough? Or are some things just meant to be repeated?