Book picks similar to
Mastering Visual C#. Net by Jason Price


home
office
programming
science-engineering

Connected Hearts, Vol. 2 (The Matchmaker 2 #2)


Ellie Danes - 2016
    There was no denying what it looked liked to my long-time assistant and now I had to trust her not to blow things up with Harper and I. I needed to fix this. I was going to fix this, even if it meant losing my top client, the woman I was caught kissing. Mason seems distant. He’s been secretive and I’m beginning to wonder how much Natalie has to do with Mason’s change of heart. She’s hot, she’s cold, but even more importantly, she’s out to get me. Connected Hearts, The Series. Harper Browning has it all, but it didn’t come without struggles. She’s put it all behind her and turned over a new leaf with her extremely romantic, good-looking and billionaire matchmaker boss, Mason Asher, but not to the liking of his personal assistant and right-hand girl. Mason Asher is known for his ability to find a match for anyone, including the hundreds of wealthy clients that pay him handsomely for his services. But when he makes a promise to Harper’s best friend, Avery Gains, he’s taken on more than he can handle and now risks not only losing his business, but Harper’s love too. Connected Hearts is the follow-up series to It Takes Two and can be read as a stand-alone series or you can follow along from the start by downloading the complete series. *** Connected Hearts is a steamy romance ideal for fans of J.S. Scott, Katy Evans, Lauren Blakely and MS Parker.

The Hermeneutics of the Biblical Writers: Learning to Interpret Scripture from the Prophets and Apostles


Abner Chou - 2018
    To this end, Abner Chou proposes a hermeneutic of obedience, in which believers learn to interpret Scripture the way the biblical authors did--including understanding the New Testament's use of the Old Testament. Chou first unfolds the prophetic hermeneutic of the Old Testament authors, and demonstrates the continuity of this approach with the apostolic hermeneutic of the New Testament authors.

Software Tools


Brian W. Kernighan - 1976
    The programs contained in the book are not artificial, but are actual programs ae tools which have proved valuable in the production of other programs.Modern programming techniques such as structured programming and top-down design are emphasized and applied to every program. The programs are presented in a structured language called Ratfor ("Rational Fortran") which can be easily understood by anyone familiar with Fortran or PL/I, Algol, PASCAL, or similar languages. (Ratfor translates readily into Fortran or PL/I. One of the tools presented is a preprocessor to translate Ratfor into Fortran). All of the programs are complete and have been tested directly from the text. The programs are available in machine-readable form from Addison-Wesley.Software Tools is ideal for use in a "software engineering" course, for a second course in programming, or as a supplement in any programming course. All programmers, professional and student, will find the book invaluable as a source of proven, useful programs for reading and study. Numerous exercises are provided to test comprehension and to extend the concepts presented in the text.

Essential Clinical Anatomy


Keith L. Moore - 1992
    This streamlined book is an excellent review for the larger text and an ideal primary text for health professions courses with brief coverage of anatomy.This edition features new full-color surface anatomy photographs and new diagnostic images. A new design makes the book visually appealing and easier to navigate.Accompanying the book is an Online Student Resource Center, which includes interactive clinical cases, USMLE-style review questions, and more.

Torn Awake


Forrest Gander - 2001
    Proposing models of hybridity, each of the book's major sequences develops a unique subject, rhythm, and form. Bringing to light the molten potential at the core of personality, the poems illuminate ways that language, as history read by anthropologists, discourse between lovers, gestures between parent and child, graffiti in temples, or even language as an event in itself (the very experience of words at play), incarnates presence. Addressing father and son relationships, and venerating erotic love, Gander's poems surge with vitality: the energy of active discovery.

Mac OS X Snow Leopard: The Missing Manual


David Pogue - 2009
    Fortunately, David Pogue is back, with the humor and expertise that have made this the #1 bestselling Mac book for eight years straight. You get all the answers with jargon-free introductions to:Big-ticket changes. A 64-bit overhaul. Faster everything. A rewritten Finder. Microsoft Exchange compatibility. All-new QuickTime Player. If Apple wrote it, this book covers it.Snow Leopard Spots. This book demystifies the hundreds of smaller enhancements, too, in all 50 programs that come with the Mac: Safari, Mail, iChat, Preview, Time Machine.Shortcuts. This must be the tippiest, trickiest Mac book ever written. Undocumented surprises await on every page.Power usage. Security, networking, build-your-own Services, file sharing with Windows, even Mac OS X's Unix chassis-this one witty, expert guide makes it all crystal clear.

Remarkable People: Extraordinary Stories of Everyday Lives


Dan Walker - 2020
    An uplifting tonic for the darkness and negativity of recent times.We live in an age of anxiety, besieged by bad news and uncertainty. But Dan Walker, the host of BBC1's Breakfast and Football Focus, is determined to shine a light onto stories of selflessness and compassion that seldom make the headlines. In the course of his professional life, Dan has encountered many inspiring stories of bravery and kindness. In Remarkable People, he recounts tales of incredible humanity, empathy, compassion, and a steely determination to transform lives, restore trust, renew hope.Remarkable People is the perfect book for these challenging times; an escape from the negativity of our everyday news cycle, and a tribute to courage and positivity.

A Software Engineer Learns HTML5, JavaScript and jQuery


Dane Cameron - 2013
    Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.

Practical C++ Programming


Steve Oualline - 1995
    But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.Practical C++ Programming thoroughly covers: C++ Syntax Coding standards and style Creation and use of object classes Templates Debugging and optimization Use of the C++ preprocessor File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.

Ubuntu Linux Toolbox: 1000+ Commands for Ubuntu and Debian Power Users


Christopher Negus - 2007
    Try out more than 1,000 commands to find and get software, monitor system health and security, and access network resources. Then, apply the skills you learn from this book to use and administer desktops and servers running Ubuntu, Debian, and KNOPPIX or any other Linux distribution.

The Moral Life: An Introductory Reader In Ethics And Literature


Louis P. Pojman - 1999
    Integrating literature with philosophy in an innovative way, editor Louis P. Pojman uses literary works to enliven and make concrete the ethical theory or applied issues addressed in each chapter. Literary works by Camus, Hawthorne, Hugo, Huxley, Ibsen, Le Guin, Melville, Orwell, Styron, Tolstoy, and many others lead students into philosophical concepts and issues such as relativism; utilitarianism; virtue ethics; the meaning of life; freedom; sex, love, and marriage; and environmental ethics. Once introduced, these topics are developed further through readings by philosophers including Aristotle, Jane English, Thomas E. Hill, Jr., Jean-Paul Sartre, and Bernard Williams. This unique anthology emphasizes the personal dimension of ethics, which is often ignored or minimized in ethics texts. The second edition offers several new selections including work by Maya Angelou, Kevin Bales, John Benson, Susan Glaspell, C. S. Lewis, R. M. MacIver, Plato, Plutarch, James Rachels, Ayn Rand, Voltaire, and Kurt Vonnegut. It also adds a new chapter on justice and the threat of terrorism featuring material from the Old Testament--in which the equivalent of a jihad occurs--followed by philosophical analyses by Martha Nussbaum and Louis P. Pojman. Featuring expanded part and chapter introductions as well as biographical sketches, abstracts, and study questions for each reading selection, The Moral Life, 2/e, is ideal for introductory ethics courses. It also provides an engaging gateway into personal and social ethics for the general reader.

Programming F# 3.0


Chris Smith - 2009
    You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET platform.Reap the benefits of functional programming for your next project, whether you’re writing concurrent code, or building data- or math-intensive applications. With this comprehensive book, former F# team member Chris Smith gives you a head start on the fundamentals and walks you through advanced concepts of the F# language.Learn F#’s unique characteristics for building applicationsGain a solid understanding of F#’s core syntax, including object-oriented and imperative stylesMake your object-oriented code better by applying functional programming patternsUse advanced functional techniques, such as tail-recursion and computation expressionsTake advantage of multi-core processors with asynchronous workflows and parallel programmingUse new type providers for interacting with web services and information-rich environmentsLearn how well F# works as a scripting language

War and Our World


John Keegan - 1998
    The themes Keegan concentrates on in this short volume are essential to our understanding of why war remains the single greatest affliction of humanity in the twenty-first century, surpassing famine and disease, its traditional companions.

30 Crochet Patterns In 30 Days With The Ultimate Crochet For Beginners Guide


Anna Cross - 2015
    For one, it's the perfect place for beginner Do-it-yourself enthusiasts to nurture their creative genius. It's also an art for more experienced crocheters to allow their skills to flourish by mastering some new stitches. This past time gives us creative freedom in decorating our homes, expressing our selves, and adorning loved ones with beautiful accessories. Also, if you're pressed for time and intend on something fast, these patterns will become your best friends.With “Crochet Books: 30 Crochet Patterns In 30 Days With The Ultimate Crochet For Beginners Guide”, you'll be able to whip up fun new gifts, surprises, accessories, and everything in between in practically no time at all. Whether you're looking for something classic, yet simple, or for stand out pieces, I've got a little something for you! This book is filled with some of the most captivating patterns around! Take your pick from any one of these when you're looking for your next project.With “Crochet Books: 30 Crochet Patterns In 30 Days With The Ultimate Crochet For Beginners Guide”, you'll be able to whip up fun new gifts, surprises, accessories, and everything in between in practically no time at all. Whether you're looking for something classic, yet simple, or for stand out pieces, I've got a little something for you! This book is filled with some of the most captivating patterns around! Take your pick from any one of these when you're looking for your next project. This Exciting Crochet Book Includes... Booties for Babies Streak Shawl Fireplace Blanket Phone Case Holiday Card Cover Patchwork Bag And Much, Much More! This step by step guide will satisfy all your crochet cravings!

Absolute Java


Walter J. Savitch - 2003
    Praised for providing an engaging balance of thoughtful examples and explanatory discussion, ?best-selling author Walter Savitch explains concepts and techniques in a straightforward style using understandable language and code enhanced by a suite of pedagogical tools.? "Absolute Java "is appropriate for both introductory and intermediate programming courses introducing Java.