Xkcd

Xkcd
Author: Randall Munroe
Publsiher: Xkcd
Total Pages: 124
Release: 2010-08
Genre: Comics & Graphic Novels
ISBN: PSU:000066832737

Download Xkcd Book in PDF, Epub and Kindle

Collection of strips from Xkcd, a free webcomic.

Thing Explainer

Thing Explainer
Author: Randall Munroe
Publsiher: John Murray
Total Pages: 0
Release: 2015
Genre: COMICS & GRAPHIC NOVELS
ISBN: 1473620910

Download Thing Explainer Book in PDF, Epub and Kindle

The creator of the popular webcomic "xkcd" uses line drawings and common words to provide simple explanations for how things work, including microwaves, bridges, tectonic plates, the solar system, the periodic table, helicopters, and other essential concepts.

What If

What If
Author: Randall Munroe
Publsiher: Houghton Mifflin Harcourt
Total Pages: 321
Release: 2014
Genre: Humor
ISBN: 9780544272996

Download What If Book in PDF, Epub and Kindle

The creator of the incredibly popular webcomic xkcd presents his heavily researched answers to his fans' oddest questions, including “What if I took a swim in a spent-nuclear-fuel pool?” and “Could you build a jetpack using downward-firing machine guns?” 100,000 first printing.

How To

How To
Author: Randall Munroe
Publsiher: Hachette UK
Total Pages: 320
Release: 2019-09-03
Genre: Science
ISBN: 9781473680357

Download How To Book in PDF, Epub and Kindle

Randall Munroe is . . .'Nerd royalty' Ben Goldacre 'Totally brilliant' Tim Harford 'Laugh-out-loud funny' Bill Gates 'Wonderful' Neil Gaiman AN INSTANT #1 NEW YORK TIMES BESTSELLER The world's most entertaining and useless self-help guide, from the brilliant mind behind the wildly popular webcomic xkcd and the million-selling What If? and Thing Explainer For any task you might want to do, there's a right way, a wrong way, and a way so monumentally bad that no one would ever try it. How To is a guide to the third kind of approach. It's full of highly impractical advice for everything from landing a plane to digging a hole. 'How strange science can fix everyday problems' New Scientist 'A brilliant book: clamber in for a wild ride' Nature

Junior Scientist Power Hour

Junior Scientist Power Hour
Author: Abby Howard
Publsiher: Unknown
Total Pages: 288
Release: 2019-11-10
Genre: Electronic Book
ISBN: 0996556818

Download Junior Scientist Power Hour Book in PDF, Epub and Kindle

The second collection of Abby Howard's humorous semi-autobiographical webcomic.

Machine of Death

Machine of Death
Author: Ryan North,Matthew Bennardo,David Malki
Publsiher: Machines of Death LLC
Total Pages: 468
Release: 2010
Genre: Fiction
ISBN: 9780982167120

Download Machine of Death Book in PDF, Epub and Kindle

MACHINE OF DEATH tells thirty-four different stories about people who know how they will die. Prepare to have your tears jerked, your spine tingled, your funny bone tickled, your mind blown, your pulse quickened, or your heart warmed. Or better yet, simply prepare to be surprised. Because even when people do have perfect knowledge of the future, there's no telling exactly how things will turn out.

The Edge of the Sky

The Edge of the Sky
Author: Roberto Trotta
Publsiher: Basic Books
Total Pages: 144
Release: 2014-09-23
Genre: Science
ISBN: 9780465044900

Download The Edge of the Sky Book in PDF, Epub and Kindle

From the big bang to black holes, from dark matter to dark energy, from the origins of the universe to its ultimate destiny, The Edge of the Sky tells the story of the most important discoveries and mysteries in modern cosmology—with a twist. The book's lexicon is limited to the thousand most common words in the English language, excluding physics, energy, galaxy, or even universe. Through the eyes of a fictional scientist (Student-People) hunting for dark matter with one of the biggest telescopes (Big-Seers) on Earth (Home-World), cosmologist Roberto Trotta explores the most important ideas about our universe (All-there-is) in language simple enough for anyone to understand. A unique blend of literary experimentation and science popularization, this delightful book is a perfect gift for any aspiring astronomer. The Edge of the Sky tells the story of the universe on a human scale, and the result is out of this world.

Network Programming with Go

Network Programming with Go
Author: Adam Woodbeck
Publsiher: No Starch Press
Total Pages: 392
Release: 2021-03-25
Genre: Computers
ISBN: 9781718500884

Download Network Programming with Go Book in PDF, Epub and Kindle

Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy. Build simple, reliable, network software Combining the best parts of many other programming languages, Go is fast, scalable, and designed for high-performance networking and multiprocessing. In other words, it’s perfect for network programming. Network Programming with Go will help you leverage Go to write secure, readable, production-ready network code. In the early chapters, you’ll learn the basics of networking and traffic routing. Then you’ll put that knowledge to use as the book guides you through writing programs that communicate using TCP, UDP, and Unix sockets to ensure reliable data transmission. As you progress, you’ll explore higher-level network protocols like HTTP and HTTP/2 and build applications that securely interact with servers, clients, and APIs over a network using TLS. You'll also learn: Internet Protocol basics, such as the structure of IPv4 and IPv6, multicasting, DNS, and network address translation Methods of ensuring reliability in socket-level communications Ways to use handlers, middleware, and multiplexers to build capable HTTP applications with minimal code Tools for incorporating authentication and encryption into your applications using TLS Methods to serialize data for storage or transmission in Go-friendly formats like JSON, Gob, XML, and protocol buffers Ways of instrumenting your code to provide metrics about requests, errors, and more Approaches for setting up your application to run in the cloud (and reasons why you might want to) Network Programming with Go is all you’ll need to take advantage of Go’s built-in concurrency, rapid compiling, and rich standard library. Covers Go 1.15 (Backward compatible with Go 1.12 and higher)