Swift Programming: The Big Nerd Ranch Guide (Big Nerd Ranch Guides)


Matthew Mathias - 2015
    Throughout the book, the authors share their insights into Swift to ensure that you understand the hows and whys of Swift and can put that understanding to use in different contexts. After working through the book, you will have the knowledge and confidence to develop your own solutions to a wide range of programming challenges using Swift.

I Quit! Now What?


Zarreen Khan - 2017
    Of endless weekdays, working weekends, making presentations, working with complicated Excel sheets, handling a boss with time-management issues and the general politics of the workplace. Sigh! After eight years of this life, her only personal insight is that she's terribly unambitious and constantly struggling to be an average performer in the competitive corporate world. When a colleague flashes the glint of a golden sabbatical she catapults into it headfirst. After all, one has to find one's calling at some point in one's life. So will the sabbatical miraculously change her life forever? Or will she go rushing back to her pocket money-generating job?

Dark Boundary


Anne Hobbs Purdy - 1954
    Anne Purdy, author of bestselling book Tisha, tells the story surrounding the lives of the Eagle Village Indians. She describes the end of the Gold Rush era changes that took place in the early part of the twentieth century, painting a vivid picture of life’s struggles here and of a woman who reaches out to those in desperate need of love and care.A tale of joy and sadness, with a final twist.

Lauren Ipsum


Carlos Bueno - 2011
    If the idea of a computer science book without computers upsets you, please close your eyes until you’ve finished reading the rest of this page.The truth is that computer science is not really about the computer. It is just a tool to help you see ideas more clearly. You can see the moon and stars without a telescope, smell the flowers without a fluoroscope, have fun without a funoscope, and be silly sans oscilloscope.You can also play with computer science without... you-know-what. Ideas are the real stuff of computer science. This book is about those ideas, and how to find them.

John D. Rockefeller: The Wealthiest Man In American History


Michael W. Simmons - 2017
    Rockefeller is held to be one of the wealthiest men who ever lived; he is also one of the most controversial figures in American history. Born of the unlikely union between a strict Baptist matriarch and her husband, a bigamist, alleged rapist, and snake-oil salesman, Rockefeller’s early childhood was spent learning how to shoulder an adult’s responsibility for his family and turn a deaf ear to the gossip that followed wherever his father went. This book contains highlights from the extraordinarily long life of a man many believed to be little better than a criminal, preying on small business owners to establish the supremacy of the Standard Oil Trust. John D. Rockefeller crushed his competitors and sparked massive public outrage against his businesses. Yet he also saved thousands of lives and helped establish respect for evidence-based medicine in the United States. From his teen years as a bookkeeper in a small commodities trading firm, to his imperial rule over the oil industry, to his early retirement and the decades he spent establishing philanthropic trusts in the fields of education and medicine, you will learn that there is no simple way to pass judgment on John D. Rockefeller’s life.

Object Design: Roles, Responsibilities, and Collaborations


Rebecca Wirfs-Brock - 2002
    This work includes the practices and techniques of Responsibility-Driven Design, and show how to apply them as you develop modern object-based applications. It is suitable for software designers and students.

Fake It Till I Make It


Josie Eccles - 2018
    But when she loses her job, gets dumped and is made homeless within the space of a fortnight, Alex reluctantly returns to her home town – a place she thought she’d left for good 10 years earlier. With barely a penny to her name… Alex is surprised to find there are some advantages to moving back: reconnecting with old friends who had been such a big part of her teenage years. Although being back brings up old feelings Alex thought she had buried for good, feelings that should be well and truly left in the past – especially when it came to her old high school boyfriend, Lewis Ashworth. Desperate to return to her London lifestyle, Alex takes advice from her old school friend Cody McKenzie, who suggests she only has to “fake it till she makes it” How hard can that be? After all, hadn’t she been doing that for years? Whether reluctantly trying to drive her nan’s mobility scooter, putting bullying bosses in their place or looking for creative ways to avoid her mum’s increasingly weird cooking, follow Alex’s laugh-out-loud journey to “making it”

Algorithms in C++, Parts 1-4: Fundamentals, Data Structure, Sorting, Searching


Robert Sedgewick - 1998
    Christopher Van Wyk and Sedgewick have developed new C++ implementations that both express the methods in a concise and direct manner, and also provide programmers with the practical means to test them on real applications. Many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. The third edition retains the successful blend of theory and practice that has made Sedgewick's work an invaluable resource for more than 250,000 programmers! This particular book, Parts 1n4, represents the essential first half of Sedgewick's complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. Although the substance of the book applies to programming in any language, the implementations by Van Wyk and Sedgewick also exploit the natural match between C++ classes and ADT implementations. Highlights Expanded coverage of arrays, linked lists, strings, trees, and other basic data structures Greater emphasis on abstract data types (ADTs), modular programming, object-oriented programming, and C++ classes than in previous editions Over 100 algorithms for sorting, selection, priority queue ADT implementations, and symbol table ADT (searching) implementations New implementations of binomial queues, multiway radix sorting, randomized BSTs, splay trees, skip lists, multiway tries, B trees, extendible hashing, and much more Increased quantitative information about the algorithms, giving you a basis for comparing them Over 1000 new exercises to help you learn the properties of algorithms Whether you are learning the algorithms for the first time or wish to have up-to-date reference material that incorporates new programming styles with classic and new algorithms, you will find a wealth of useful information in this book.

Almost Perfect: How a Bunch of Regular Guys Built WordPerfect Corporation


W.E. Pete Peterson - 1993
    A former executive at the WordPerfect Corporation details the company's rise in the computer industry and what compelled him to leave after ten years as a driving force in the company.

Debugging: The 9 Indispensable Rules for Finding Even the Most Elusive Software and Hardware Problems


David J. Agans - 2002
    Written in a frank but engaging style, Debuggingprovides simple, foolproof principles guaranteed to help find any bug quickly. This book makes those shelves of application-specific debugging books (on C++, Perl, Java, etc.) obsolete. It changes the way readers think about debugging, making those pesky problems suddenly much easier to find and fix. Illustrating the rules with real-life bug-detection war stories, the book shows readers how to: * Understand the system: how perceiving the ""roadmap"" can hasten your journey * Quit thinking and look: when hands-on investigation can’t be avoided * Isolate critical factors: why changing one element at a time can be an essential tool * Keep an audit trail: how keeping a record of the debugging process can win the day

Operational Excellence Pillar: AWS Well-Architected Framework (AWS Whitepaper)


AWS Whitepapers - 2017
    It provides guidance to help you apply best practices in the design, delivery, and maintenance of AWS environments. This documentation is offered for free here as a Kindle book, or you can read it in PDF format at https://aws.amazon.com/whitepapers/.

Large-Scale C++ Software Design


John S. Lakos - 1996
    It is the first C++ book that actually demonstrates how to design large systems, and one of the few books on object-oriented design specifically geared to practical aspects of the C++ programming language. In this book, Lakos explains the process of decomposing large systems into physical (not inheritance) hierarchies of smaller, more manageable components. Such systems with their acyclic physical dependencies are fundamentally easier and more economical to maintain, test, and reuse than tightly interdependent systems. In addition to explaining the motivation for following good physical as well as logical design practices, Lakos provides you with a catalog of specific techniques designed to eliminate cyclic, compile-time, and link-time (physical) dependencies. He then extends these concepts from large to very large systems. The book concludes with a comprehensive top-down approach to the logical design of individual components. Appendices include a valuable design pattern Protocol Hierarchy designed to avoid fat inte

Programming in Haskell


Graham Hutton - 2006
    This introduction is ideal for beginners: it requires no previous programming experience and all concepts are explained from first principles via carefully chosen examples. Each chapter includes exercises that range from the straightforward to extended projects, plus suggestions for further reading on more advanced topics. The author is a leading Haskell researcher and instructor, well-known for his teaching skills. The presentation is clear and simple, and benefits from having been refined and class-tested over several years. The result is a text that can be used with courses, or for self-learning. Features include freely accessible Powerpoint slides for each chapter, solutions to exercises and examination questions (with solutions) available to instructors, and a downloadable code that's fully compliant with the latest Haskell release.

Adventures of Huckleberry Finn, Chapters 21 to 25


Mark Twain - 2011
    You may find it for free on the web. Purchase of the Kindle edition includes wireless delivery.

Robot Building for Beginners


David Cook - 2002
    Not only does author David Cook assist you in understanding the component parts of robot development, but he also presents valuable techniques that prepare you to make new discoveries on your own.Cook begins with the anatomy of a homemade robot and gives you the best advice on how to proceed successfully. General sources for tools and parts are provided in a consolidated list, and specific parts are recommended throughout the book. Also, basic safety precautions and essential measuring and numbering systems are promoted throughout.Specific tools and parts covered include digital multimeters, motors, wheels, resistors, LEDs, photoresistors, transistors, chips, gears, nut drivers, batteries, and more. "Robot Building for Beginners" is an inspiring book that provides an essential base of practical knowledge for anyone getting started in amateur robotics.