Tiny C Projects

Download Tiny C Projects PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638351619
Total Pages : 382 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Tiny C Projects by : Dan Gookin

Download or read book Tiny C Projects written by Dan Gookin and published by Simon and Schuster. This book was released on 2023-01-24 with total page 382 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn the big skills of C programming by creating bite-size projects! Work your way through these 15 fun and interesting tiny challenges to master essential C techniques you’ll use in full-size applications. In Tiny C Projects you will learn how to: Create libraries of functions for handy use and re-use Process input through an I/O filter to generate customized output Use recursion to explore a directory tree and find duplicate files Develop AI for playing simple games Explore programming capabilities beyond the standard C library functions Evaluate and grow the potential of your programs Improve code to better serve users Tiny C Projects is an engaging collection of 15 small programming challenges! This fun read develops your C abilities with lighthearted games like tic-tac-toe, utilities like a useful calendar, and thought-provoking exercises like encoding and cyphers. Jokes and lighthearted humor make even complex ideas fun to learn. Each project is small enough to complete in a weekend, and encourages you to evolve your code, add new functions, and explore the full capabilities of C. About the technology The best way to gain programming skills is through hands-on projects—this book offers 15 of them. C is required knowledge for systems engineers, game developers, and roboticists, and you can start writing your own C programs today. Carefully selected projects cover all the core coding skills, including storing and modifying text, reading and writing files, searching your computer’s directory system, and much more. About the book Tiny C Projects teaches C gradually, from project to project. Covering a variety of interesting cases, from timesaving tools, simple games, directory utilities, and more, each program you write starts out simple and gets more interesting as you add features. Watch your tiny projects grow into real applications and improve your C skills, step by step. What's inside Caesar cipher solver: Use an I/O filter to generate customized output Duplicate file finder: Use recursion to explore a directory tree Daily greetings: Writing the moon phase algorithm Lotto pics: Working with random numbers And 11 more fun projects! About the reader For C programmers of all skill levels. About the author Dan Gookin has over 30 years of experience writing about complex topics. His most famous work is DOS For Dummies, which established the entire For Dummies brand. Table of Contents 1 Configuration and setup 2 Daily greetings 3 NATO output 4 Caesarean cipher 5 Encoding and decoding 6 Password generators 7 String utilities 8 Unicode and wide characters 9 Hex dumper 10 Directory tree 11 File finder 12 Holiday detector 13 Calendar 14 Lotto picks 15 Tic-tac-toe

A Small C Compiler

Download A Small C Compiler PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 600 pages
Book Rating : 4.:/5 (321 download)

DOWNLOAD NOW!


Book Synopsis A Small C Compiler by : James E. Hendrix

Download or read book A Small C Compiler written by James E. Hendrix and published by . This book was released on 1988 with total page 600 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Programming Projects in C for Students of Engineering, Science, and Mathematics

Download Programming Projects in C for Students of Engineering, Science, and Mathematics PDF Online Free

Author :
Publisher : SIAM
ISBN 13 : 161197349X
Total Pages : 390 pages
Book Rating : 4.6/5 (119 download)

DOWNLOAD NOW!


Book Synopsis Programming Projects in C for Students of Engineering, Science, and Mathematics by : Rouben Rostamian

Download or read book Programming Projects in C for Students of Engineering, Science, and Mathematics written by Rouben Rostamian and published by SIAM. This book was released on 2014-09-03 with total page 390 pages. Available in PDF, EPUB and Kindle. Book excerpt: Like a pianist who practices from a book of Ÿtudes, readers of Programming Projects in C for Students of Engineering, Science, and Mathematics will learn by doing. Written as a tutorial on how to think about, organize, and implement programs in scientific computing, this book achieves its goal through an eclectic and wide-ranging collection of projects. Each project presents a problem and an algorithm for solving it. The reader is guided through implementing the algorithm in C and compiling and testing the results. It is not necessary to carry out the projects in sequential order. The projects?contain suggested algorithms and partially completed programs for implementing them to enable the reader to exercise and develop skills in scientific computing;?require only a working knowledge of undergraduate multivariable calculus, differential equations, and linear algebra; and?are written in platform-independent standard C, and the Unix command-line is used to illustrate compilation and execution. The primary audience of this book is graduate students in mathematics, engineering, and the sciences. The book will also be of interest to advanced undergraduates and working professionals who wish to exercise and hone their skills in programming mathematical algorithms in C. A working knowledge of the C programming language is assumed.

C For Dummies

Download C For Dummies PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764570684
Total Pages : 410 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis C For Dummies by : Dan Gookin

Download or read book C For Dummies written by Dan Gookin and published by John Wiley & Sons. This book was released on 2004-05-07 with total page 410 pages. Available in PDF, EPUB and Kindle. Book excerpt: while (dead_horse) beat (): If you’re like most people, the above seems like nonsense. Actually, it’s computer sense—C programming. After digesting C For Dummies, 2nd Edition, you’ll understand it. C programs are fast, concise and versatile. They let you boss your computer around for a change. So turn on your computer, get a free compiler and editor (the book tells you where), pull up a chair, and get going. You won’t have to go far (page 13) to find your first program example. You’ll do short, totally manageable, hands-on exercises to help you make sense of: All 32 keywords in the C language (that’s right—just 32 words) The functions—several dozen of them Terms like printf(), scanf(), gets (), and puts () String variables, numeric variables, and constants Looping and implementation Floating-point values In case those terms are almost as intimidating as the idea of programming, be reassured that C For Dummies was written by Dan Gookin, bestselling author of DOS For Dummies, the book that started the whole library. So instead of using expletives and getting headaches, you’ll be using newly acquired skills and getting occasional chuckles as you discover how to: Design and develop programs Add comments (like post-it-notes to yourself) as you go Link code to create executable programs Debug and deploy your programs Use lint, a common tool to examine and optimize your code A helpful, tear-out cheat sheet is a quick reference for comparison symbols, conversion characters, mathematical doodads, C numeric data types, and more. C For Dummies takes the mystery out of programming and gets you into it quickly and painlessly.

C Programming For Dummies

Download C Programming For Dummies PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1119740258
Total Pages : 464 pages
Book Rating : 4.1/5 (197 download)

DOWNLOAD NOW!


Book Synopsis C Programming For Dummies by : Dan Gookin

Download or read book C Programming For Dummies written by Dan Gookin and published by John Wiley & Sons. This book was released on 2020-09-29 with total page 464 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get an A grade in C As with any major language, mastery of C can take you to some very interesting new places. Almost 50 years after it first appeared, it's still the world's most popular programming language and is used as the basis of global industry's core systems, including operating systems, high-performance graphics applications, and microcontrollers. This means that fluent C users are in big demand at the sharp end in cutting-edge industries—such as gaming, app development, telecommunications, engineering, and even animation—to translate innovative ideas into a smoothly functioning reality. To help you get to where you want to go with C, this 2nd edition of C Programming For Dummies covers everything you need to begin writing programs, guiding you logically through the development cycle: from initial design and testing to deployment and live iteration. By the end you'll be au fait with the do's and don'ts of good clean writing and easily able to produce the basic—and not-so-basic—building blocks of an elegant and efficient source code. Write and compile source code Link code to create the executable program Debug and optimize your code Avoid common mistakes Whatever your destination: tech industry, start-up, or just developing for pleasure at home, this easy-to-follow, informative, and entertaining guide to the C programming language is the fastest and friendliest way to get there!

Crafting Interpreters

Download Crafting Interpreters PDF Online Free

Author :
Publisher : Genever Benning
ISBN 13 : 0990582949
Total Pages : 1021 pages
Book Rating : 4.9/5 (95 download)

DOWNLOAD NOW!


Book Synopsis Crafting Interpreters by : Robert Nystrom

Download or read book Crafting Interpreters written by Robert Nystrom and published by Genever Benning. This book was released on 2021-07-27 with total page 1021 pages. Available in PDF, EPUB and Kindle. Book excerpt: Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.

Head First C

Download Head First C PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449345018
Total Pages : 633 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Head First C by : David Griffiths

Download or read book Head First C written by David Griffiths and published by "O'Reilly Media, Inc.". This book was released on 2012-04-03 with total page 633 pages. Available in PDF, EPUB and Kindle. Book excerpt: Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming—topics typically covered on a college-level course. This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First C uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

TinyML

Download TinyML PDF Online Free

Author :
Publisher : O'Reilly Media
ISBN 13 : 1492052019
Total Pages : 504 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis TinyML by : Pete Warden

Download or read book TinyML written by Pete Warden and published by O'Reilly Media. This book was released on 2019-12-16 with total page 504 pages. Available in PDF, EPUB and Kindle. Book excerpt: Deep learning networks are getting smaller. Much smaller. The Google Assistant team can detect words with a model just 14 kilobytes in size—small enough to run on a microcontroller. With this practical book you’ll enter the field of TinyML, where deep learning and embedded systems combine to make astounding things possible with tiny devices. Pete Warden and Daniel Situnayake explain how you can train models small enough to fit into any environment. Ideal for software and hardware developers who want to build embedded systems using machine learning, this guide walks you through creating a series of TinyML projects, step-by-step. No machine learning or microcontroller experience is necessary. Build a speech recognizer, a camera that detects people, and a magic wand that responds to gestures Work with Arduino and ultra-low-power microcontrollers Learn the essentials of ML and how to train your own models Train models to understand audio, image, and accelerometer data Explore TensorFlow Lite for Microcontrollers, Google’s toolkit for TinyML Debug applications and provide safeguards for privacy and security Optimize latency, energy usage, and model and binary size

Modern Compiler Implementation in C

Download Modern Compiler Implementation in C PDF Online Free

Author :
Publisher : Cambridge University Press
ISBN 13 : 1107268567
Total Pages : 560 pages
Book Rating : 4.1/5 (72 download)

DOWNLOAD NOW!


Book Synopsis Modern Compiler Implementation in C by : Andrew W. Appel

Download or read book Modern Compiler Implementation in C written by Andrew W. Appel and published by Cambridge University Press. This book was released on 2004-07-08 with total page 560 pages. Available in PDF, EPUB and Kindle. Book excerpt: This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and object-oriented languages, that are missing from most books. In addition, more advanced chapters are now included so that it can be used as the basis for a two-semester or graduate course. The most accepted and successful techniques are described in a concise way, rather than as an exhaustive catalog of every possible variant. Detailed descriptions of the interfaces between modules of a compiler are illustrated with actual C header files. The first part of the book, Fundamentals of Compilation, is suitable for a one-semester first course in compiler design. The second part, Advanced Topics, which includes the advanced chapters, covers the compilation of object-oriented and functional languages, garbage collection, loop optimizations, SSA form, loop scheduling, and optimization for cache-memory hierarchies.

The Spoonflower Quick-sew Project Book

Download The Spoonflower Quick-sew Project Book PDF Online Free

Author :
Publisher : Abrams
ISBN 13 : 1683353315
Total Pages : 361 pages
Book Rating : 4.6/5 (833 download)

DOWNLOAD NOW!


Book Synopsis The Spoonflower Quick-sew Project Book by : Anda Corrie

Download or read book The Spoonflower Quick-sew Project Book written by Anda Corrie and published by Abrams. This book was released on 2018-10-09 with total page 361 pages. Available in PDF, EPUB and Kindle. Book excerpt: Stitch up a storm with these new, stash-friendly projects from every fabric lovers’ favorite creative force: Spoonflower. Spoonflower—the design-your-own, print-on-demand fabric company known for its unique designs—presents dozens of brand-new projects designed to be completed in just a few hours. Get inspired and turn your favorite fabric into a lovely garland, stylish tote, children’s tent, and all sorts of other accessories for home and fashion. The simple step-by-step instructions are accompanied by templates and pattern pieces. With projects for a wide range of skill sets, this book is perfect for both new and experienced sewists. Designing fabric, wallpaper, and gift wrap used to be the stuff of dreams. Today, Spoonflower’s technology allows anyone to affordably create, print, and purchase one-of-a-kind fabric or paper.

Project 333

Download Project 333 PDF Online Free

Author :
Publisher : Penguin
ISBN 13 : 0525541462
Total Pages : 226 pages
Book Rating : 4.5/5 (255 download)

DOWNLOAD NOW!


Book Synopsis Project 333 by : Courtney Carver

Download or read book Project 333 written by Courtney Carver and published by Penguin. This book was released on 2020-03-03 with total page 226 pages. Available in PDF, EPUB and Kindle. Book excerpt: Wear just 33 items for 3 months and get back all the JOY you were missing while you were worrying what to wear. In Project 333, minimalist expert and author of Soulful Simplicity Courtney Carver takes a new approach to living simply--starting with your wardrobe. Project 333 promises that not only can you survive with just 33 items in your closet for 3 months, but you'll thrive just like the thousands of woman who have taken on the challenge and never looked back. Let the de-cluttering begin! Ever ask yourself how many of the items in your closet you actually wear? In search of a way to pare down on her expensive shopping habit, consistent lack of satisfaction with her purchases, and ever-growing closet, Carver created Project 333. In this book, she guides readers through their closets item-by-item, sifting through all the emotional baggage associated with those oh-so strappy high-heel sandals that cost a fortune but destroy your feet every time you walk more than a few steps to that extensive collection of never-worn little black dresses, to locate the items that actually look and feel like you. As Carver reveals in this book, once we finally release ourselves from the cyclical nature of consumerism and focus less on our shoes and more on our self-care, we not only look great we feel great-- and we can see a clear path to make other important changes in our lives that reach far beyond our closets. With tips, solutions, and a closet-full of inspiration, this life-changing minimalist manual shows readers that we are so much more than what we wear, and that who we are and what we have is so much more than enough.

The Middle Finger Project

Download The Middle Finger Project PDF Online Free

Author :
Publisher : Penguin
ISBN 13 : 0525540334
Total Pages : 306 pages
Book Rating : 4.5/5 (255 download)

DOWNLOAD NOW!


Book Synopsis The Middle Finger Project by : Ash Ambirge

Download or read book The Middle Finger Project written by Ash Ambirge and published by Penguin. This book was released on 2020-02-11 with total page 306 pages. Available in PDF, EPUB and Kindle. Book excerpt: Fresh, funny, and fearless, The Middle Finger Project is a point-by-point primer on how to get unstuck, slay imposter syndrome, trust in your own worth and ability, and become a strong, capable, wonderful, weird, brilliant, ballsy, unfuckwithable YOU. "Don't worry, this isn't a book about God, nor is it a book about Ryan Gosling (second in command). But it is a book about authority and becoming your own." --Ash Ambirge After a string of dead-end jobs and a death in the family, Ash Ambirge was down to her last $26 and sleeping in a Kmart parking lot when she faced the truth: No one was coming to her rescue. It was up to her to appoint herself. That night led to what eventually became a six-figure freelance career as a sought-after marketing and copywriting consultant, all while sipping coffee from her front porch in Costa Rica. She then launched The Middle Finger Project, a blog and online course hub, which has provided tens of thousands of young "women who disobey" with the tools and mindset to give everyone else's expectations the finger and get on your own path to happiness, wealth, independence, and adventure. In her first book, Ash draws on her unconventional personal story to offer a fun, bracing, and occasionally potty-mouthed manifesto for the transformative power of radical self-reliance. Employing the signature wit and wordsmithing she's used to build an avid following, she offers paradigm-shifting advice along the lines of: • The best feeling in the world is knowing who you are and what you're capable of doing. • Life circumstances are not life sentences. If a Scranton girl who grew up in a trailer park can make it, so can you. • What you believe about yourself will either murder your chances or save your life. So why not believe something good? • You don't need a high-ranking job title to be authorized to contribute. You just need to contribute. • Be your own authority. Authority only works as long as you trust that someone smarter than you is making the rules. • The way you become a force is by being the most radically real version of yourself that you can be. • You only have 12 fucks a day to give, so use them wisely.

Project Management for the Unofficial Project Manager (Updated and Revised Edition)

Download Project Management for the Unofficial Project Manager (Updated and Revised Edition) PDF Online Free

Author :
Publisher : BenBella Books
ISBN 13 : 1637740506
Total Pages : 225 pages
Book Rating : 4.6/5 (377 download)

DOWNLOAD NOW!


Book Synopsis Project Management for the Unofficial Project Manager (Updated and Revised Edition) by : Kory Kogon

Download or read book Project Management for the Unofficial Project Manager (Updated and Revised Edition) written by Kory Kogon and published by BenBella Books. This book was released on 2024-01-16 with total page 225 pages. Available in PDF, EPUB and Kindle. Book excerpt: No project management training? No problem! In today’s workplace, employees are routinely expected to coordinate and manage projects. Yet, chances are, you aren’t formally trained in managing projects—you’re an unofficial project manager. FranklinCovey experts Kory Kogon and Suzette Blakemore understand the importance of leadership in project completion and explain that people are crucial in the formula for success. This updated and revised edition of Project Management for the Unofficial Project Manager offers practical, real-world insights for effective project management and guides you through the essentials of the value, people, and project management process: Scope Plan Engage Track and Adapt Close If you’re struggling to ensure multiple projects are finished with high value and on time, this book is for you. If you manage projects without the benefit of a team, this book is also for you. Change the way you think about project management—"project manager" may not be your official title, but with the right strategies, you can excel in this project economy.

Programmer's Guide to NCurses

Download Programmer's Guide to NCurses PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0470140135
Total Pages : 579 pages
Book Rating : 4.4/5 (71 download)

DOWNLOAD NOW!


Book Synopsis Programmer's Guide to NCurses by : Dan Gookin

Download or read book Programmer's Guide to NCurses written by Dan Gookin and published by John Wiley & Sons. This book was released on 2007-02-26 with total page 579 pages. Available in PDF, EPUB and Kindle. Book excerpt: Programming the console in UNIX? Here's just what you need. First, you'll get a no-nonsense tutorial guide to the nCurses version 5.5 library, taking you from basic to advanced functions step by step. Then you'll find an A-to-Z reference of more than 175 nCurses functions, cross-referenced and illustrated with examples. With this all-purpose nCurses reference, you?ll: Learn techniques that can be used to program Linux®, FreeBSD®, Mac OS® X, or any other UNIX-based OS. Program, control, and manipulate text on the terminal screen. Control interactive I/O, organize content into windows on the screen, and use color to highlight text and organize information. Use a mouse to further refine input. Create nCurses programs using your choice of editors. Find hundreds of quick, easy-to-understand programming examples. Author Dan Gookin is known for making technology make sense. Buy this book and you'll see why.

Small Green Roofs

Download Small Green Roofs PDF Online Free

Author :
Publisher : Timber Press
ISBN 13 : 1604693088
Total Pages : 257 pages
Book Rating : 4.6/5 (46 download)

DOWNLOAD NOW!


Book Synopsis Small Green Roofs by : Nigel Dunnett

Download or read book Small Green Roofs written by Nigel Dunnett and published by Timber Press. This book was released on 2011-04-25 with total page 257 pages. Available in PDF, EPUB and Kindle. Book excerpt: Until now, the green roof movement has been limited to large-scale, professional endeavors and public buildings. But homeowners everywhere are catching onto the benefits of a green roof—water conservation, energy savings, and storm water management. In Small Green Roofs authors Dunnett, Gedge, Little, and Snodgrass profile ordinary homeowners who scaled green roofs down to the domestic level. Small Green Roofs is the first book to focus on small-scale and domestic green roofs. More than forty profiles of small and domestic-scale projects of all shapes and sizes include green roofs on sheds, garden offices, studios, garages, houses, bicycle sheds, and other small structures, as well as several community projects. For each project, details are given for design, construction, and installation, as well as how-to tips on how the roof was planted and cared for. For readers looking for inspiration when hiring a contractor or taking the adventurous step of building their own, Small Green Roofs provides the knowledge and encouragement to make it possible.

21st Century C

Download 21st Century C PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449344666
Total Pages : 297 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis 21st Century C by : Ben Klemens

Download or read book 21st Century C written by Ben Klemens and published by "O'Reilly Media, Inc.". This book was released on 2012-10-15 with total page 297 pages. Available in PDF, EPUB and Kindle. Book excerpt: Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. With this revised edition of 21st Century C, you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted. C isn’t just the foundation of modern programming languages; it is a modern language, ideal for writing efficient, state-of-the-art applications. Get past idioms that made sense on mainframes and learn the tools you need to work with this evolved and aggressively simple language. No matter what programming language you currently favor, you’ll quickly see that 21st century C rocks. Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn about the problematic C concepts too useful to discard Solve C’s string-building problems with C-standard functions Use modern syntactic features for functions that take structured inputs Build high-level, object-based libraries and programs Perform advanced math, talk to internet servers, and run databases with existing C libraries This edition also includes new material on concurrent threads, virtual tables, C99 numeric types, and other features.

Project Hail Mary

Download Project Hail Mary PDF Online Free

Author :
Publisher : Ballantine Books
ISBN 13 : 0593135210
Total Pages : 497 pages
Book Rating : 4.5/5 (931 download)

DOWNLOAD NOW!


Book Synopsis Project Hail Mary by : Andy Weir

Download or read book Project Hail Mary written by Andy Weir and published by Ballantine Books. This book was released on 2021-05-04 with total page 497 pages. Available in PDF, EPUB and Kindle. Book excerpt: #1 NEW YORK TIMES BESTSELLER • From the author of The Martian, a lone astronaut must save the earth from disaster in this “propulsive” (Entertainment Weekly), cinematic thriller full of suspense, humor, and fascinating science—in development as a major motion picture starring Ryan Gosling. HUGO AWARD FINALIST • ONE OF THE YEAR’S BEST BOOKS: Bill Gates, GatesNotes, New York Public Library, Parade, Newsweek, Polygon, Shelf Awareness, She Reads, Kirkus Reviews, Library Journal • “An epic story of redemption, discovery and cool speculative sci-fi.”—USA Today “If you loved The Martian, you’ll go crazy for Weir’s latest.”—The Washington Post Ryland Grace is the sole survivor on a desperate, last-chance mission—and if he fails, humanity and the earth itself will perish. Except that right now, he doesn’t know that. He can’t even remember his own name, let alone the nature of his assignment or how to complete it. All he knows is that he’s been asleep for a very, very long time. And he’s just been awakened to find himself millions of miles from home, with nothing but two corpses for company. His crewmates dead, his memories fuzzily returning, Ryland realizes that an impossible task now confronts him. Hurtling through space on this tiny ship, it’s up to him to puzzle out an impossible scientific mystery—and conquer an extinction-level threat to our species. And with the clock ticking down and the nearest human being light-years away, he’s got to do it all alone. Or does he? An irresistible interstellar adventure as only Andy Weir could deliver, Project Hail Mary is a tale of discovery, speculation, and survival to rival The Martian—while taking us to places it never dreamed of going.