The Art of Computer Programming, Volumes 1-3 Boxed Set


Donald Ervin Knuth - 1998
    For the first time, these books are available as a boxed, three-volume set. The handsome slipcase makes this set an ideal gift for the recent computer science graduate or professional programmer. Offering a description of classical computer science, this multi-volume work is a useful resource in programming theory and practice for students, researchers, and practitioners alike. For programmers, it offers cookbook solutions to their day-to-day problems.

Solutions Manual for Power Generation, Operation, Control


Allen J. Wood - 1987
    

The Ultimate Guide to Choosing a Medical Specialty


Brian S. Freeman - 2003
    Readers will find an inside look at the issues surrounding medical specialty selection, blending firsthand knowledge with useful facts and statistics. The author includes invaluable insights from his personal experience, candid reports from current residents, and a wealth of research. This unique resource is divided into two sections, the first of which delves into the art of choosing the right specialty and covers personality assessment, considerations for women and couples who are matching, specialty overviews, and the ins and outs of the residency application and match process. The second section comprises 19 chapters, each written by a resident in a particular specialty. These chapters include: The Inside Scoop revealing specialty lifestyles, training requirements, and predominant personality types.

Trevennor’s Will


Gloria Cook - 1994
    

Creeping With The Enemy 2: A Savage Stole My Heart


A.J. Davidson - 2017
    she is torn while both men demand she shows her love for them and take down who they consider to be the enemy. When you mess around with the enemy you are putting everything at risk, including your life. When Niko found out Laila was creeping with Renegade, he wanted nothing more than to take her life. He lost a lot and blamed it all on her, not knowing it’s other snakes lurking around. Some men shoot first and ask questions later but for Laila he was willing to spare her life but on one condition. Will she be able to uphold her end of the deal? They say keep your grass cut low so you can see the snakes but what happens when the snake is the one helping you cut the grass? Hitta likes to play both sides of the fence but will one false move cause everything he tried to hide become revealed?? With his mind and his heart heavy you would think that would throw him off his game, but it’s not. Renegade is still plotting to take over the Chi while trying to balance his home life. Will he and Megan be able to patch up old wounds or will he choose Laila and create a bigger war than he has already started?? When relationships get hard you either give up or keep pushing. Which one will the couple decide? Will Niko convince Laila he is where she needs to be or will Renegade show her how it feels to be loved properly from day one. Come find out if creeping with the enemy is all worth it or cost her more than her Heart.

The Man Who Kept The Secrets: Richard Helms And The CIA


Thomas Powers - 1979
    For 30 years--from the very inception of the Central Intelligence Agency & before--he occupied pivotal positions in that shadowy world: OSS operator, spymaster, planner, plotter, &, finally, for over 6 years, Agency director. No other was so closely & personally involved, over so long a period, with so many CIA activities, successful & otherwise. His story is the story of the CIA. In portraying Helms' extraordinary career, Pulitzer Prize-winning author Thomas Powers has in fact written the 1st comprehensive inside history of the CIA itself. It's a history, moreover, that is entirely uncensored. While the information on which it's based has been drawn from intensive interviews with dozens of former key Agency officials, including Helms himself, as well as from exhaustive research thru hundreds of published & unpublished sources, the author isn't subject to the kind of legal restraints that have burdened others writing about the CIA. The result is a picture of the Agency more objective, more complete & more revealing than any hitherto available. Because it's written with an eye for character & anecdote, it's as readable as it's important.

Finding You


Leah Busboom - 2020
    One caring and nurturing small town.Will Hailey and Quinn find their happily ever after in Connor’s Grove?Hailey Summerville is in debt up to her eyeballs, unemployed, and homeless. She’s looking for a fresh start in tiny Connor’s Grove and maybe a romance she’s never had time for before.Quinn Connor fled back to his hometown, injured in a car accident and disillusioned with big-city corporate law. His fiancée broke up with him, making him swear off women forever.Through simple acts of kindness, the quirky people of Connor’s Grove show Hailey and Quinn what it means to belong in a community where people care about each other, know everyone’s business and believe in matchmaking. Theirs is a story about finding love and a new purpose in life.Book 1 in the new Connor Brothers series. You can enjoy it as a stand-alone novel, but you’ll want to find out what happens next in this series of small-town, clean and wholesome romances.

Communication Systems


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

Must Love Fashion (Darling Cove #1)


Deborah Garland - 2017
    Andrew is already struggling to accept his PR responsibilities have been taken away from him, but the intense attraction he has for Gwen is just plain getting in the way of rational thinking—sleeping with a co-worker has always been on his to-don’t list. But Gwen challenges everything Andrew believes about love and relationships as he puts aside his heartbreaking past to have the woman he never knew he needed.Follow the sparkling fuse slowly burning with sexual tension as Gwen brings to life a sexy devil…who just happens to wear Prada. RT Book Reviews gave Must Love Fashion 4 Stars and Kirkus Reviews said it's "A strong start to a promising new romance series."

Bite Me


Celia Kyle - 2013
    She's stuck in human form. Six years, the Harpy said. Six years as a Customer Service Rep for Blue Hedgehog Press, and then she’d be free. But instead of having her scale returned as promised, Cilla is handed over to Djimon, a vampire. She has to spend one day with him, twenty-four hours of sexual servitude, and then she’ll finally be free. Except…what if she doesn’t want to leave?

The Linux Programming Interface: A Linux and Unix System Programming Handbook


Michael Kerrisk - 2010
    You'll learn how to:Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.Praise for The Linux Programming Interface "If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it." —Martin Landers, Software Engineer, Google "This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book." —Mel Gorman, Author of Understanding the Linux Virtual Memory Manager "Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in The Linux Programming Interface . . . makes it a must-have reference for both new and experienced Linux programmers." —Andreas Jaeger, Program Manager, openSUSE, Novell "Michael's inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem." —David Butenhof, Author of Programming with POSIX Threads and Contributor to the POSIX and UNIX Standards ". . . a very thorough—yet easy to read—explanation of UNIX system and network programming, with an emphasis on Linux systems. It's certainly a book I'd recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know 'what's new' in the popular GNU/Linux system." —Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author ". . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for." —Anthony Robins, Associate Professor of Computer Science, The University of Otago "I've been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux system calls and lets us share his knowledge and understanding of the Linux APIs." —Christophe Blaess, Author of Programmation systeme en C sous Linux ". . . an essential resource for the serious or professional Linux and UNIX systems programmer. Michael Kerrisk covers the use of all the key APIs across both the Linux and UNIX system interfaces with clear descriptions and tutorial examples and stresses the importance and benefits of following standards such as the Single UNIX Specification and POSIX 1003.1." —Andrew Josey, Director, Standards, The Open Group, and Chair of the POSIX 1003.1 Working Group "What could be better than an encyclopedic reference to the Linux system, from the standpoint of the system programmer, written by none other than the maintainer of the man pages himself? The Linux Programming Interface is comprehensive and detailed. I firmly expect it to become an indispensable addition to my programming bookshelf." —Bill Gallmeister, Author of POSIX.4 Programmer's Guide: Programming for the Real World ". . . the most complete and up-to-date book about Linux and UNIX system programming. If you're new to Linux system programming, if you're a UNIX veteran focused on portability while interested in learning the Linux way, or if you're simply looking for an excellent reference about the Linux programming interface, then Michael Kerrisk's book is definitely the companion you want on your bookshelf." —Loic Domaigne, Chief Software Architect (Embedded), Corpuls.com

Principles Of Electrical Engineering And Electronics


V.K. Mehta - 2006
    

Newport Harbor House


Cindy Nichols - 2019
    She looks forward to going there every year, but they’ve been grumbling about not wanting to sink money into any repairs. She’s hoping she can change their minds, but when a major catastrophe happens, it may be too late and the family insists that it go on the market. Her two best friends, Faith and Carrie are struggling with issues of their own. Carrie has her own dental practice but dreams of a career where people are actually happy to see her, and Faith is mentoring a student teacher and can’t help but notice how much things have changed since she started teaching decades ago. Jen, Faith and Carrie have spent their summers at the beach house, and the memories are many and warm. Even their adult children don’t want to see it go. They all hate to see Jen lose the Newport house and all put their heads together to find a way to save it.

Think Like a Programmer: An Introduction to Creative Problem Solving


V. Anton Spraul - 2012
    In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.

A Roomful of Hovings and Other Profiles


John McPhee - 1968
    His inimitable style reveals the intricate details of his characters lives.