Carbs & Cals Carb & Calorie Counter: Count Your Carbs & Calories with Over 1,700 Food & Drink Photos!


Chris Cheyette - 2016
    Carbs Cals Carb Calorie Counter

An American Love Story


Rona Jaffe - 1990
    . . and their foolish choice. In love with the same man. The wrong man.  Women found him so easy to love. Clay Bowen had it all—charisma, good looks, and power in the glamorous world of television. Laura, the delicate dancer, gave up her dazzling career to marry him and have his child. Nina excelled at everything—except capturing her father’s complete attention. Bambi, his ruthless young “assistant,” thought she was using him. And Susan, a brilliant writer, couldn’t bear to think their twenty-year bicoastal romance was too good to be true.   In her most riveting novel since The Best of Everything, Rona Jaffe weaves a compelling story of passion and obsession. Moving from the glittering capitals of the world and the epicenter of the TV and movie industries to the darkest depths of the human heart, she holds her readers captive to the very last page.  Praise for An American Love Story   “Jaffe comprehends the ambivalence of women in love like few other contemporary novelists.”—New Woman   “Compelling . . . a novel of growth, despair, destruction and realization—a novel to read and have a daughter read.”—UPI  “Savvy and sharp.”—St. Petersburg Times   “Thoughtful, provocative.”—San Antonio Express-News

JavaScript Patterns


Stoyan Stefanov - 2010
    If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal -- whether you're writing a client-side, server-side, or desktop application with JavaScript.Written by JavaScript expert Stoyan Stefanov -- Senior Yahoo! Technical and architect of YSlow 2.0, the web page performance optimization tool -- JavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and moreLearn why literal notation patterns are simpler alternatives to constructor functionsDiscover different ways to define a function in JavaScriptCreate objects that go beyond the basic patterns of using object literals and constructor functionsLearn the options available for code reuse and inheritance in JavaScriptStudy sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and moreExamine patterns that apply specifically to the client-side browser environment

The Software Paradox


Stephen O’Grady - 2015
    

Summary : Becoming Michelle Obama


Dennis Braun - 2018
    Realizing that she really wanted to help people more than be involved in the intricacies of contract law, Michelle left her job at a respected law firm to work in the world of nonprofits, community outreach and mentoring.This civic-mindedness is what she brought with her into the White House, where she strove to make an impact on children

The Jury / Sweet Revenge / Lethal Justice


Fern Michaels - 2008
    For years, Paula Woodley has suffered the broken bones and shattered self-esteem caused by an abusive marriage. But what can she do? Her high-profile, Washington power-broker husband is not a man to be crossed. Or so he thinks. The Sisterhood may not be an organization found in any of his memos, but he’s about to take a meeting with them—and they’ll be setting the agenda.… Sweet Revenge Isabelle Flanders’ former colleague, the conniving Rosemary, did everything in her power to ruin Isabelle, from framing her for a terrible drunk driving accident to stealing her husband and her architecture firm. Now, Isabelle’s formerly lovely life is in tatters while Rosemary scoops up the spoils. It’s enough to make any friend’s blood boil. Rosemary may think she’s flying high, but she’s about to tangle with the Sisterhood. Lethal Justice Alexis Thorn, once a successful securities broker, spent a hellish year behind bars for a crime she never committed. Now she has her freedom, but she’s left with haunting memories of being hauled from her office in handcuffs…of the cell door clanging shut behind her…of her pleas going unheard. Alexis dreams of getting even. The legal system failed her, but the Sisterhood won’t.

Principles of Information Systems


Ralph M. Stair - 1992
    The overall vision, framework, and pedagogy that made the previous editions so popular has been retained, making this a highly comprehensive IS text. Accomplished authors Ralph Stair and George Reynolds continue to expose their readers to clear learning objectives that are reinforced by timely, real-world business examples and hands-on activities. Regardless of their major, students can use this book to understand and practice fundamental IS principles so that they can function more efficiently and effectively as workers, managers, decision makers, and organizational leaders.

Clean & Lean Diet Cookbook: Over 100 Delicious Healthy Recipes with a 14-Day Menu Plan


James Duigan - 2012
    Illustrating what you should be eating to keep your body in its best-ever shape, 'Clean & Lean Cookbook' takes you through lunch and dinner with ideas for quick, easy meals that won't impact on your waistline.

The Success of Open Source


Steven Weber - 2004
    Leaving source code open has generated some of the most sophisticated developments in computer technology, including, most notably, Linux and Apache, which pose a significant challenge to Microsoft in the marketplace. As Steven Weber discusses, open source's success in a highly competitive industry has subverted many assumptions about how businesses are run, and how intellectual products are created and protected.Traditionally, intellectual property law has allowed companies to control knowledge and has guarded the rights of the innovator, at the expense of industry-wide cooperation. In turn, engineers of new software code are richly rewarded; but, as Weber shows, in spite of the conventional wisdom that innovation is driven by the promise of individual and corporate wealth, ensuring the free distribution of code among computer programmers can empower a more effective process for building intellectual products. In the case of Open Source, independent programmers--sometimes hundreds or thousands of them--make unpaid contributions to software that develops organically, through trial and error.Weber argues that the success of open source is not a freakish exception to economic principles. The open source community is guided by standards, rules, decisionmaking procedures, and sanctioning mechanisms. Weber explains the political and economic dynamics of this mysterious but important market development.

Cracking the Coding Interview: 150 Programming Questions and Solutions


Gayle Laakmann McDowell - 2008
    This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.

Head First Object-Oriented Analysis and Design: A Brain Friendly Guide to OOA&D


Brett McLaughlin - 2006
    What sets this book apart is its focus on learning. The authors have made the content of OOAD accessible, usable for the practitioner." Ivar Jacobson, Ivar Jacobson Consulting"I just finished reading HF OOA&D and I loved it! The thing I liked most about this book was its focus on why we do OOA&D-to write great software!" Kyle Brown, Distinguished Engineer, IBM"Hidden behind the funny pictures and crazy fonts is a serious, intelligent, extremely well-crafted presentation of OO Analysis and Design. As I read the book, I felt like I was looking over the shoulder of an expert designer who was explaining to me what issues were important at each step, and why." Edward Sciore, Associate Professor, Computer Science Department, Boston College Tired of reading Object Oriented Analysis and Design books that only makes sense after you're an expert? You've heard OOA&D can help you write great software every time-software that makes your boss happy, your customers satisfied and gives you more time to do what makes you happy.But how?Head First Object-Oriented Analysis & Design shows you how to analyze, design, and write serious object-oriented software: software that's easy to reuse, maintain, and extend; software that doesn't hurt your head; software that lets you add new features without breaking the old ones. Inside you will learn how to:Use OO principles like encapsulation and delegation to build applications that are flexible Apply the Open-Closed Principle (OCP) and the Single Responsibility Principle (SRP) to promote reuse of your code Leverage the power of design patterns to solve your problems more efficiently Use UML, use cases, and diagrams to ensure that all stakeholders are communicating clearly to help you deliver the right software that meets everyone's needs.By exploiting how your brain works, Head First Object-Oriented Analysis & Design compresses the time it takes to learn and retain complex information. Expect to have fun, expect to learn, expect to be writing great software consistently by the time you're finished reading this!

Hacking: The Art of Exploitation


Jon Erickson - 2003
    This book explains the technical aspects of hacking, including stack based overflows, heap based overflows, string exploits, return-into-libc, shellcode, and cryptographic attacks on 802.11b.

Digital Computer Electronics


Albert Paul Malvino - 1977
    The text relates the fundamentals to three real-world examples: Intel's 8085, Motorola's 6800, and the 6502 chip used by Apple Computers. This edition includes a student version of the TASM cross-assembler software program, experiments for Digital Computer Electronics and more.

Decision Support Systems and Intelligent Systems


Efraim Turban - 1998
    

A Very French Wedding


Maeve Haran - 2021
    . . to find that even dreams can have their complications.Steph, Jo and Meredith have been friends since school. Their lives have all taken very different paths across the years, but when Meredith buys a romantic château in an idyllic village in the Dordogne she finds she can’t do it alone – so who better to enlist for help than her two old friends? Together they hope to bring the château back to life and create the most romantic wedding venue in France.And it seems that the nearby village of Bratenac has much more to offer than sun, wine and delicious French food when a handsome chef and his equally charming son, a vigneron from New Zealand, not to mention the local ladies’ luncheon club and a British bulldog named Nelly all join the party.