Charge It!

Charge It!
Author: Harcourt School Publishers
Publisher:
Total Pages: 16
Release: 2006-09
Genre: Electricity
ISBN: 9780153622564

Paper Towns

Paper Towns
Author: John Green
Publisher: A&C Black
Total Pages: 321
Release: 2013
Genre: Juvenile Fiction
ISBN: 140884818X

Quentin Jacobson has spent a lifetime loving Margo Roth Spiegelman from afar. So when she cracks open a window and climbs into his life - dressed like a ninja and summoning him for an ingenious campaign of revenge - he follows. After their all-nighter ends, Q arrives at school to discover that Margo has disappeared.

The 12-Minute Athlete

The 12-Minute Athlete
Author: Krista Stryker
Publisher: Tiller Press
Total Pages: 272
Release: 2020-03-31
Genre: Health & Fitness
ISBN: 1982136480

Unlock your athletic potential and get into the best shape of your life with Krista Stryker’s HIIT and bodyweight workouts—all of which can be done in just minutes a day! If you’ve ever thought you couldn’t get results without spending hours in the gym, that you’d never be able to do a pull-up, or that it’s too late to get in your best shape ever, The 12-Minute Athlete will change your mind, your body, and your life. Get serious results with high-intensity interval training (HIIT) workouts that can be done in just minutes a day. Give up the excuses and learn to use your own bodyweight and a few basic pieces of portable equipment for short, incredibly effective workouts. Reset your mindset, bust through mental blocks, and set meaningful goals you’ll actually accomplish. You can finally ditch the dieting and enjoy food as fuel with simple eating guidelines to the 80/20 rule. In The 12-Minute Athlete you’ll also find: –A guide to basic calisthenics and bodyweight exercises for any fitness level –Progressive exercises to achieve seemingly “impossible” feats like pistol squats, one-arm push-ups, pull-ups, and handstands –More than a dozen simple and healthy recipes that will fuel your workouts –Two 8-week workout plans for getting fitter, faster, and stronger –Bonus Tabata workouts –And so much more! The 12-Minute Athlete is for men and women, ex-athletes and new athletes, experienced athletes and “non-athletes”—for anyone who has a body and wants to get stronger and start living their healthiest life.

Developer Hegemony

Developer Hegemony
Author: Erik Dietrich
Publisher: BlogIntoBook.com
Total Pages: 430
Release:
Genre: Business & Economics
ISBN:

It’s been said that software is eating the planet. The modern economy—the world itself—relies on technology. Demand for the people who can produce it far outweighs the supply. So why do developers occupy largely subordinate roles in the corporate structure? Developer Hegemony explores the past, present, and future of the corporation and what it means for developers. While it outlines problems with the modern corporate structure, it’s ultimately a play-by-play of how to leave the corporate carnival and control your own destiny. And it’s an emboldening, specific vision of what software development looks like in the world of developer hegemony—one where developers band together into partner firms of “efficiencers,” finally able to command the pay, respect, and freedom that’s earned by solving problems no one else can. Developers, if you grow tired of being treated like geeks who can only be trusted to take orders and churn out code, consider this your call to arms. Bring about the autonomous future that’s rightfully yours. It’s time for developer hegemony.

Tomorrow 3.0

Tomorrow 3.0
Author: Michael C. Munger
Publisher: Cambridge University Press
Total Pages: 191
Release: 2018-03-22
Genre: Business & Economics
ISBN: 1108427081

Munger predicts that smartphones will allow the 'transactions cost economy' to commodify excess capacity, promoting sharing instead of owning.m

Motivational Interviewing, Second Edition

Motivational Interviewing, Second Edition
Author: William R. Miller
Publisher: Guilford Press
Total Pages: 428
Release: 2002-04-12
Genre: Psychology
ISBN: 9781572305632

This bestselling work has introduced hundreds of thousands of professionals and students to motivational interviewing (MI), a proven approach to helping people overcome ambivalence that gets in the way of change. William R. Miller and Stephen Rollnick explain current thinking on the process of behavior change, present the principles of MI, and provide detailed guidelines for putting it into practice. Case examples illustrate key points and demonstrate the benefits of MI in addictions treatment and other clinical contexts. The authors also discuss the process of learning MI. The volume’s final section brings together an array of leading MI practitioners to present their work in diverse settings.

Grokking Algorithms

Grokking Algorithms
Author: Aditya Bhargava
Publisher: Simon and Schuster
Total Pages: 354
Release: 2016-05-12
Genre: Computers
ISBN: 1638353344

"This book does the impossible: it makes math fun and easy!" - Sander Rossel, COAS Software Systems Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer. You'll start with sorting and searching and, as you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. Learning about algorithms doesn't have to be boring! Get a sneak peek at the fun, illustrated, and friendly examples you'll find in Grokking Algorithms on Manning Publications' YouTube channel. Continue your journey into the world of algorithms with Algorithms in Motion, a practical, hands-on video course available exclusively at Manning.com (www.manning.com/livevideo/algorithms-?in-motion). Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology An algorithm is nothing more than a step-by-step procedure for solving a problem. The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to understand them but refuse to slog through dense multipage proofs, this is the book for you. This fully illustrated and engaging guide makes it easy to learn how to use the most important algorithms effectively in your own programs. About the Book Grokking Algorithms is a friendly take on this core computer science topic. In it, you'll learn how to apply common algorithms to the practical programming problems you face every day. You'll start with tasks like sorting and searching. As you build up your skills, you'll tackle more complex problems like data compression and artificial intelligence. Each carefully presented example includes helpful diagrams and fully annotated code samples in Python. By the end of this book, you will have mastered widely applicable algorithms as well as how and when to use them. What's Inside Covers search, sort, and graph algorithms Over 400 pictures with detailed walkthroughs Performance trade-offs between algorithms Python-based code samples About the Reader This easy-to-read, picture-heavy introduction is suitable for self-taught programmers, engineers, or anyone who wants to brush up on algorithms. About the Author Aditya Bhargava is a Software Engineer with a dual background in Computer Science and Fine Arts. He blogs on programming at adit.io. Table of Contents Introduction to algorithms Selection sort Recursion Quicksort Hash tables Breadth-first search Dijkstra's algorithm Greedy algorithms Dynamic programming K-nearest neighbors