Summer's Last Breath


Kimberly James - 2015
    Jamie was, and always would be, forbidden fruit. Besides being four years older than me, he was the newest recruit of my dad's experimental team. Jamie was also the experimental part of the team. Meaning he wasn't exactly human. He was amazingly more than human. What better person to recruit to be on a SEAL-type team than someone who was literally born to be in the water? Some people go their whole lives and never know love. I knew it at sixteen. While I didn't know Jamie forever, I knew him long enough that he changed me. He didn't mean to break my heart. He didn't mean to crush my dreams, but he did. And if I had it to do all over again, I would. I absolutely would. This is our story. Because I never want to forget. **Excerpt** “How old are you?” The hard edge in his voice prompted me to look up at his face. Water spiked his dark hair, dripping over his cheeks and jaw. I lifted my chin. It would be so easy to let him intimidate me, knowing what I did about him. “Seventeen.” The lie slipped out too easily. Eighteen wouldn’t have worked because I was still a sophomore, and the truth—that I was sixteen—sounded too young, especially with Jamie towering over me even though he wasn’t even standing up. He blotted out the sun, the whole entire world, and I was content to let him. He lifted his hand to my face, his fingers lightly tracing my cheek where Donovan had elbowed me the previous day. His expression softened, his full lips turning slightly down. “Does it hurt?” “A little,” I confessed, drowning in the pools of his green eyes, so pale they were almost no color at all. He stared at me for a long time, as if he were mulling something over in his mind, and all the while his eyes searched my face. My skin shivered. My lips parted as my mind churned for some reasonable excuse as to why in the world I would be hiding here. What could I say that wouldn’t make me sound like a Navy groupie or worse, a stalker? The half-formed words stalled in my throat as his head descended toward me, and before I knew his intention his lips lightly touched my cheek, stunning me into utter stillness. Then his lips found mine and the reasonable voice in my head told me I should push him away, that he’d stepped way out of bounds, and I was about to do it—I was—when his tongue darted out and teased my lips. They opened all by themselves, my body way ahead of my brain, eager in its response. I kept my eyes open, not wanting to miss a single second. The weird thing was he didn’t close his eyes either, which made his kiss all the more potent. I’d been kissed before, but never like this, sweet and gentle with an undercurrent of the not so gentle, a complete possession of my mouth and my heart along with it. He lifted his head a fraction and we shared a breath before he drew away completely. He pushed to his feet, then stood over me again as I met his forceful gaze. “You know what I am.” It wasn’t spoken as a question, but a declaration. “Yes,” I said. Like I would care after that kiss. The Emerald Series Waterborn Waterdreamer Watermark

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.

Take Risks: One Couple’s Journey to Quit Their Jobs and Hit the Open Road (We're the Russos Book 1)


Joe Russo - 2017
    They would sell it all, downsize, leave their high-paying jobs, and go out to find and explore every corner of the world. They would take risks. In this book, written in a very present first-person style, Joe takes the reader on a journey through the decisions, challenges, and triumphs of embracing a minimalist lifestyle, and getting on the road full time. Full of practical insight and wisdom, and told in an almost folksy and very personal tone, Take Risks is a powerful ‘how-we-did-it’ tale that will inspire you and give you a starting place for your own journey. If you’ve ever wanted to move into a full-time RV lifestyle, this book is for you. Take your own risks, starting right now, and embrace the rewards that come with them. This is the book I wish I’d read two years ago. It’s less of a ‘how-to,’ and more of a ‘how we did it’ look at RV life.” —Kevin Tumlinson, Author & Podcast Host

Human Resources Management In Canada


Gary Dessler - 1992
    

Programming Perl


Tom Christiansen - 1991
    The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as the undisputed bible of the language. Since then, Perl has grown with the times, and so has this book.Programming Perl is not just a book about Perl. It is also a unique introduction to the language and its culture, as one might expect only from its authors. Larry Wall is the inventor of Perl, and provides a unique perspective on the evolution of Perl and its future direction. Tom Christiansen was one of the first champions of the language, and lives and breathes the complexities of Perl internals as few other mortals do. Jon Orwant is the editor of The Perl Journal, which has brought together the Perl community as a common forum for new developments in Perl.Any Perl book can show the syntax of Perl's functions, but only this one is a comprehensive guide to all the nooks and crannies of the language. Any Perl book can explain typeglobs, pseudohashes, and closures, but only this one shows how they really work. Any Perl book can say that my is faster than local, but only this one explains why. Any Perl book can have a title, but only this book is affectionately known by all Perl programmers as "The Camel."This third edition of Programming Perl has been expanded to cover version 5.6 of this maturing language. New topics include threading, the compiler, Unicode, and other new features that have been added since the previous edition.

The Guru's Guide to Transact-Sql


Ken Henderson - 2000
    Beginners and intermediate developers will appreciate the comprehensive tutorial that walks step-by-step through building a real client/server database, from concept to deployment and beyond -- and points out key pitfalls to avoid throughout the process. Experienced users will appreciate the book's comprehensive coverage of the Transact-SQL language, from basic to advanced level; detailed ODBC database access information; expert coverage of concurrency control, and more. The book includes thorough, up-to-the-minute guidance on building multi-tier applications; SQL Server performance tuning; and other crucial issues for advanced developers. For all database developers, system administrators, and Web application developers who interact with databases in Microsoft-centric environments.

Introduction to Java Programming: Comprehensive Version


Y. Daniel Liang - 1999
    Daniel Liang teaches concepts of problem-solving and object-oriented programming using a fundamentals-first approach. Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of object-oriented and GUI programming using Java 5. Students start with the essential problem-solving and programming concepts (control statements, methods, and arrays), are then introduced to object-oriented programming, graphical user interface (GUI), and applets, and finally to exception handling, I/O, data structures, and other advanced subjects. Liang uses small, simple, and stimulating examples to demonstrate concepts and techniques while longer examples are presented in case studies with overall discussions and thorough line-by-line explanations. Students can now write short, interesting, graphical game programs starting from Chapter 2! reinforcing key concepts with objectives lists, introduction and chapter overviews, easy to follow examples, chapter summaries, review questions, programming exercises, interactive self-test. Students receive solutions to even-numbered programming exercises, source code for the examples in the book, online self assessment (w/over 1000 multiple-choice questions) and ONLINE homework through GRADIANCE, the industries most advanced online homework application. Instructors are offered the most extensive library of support materials available including interactive and animated slides, TestGen (w/over 2000 multiple-choice questions), solutions to all programming exercises, sample exams and supplemental exercises. Available in two versions, the Fundamentals First edition (chapters 1-19) and the Comprehensive version (chapters 1-36).

Computational Geometry: Algorithms and Applications


Mark de Berg - 1997
    The focus is on algorithms and hence the book is well suited for students in computer science and engineering. Motivation is provided from the application areas: all solutions and techniques from computational geometry are related to particular applications in robotics, graphics, CAD/CAM, and geographic information systems. For students this motivation will be especially welcome. Modern insights in computational geometry are used to provide solutions that are both efficient and easy to understand and implement. All the basic techniques and topics from computational geometry, as well as several more advanced topics, are covered. The book is largely self-contained and can be used for self-study by anyone with a basic background in algorithms. In the second edition, besides revisions to the first edition, a number of new exercises have been added.

What Dreams Are Made Of


Sheila O'Flanagan - 2016
    Perfect for fans of Jojo Moyes, Erica James and Marian Keyes, this free collection of Sheila's previously published stories will make your heart skip a beat, make you laugh with abandon, and smile in the knowledge that just about anything's possible... A passenger spots the man of her dreams on her daily commute - and decides to make her fantasy a reality.A widow on the verge of giving up everything rediscovers the magic in her life.A publicist attending a star-studded event ends up in the spotlight.A mother reveals a secret to her family that will change their lives for ever.A pop star discovers she can't hide - even in paradise - until she takes fate into her own hands.A young girl comes to term with who she is - and who she isn't - on her island escape. These feel-good stories, together for the first time in this exclusive digital edition, are taken from Sheila O'Flanagan's bestselling collections Destinations, A Season to Remember and Connections. In addition to these wonderful stories, don't miss the chance to get up close and personal with Sheila in WHAT DREAMS ARE MADE OF's special extra material, including a sneak peek of her upcoming novel, THE MISSING WIFE.

Thinking in C++, Vol. 2: Practical Programming


Bruce Eckel - 2003
    Learn practical programming and best practices. Meet the difficult challenges of C++ development. Build reliable and robust programs. Design Patterns chapter shows sophisticated use of objects, composition and polymorphism. Provides a gentle introduction to multithreaded programming, a feature being considered for the next version of Standard C++. Defensive Programming chapter includes a simple unit-testing framework and debugging techniques. In-depth treatment of Standard C++ Library facilities including strings, iostreams, and the "STL" algorithms and containers. Modern usage of templates, including template metaprogramming. Unravels the perplexities of multiple inheritance. Shows practical uses for RTTI. Explores exception handling in depth and clearly explains exception-safe design. Compliant with the official ISO C++ Standard. Presents results of current research being considered for inclusion in the next revision of Standard C++. All code examples freely downloadable, tested on multiple platforms and compilers including the free GNU C++ compiler on Windows/Mac/Linux. On www.BruceEckel.com: Annotated Solutions Guide Seminars and consulting Free Download—Volume I of this book Annotation Thinking in C++ is ideal for anyone already familiar with C who now wants to learn C++. Eckel has synthesized more than five years of C++ teaching and programming experience into a well-structured course that moves step-by-step through each important C++ concept. He highlights poorly-understood C++ features like virtual functions, which can improve productivity. Editorial Reviews The Barnes & Noble Review Bruce Eckel, one of the world's best programming trainers, has thoroughly updated his classic THINKING IN C++—the book that won the Software Development Magazine Jolt Cola award in its first iteration. The new version is better than ever—which is to say, it's

Think Python


Allen B. Downey - 2002
    It covers the basics of computer programming, including variables and values, functions, conditionals and control flow, program development and debugging. Later chapters cover basic algorithms and data structures.

Learning the bash Shell


Cameron Newham - 1995
    This book will teach you how to use bash's advanced command-line features, such as command history, command-line editing, and command completion.This book also introduces shell programming,a skill no UNIX or Linus user should be without. The book demonstrates what you can do with bash's programming features. You'll learn about flow control, signal handling, and command-line processing and I/O. There is also a chapter on debugging your bash programs.Finally, Learning the bash Shell, Third Edition, shows you how to acquire, install, configure, and customize bash, and gives advice to system administrators managing bash for their user communities.This Third Edition covers all of the features of bash Version 3.0, while still applying to Versions 1.x and 2.x. It includes a debugger for the bash shell, both as an extended example and as a useful piece of working code. Since shell scripts are a significant part of many software projects, the book also discusses how to write maintainable shell scripts. And, of course, it discusses the many features that have been introduced to bash over the years: one-dimensional arrays, parameter expansion, pattern-matching operations, new commands, and security improvements.Unfailingly practical and packed with examples and questions for future study, Learning the bash Shell Third Edition is a valuable asset for Linux and other UNIX users.--back cover

An Introduction to Statistical Learning: With Applications in R


Gareth James - 2013
    This book presents some of the most important modeling and prediction techniques, along with relevant applications. Topics include linear regression, classification, resampling methods, shrinkage approaches, tree- based methods, support vector machines, clustering, and more. Color graphics and real-world examples are used to illustrate the methods presented. Since the goal of this textbook is to facilitate the use of these statistical learning techniques by practitioners in science, industry, and other fields, each chapter contains a tutorial on implementing the analyses and methods presented in R, an extremely popular open source statistical software platform. Two of the authors co-wrote The Elements of Statistical Learning (Hastie, Tibshirani and Friedman, 2nd edition 2009), a popular reference book for statistics and machine learning researchers. An Introduction to Statistical Learning covers many of the same topics, but at a level accessible to a much broader audience. This book is targeted at statisticians and non-statisticians alike who wish to use cutting-edge statistical learning techniques to analyze their data. The text assumes only a previous course in linear regression and no knowledge of matrix algebra.

Thinking in JavaScript


Aravind Shenoy - 2014
    Before we delve into the intricacies of JavaScript, we need to know why it is used. While HTML tells your browser how your webpage will look, JavaScript is used for dynamic content and to add functionality. Using this book, you will understand the concept of JavaScript and its use in web designing. You will also have a look at jQuery in general. You will learn about Functions, Operators, the concept of Variables, Conditions and Loops, Arrays, and the basics of jQuery in this book. Instead of wandering through loads of theory, we have used practical examples in this book. The examples in this book are compatible with almost every browser. Instead of using the verbatim code, you can modify the code and see the change in the output thereby understanding the subtle nuances of JavaScript. By the end of the book, with practice, you can achieve better things and get more acquainted with JavaScript.

Core Java, Volume II--Advanced Features


Cay S. Horstmann - 1999
    It contains sample programs to illustrate practical solutions to the type of real-world problems professional developers encounter.