Thinking in C++


Bruce Eckel - 1995
    It shows readers how to step back from coding to consider design strategies and attempt to get into the head of the designer.

Two Scoops of Django: Best Practices for Django 1.6


Daniel Roy Greenfeld - 2014
    

CSS and Documents


Eric A. Meyer - 2012
    

Tharoorosaurus


Shashi Tharoor - 2020
    In Tharoorosaurus, he shares fifty-three examples from his vocabulary: unusual words from every letter of the alphabet. You don't have to be a linguaphile to enjoy the fun facts and interesting anecdotes behind the words! Be ready to impress-and say goodbye to your hippopotomonstrosesquipedaliophobia!

Lonely Planet Naples, Pompeii & the Amalfi Coast


Lonely Planet - 2012
    Meander past orange groves and swaying pines to reach steep seaside towns, go cave diving off the Capri coast, or contemplate the silent power of Mt. Vesuvius; all with your trusted travel companion. Get to the heart of Naples, Pompeii, and the Amalfi Coast and begin your journey now! Inside Lonely Planet Naples, Pompeii & the Amalfi Coast Travel Guide: Full-colour maps and images throughout Highlights and itineraries help you tailor your trip to your personal needs and interests Insider tips to save time and money and get around like a local, avoiding crowds and trouble spots Essential info at your fingertips - hours of operation, phone numbers, websites, transit tips, prices Honest reviews for all budgets - eating, sleeping, sight-seeing, going out, shopping, hidden gems that most guidebooks miss Cultural insights give you a richer, more rewarding travel experience - including history, the arts, cinema, way of life, architecture, superstitions, politics, cuisine, wine, and more Over 39 colour local maps Covers Naples, Procida, Capri, Positano, Mt Vesuvius, Pompeii, Ravello, The Islands, Salerno, the Cilento, Amalfi Coast, and more eBook Features: (Best viewed on tablet devices and smartphones) Downloadable PDF and offline maps prevent roaming and data charges Effortlessly navigate and jump between maps and reviews Add notes to personalise your guidebook experience Seamlessly flip between pages Bookmarks and speedy search capabilities get you to key pages in a flash Embedded links to recommendations' websites Zoom-in maps and images Inbuilt dictionary for quick referencing The Perfect Choice: Lonely Planet Naples, Pompeii & the Amalfi Coast, our most comprehensive guide to Naples, Pompeii, and the Amalfi Coast, is perfect for both exploring top sights and taking roads less travelled. Looking for more extensive coverage? Check out our Lonely Planet Italy guide for a comprehensive look at all the country has to offer, or Lonely Planet Discover Italy, a photo-rich guide to the country's most popular attractions. Authors: Written and researched by Lonely Planet. About Lonely Planet: Since 1973, Lonely Planet has become the world's leading travel media company with guidebooks to every destination, an award-winning website, mobile and digital travel products, and a dedicated traveller community. Lonely Planet covers must-see spots but also enables curious travellers to get off beaten paths to understand more of the culture of the places in which they find themselves.

Exam Ref 70-483: Programming in C#


Wouter de Kort - 2013
    Designed for experienced software developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level.Focus on the expertise measured by these objectives:Manage Program FlowCreate and Use TypesDebug Applications and Implement SecurityImplement Data AccessThis Microsoft Exam Ref:Organizes its coverage by exam objectives.Features strategic, what-if scenarios to challenge you.Includes a 15% exam discount from Microsoft. (Limited time offer)

The Pcos Workbook: Your Guide to Complete Physical and Emotional Health


Angela Grassi - 2009
    What does that mean?" "Will I ever be able to have a baby?" "I try to lose the weight, but I'm hungry all the time." "Why can't I just stop eating sugary, fattening foods?" "Why do I have hair growing everywhere and will it ever get better?" "I am so depressed and moody. Is this related to my PCOS?" If any of these statements sound familiar, this workbook can help you! The PCOS Workbook, a practical and comprehensive guide, helps you understand not just the physiology of PCOS, but what you can do about it. Step-by-step guidelines, questionnaires and exercises will help you learn skills and empower you to make positive changes in your life that might not get rid of PCOS, but will help you live with it harmoniously: Lose weight, take control over your eating and improve your health Understand your medical treatment Improve your fertility Manage the stress in your life Be mindful with your eating and in life Challenge body image myths and insecurities Overcome obstacles to becoming more physically active Cope with the challenges of infertility ...and get closer to living the life you want to live!

Bitcoin: Sovereignty through mathematics


Knut Svanholm - 2019
    What makes Bitcoin so special? What sets Bitcoin apart from every other monetary asset that preceded it? What is a monetary asset in the first place? What is money? What is inflation? Who benefits from it? What is scarcity? Is Bitcoin's mining process wasteful? Is Bitcoin a religion or a rejection of religious beliefs? All of this and more, inside.

Implementing Domain-Driven Design


Vaughn Vernon - 2013
    Vaughn Vernon couples guided approaches to implementation with modern architectures, highlighting the importance and value of focusing on the business domain while balancing technical considerations.Building on Eric Evans’ seminal book, Domain-Driven Design, the author presents practical DDD techniques through examples from familiar domains. Each principle is backed up by realistic Java examples–all applicable to C# developers–and all content is tied together by a single case study: the delivery of a large-scale Scrum-based SaaS system for a multitenant environment.The author takes you far beyond “DDD-lite” approaches that embrace DDD solely as a technical toolset, and shows you how to fully leverage DDD’s “strategic design patterns” using Bounded Context, Context Maps, and the Ubiquitous Language. Using these techniques and examples, you can reduce time to market and improve quality, as you build software that is more flexible, more scalable, and more tightly aligned to business goals.

Programming WCF Services


Juval Lowy - 2007
    Relentlessly practical, the book delivers insight, not documentation, to teach developers what they need to know to build the next generation of SOAs.After explaining the advantages of service-orientation for application design and teaching the basics of how to develop SOAs using WCF, the book shows how you can take advantage of built-in features such as service hosting, instance management, asynchronous calls, synchronization, reliability, transaction management, disconnected queued calls and security to build best in class applications. "Programming WCF Services" focuses on the rationale behind particular design decisions, often shedding light on poorly-documented and little-understood aspects of SOA development. Developers and architects will learn not only the "how" of WCF programming, but also relevant design guidelines, best practices, and pitfalls. Original techniques and utilities provided by the author throughout the book go well beyond anything that can be found in conventional sources.Based on experience and insight gained while taking part in the strategic design of WCF and working with the team that implemented it, "Programming WCF Services" provides experienced working professionals with the definitive work on WCF. Not only will this book make you a WCF expert, it will make you a better software engineer. It's the Rosetta Stone of WCF.

Eloquent JavaScript: A Modern Introduction to Programming


Marijn Haverbeke - 2010
    I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?

Ctrl+Shift+Enter Mastering Excel Array Formulas: Do the Impossible with Excel Formulas Thanks to Array Formula Magic


Mike Girvin - 2013
    Beginning with an introduction to array formulas, this manual examines topics such as how they differ from ordinary formulas, the benefits and drawbacks of their use, functions that can and cannot handle array calculations, and array constants and functions. Among the practical applications surveyed include how to extract data from tables and unique lists, how to get results that match any criteria, and how to utilize various methods for unique counts. This book contains 529 screen shots.

How Google Tests Software


James A. Whittaker - 2012
    Legendary testing expert James Whittaker, until recently a Google testing leader, and two top Google experts reveal exactly how Google tests software, offering brand-new best practices you can use even if you're not quite Google's size...yet! Breakthrough Techniques You Can Actually Use Discover 100% practical, amazingly scalable techniques for analyzing risk and planning tests...thinking like real users...implementing exploratory, black box, white box, and acceptance testing...getting usable feedback...tracking issues...choosing and creating tools...testing "Docs & Mocks," interfaces, classes, modules, libraries, binaries, services, and infrastructure...reviewing code and refactoring...using test hooks, presubmit scripts, queues, continuous builds, and more. With these techniques, you can transform testing from a bottleneck into an accelerator-and make your whole organization more productive!

Malory Towers Collection 3: Books 7-9 (Malory Towers Collections and Gift books)


Enid Blyton - 2016
    But the other girls are determined to cause trouble. Will Freddie and June ever stop playing tricks? And what's Amy's strange family secret?Summer TermSomeone has stolen Julie's horse. And there's money missing too. Can Felicity and the girls find out who would do such a terrible thing?Winter TermSusan's in charge of the winter concert, but new teacher, Miss Tallant, won't let her make any decisions. When Miss interferes in a midnight feast, the girls realise that there's a spy in their midst.Expect drama at Malory Towers!Between 1946 and 1951, Enid Blyton wrote six novels set at Malory Towers. Books 7-12 are authorised sequels of the series written by Pamela Cox in 2009 and focus on the adventures of Felicity Rivers, Susan Blake, and June Johns. This collection features the original stories and is unillustrated.

MCSA/MCSE Self-Paced Training Kit (Exam 70-270): Installing, Configuring, and Administering Microsoft Windows XP Professional


Walter Glenn - 2005
    Work at your own pace through a system of lessons, hands-on exercises, troubleshooting labs, and review questions.The Readiness Review Suite on CD, featuring advanced technology from MeasureUp, provides 425 challenging questions for in-depth self-assessment and practice. You can choose timed or untimed testing mode, generate random tests, or focus on specific objectives. You get detailed explanations for right and wrong answers--including a customized learning path that describes how and where to focus your studies.Maximize your performance on the exam by learning how to: Perform an installation or upgrade, including remote deploymentConfigure and customize the desktop environmentAdminister disks, device drivers, printers, file systems, and other resourcesManage TCP/IP networking and support remote and mobile usersMonitor, troubleshoot, and tune system performanceNEW!--Administer security settings and services, including the advances in Windows XP Service Pack 2Readiness Review Suite on CD Powered by MeasureUpYour kit includes: NEW--Fully reengineered self-paced study guide with expert exam tips. NEW--Readiness Review Suite featuring 425 questions and multiple testing options. NEW--Case scenarios and troubleshooting labs for real-world expertise. NEW--120-day evaluation version of Windows XP Professional software with Windows XP Service Pack 2.NEW--eBook in PDF format. NEW--Microsoft Encyclopedia of Security eBook. NEW--Microsoft Encyclopedia of Networking, Second Edition eBook.For customers who purchase an ebook version of this title, instructions for downloading the CD files can be found in the ebook.