Bike Fit: Optimise Your Bike Position for High Performance and Injury Avoidance


Phil Burt - 2014
     Do you suffer from lower back pain after a long weekend ride? Do your shoes wear out on one side more than the other? Are you experiencing numbness in your hands, or knee pain? Phil Burt, Head Physiotherapist at British Cycling and Team Sky Consultant Physiotherapist, has worked with hundreds of cyclists to help them solve these and many other classic cycling niggles. In this book he outlines his methods to help you analyse your position and get the best from your bike. The right BIKE FIT can mean the difference between a good ride and a bad one, but a professional fit can cost more than you paid for your bike. The information is all here. Let Phil Burt guide you through your own BIKE FIT, to ensure your bike and body work in harmony. Packed with useful diagrams, step by step diagnostics and case studies, this is the must-read for any cyclist keen to get a performance advantage.

The Horror Collection: Purple Edition


Kevin J. KennedyDavid Owain Hughes - 2019
    This edition brings together some of the best horror writers from the last few decades. Featuring stories from Ray Garton, Kelley Armstrong, Simon Clark, Gord Rollo, Chad Lutzke, Mike Duke, Christina Bergling, David Owain Hughes, P. Mattern & Kevin J. Kennedy.

The Problem with Software: Why Smart Engineers Write Bad Code


Adam Barr - 2018
    As the size and complexity of commercial software have grown, the gap between academic computer science and industry has widened. It's an open secret that there is little engineering in software engineering, which continues to rely not on codified scientific knowledge but on intuition and experience.Barr, who worked as a programmer for more than twenty years, describes how the industry has evolved, from the era of mainframes and Fortran to today's embrace of the cloud. He explains bugs and why software has so many of them, and why today's interconnected computers offer fertile ground for viruses and worms. The difference between good and bad software can be a single line of code, and Barr includes code to illustrate the consequences of seemingly inconsequential choices by programmers. Looking to the future, Barr writes that the best prospect for improving software engineering is the move to the cloud. When software is a service and not a product, companies will have more incentive to make it good rather than "good enough to ship."

Introducing Elixir: Getting Started in Functional Programming


Simon St.Laurent - 2013
    If you're new to Elixir, its functional style can seem difficult, but with help from this hands-on introduction, you'll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby and reaches toward metaprogramming with powerful macro features.Authors Simon St. Laurent and J. David Eisenberg show you how to write simple Elixir programs by teaching you one skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Elixir is ideal for concurrency and resilience.* Get comfortable with IEx, Elixir's command line interface* Become familiar with Elixir’s basic structures by working with numbers* Discover atoms, pattern matching, and guards: the foundations of your program structure* Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions* Create processes, send messages among them, and apply pattern matching to incoming messages* Store and manipulate structured data with Erlang Term * Storage (ETS) and the Mnesia database* Build resilient applications with the Open Telecom Platform (OTP)* Define macros with Elixir's meta-programming tools.

UNIX and Linux System Administration Handbook


Evi Nemeth - 2010
    This is one of those cases. The UNIX System Administration Handbook is one of the few books we ever measured ourselves against." -From the Foreword by Tim O'Reilly, founder of O'Reilly Media "This book is fun and functional as a desktop reference. If you use UNIX and Linux systems, you need this book in your short-reach library. It covers a bit of the systems' history but doesn't bloviate. It's just straightfoward information delivered in colorful and memorable fashion." -Jason A. Nunnelley"This is a comprehensive guide to the care and feeding of UNIX and Linux systems. The authors present the facts along with seasoned advice and real-world examples. Their perspective on the variations among systems is valuable for anyone who runs a heterogeneous computing facility." -Pat Parseghian The twentieth anniversary edition of the world's best-selling UNIX system administration book has been made even better by adding coverage of the leading Linux distributions: Ubuntu, openSUSE, and RHEL. This book approaches system administration in a practical way and is an invaluable reference for both new administrators and experienced professionals. It details best practices for every facet of system administration, including storage management, network design and administration, email, web hosting, scripting, software configuration management, performance analysis, Windows interoperability, virtualization, DNS, security, management of IT service organizations, and much more. UNIX(R) and Linux(R) System Administration Handbook, Fourth Edition, reflects the current versions of these operating systems: Ubuntu(R) LinuxopenSUSE(R) LinuxRed Hat(R) Enterprise Linux(R)Oracle America(R) Solaris(TM) (formerly Sun Solaris)HP HP-UX(R)IBM AIX(R)

Healthy Meal Prep Instant Pot® Cookbook: No-Fuss Recipes for Nutritious, Ready-to-Go Meals


Carrie Forrest - 2019
    Combining the speed and ease of Instant Pot® cooking with meal prep hacks, this Instant Pot cookbook will have you fixing great food that’s good for you in no time. You’ll also have plenty left for ready-to-go meals so you eat well all week long.Never used an Instant Pot®? Don’t know much about meal prep? The Healthy Meal Prep Instant Pot Cookbook teaches you everything you need to know. From proper food storage to multitasking with your multicooker, discover how perfectly healthy meal prep and the Instant Pot® go together.The Healthy Meal Prep Instant Pot Cookbook includes: BECOME AN INSTANT POT® PRO—Become an electric pressure cooker expert with handy guides and tips—plus recipes developed specifically for the Instant Pot®. MASTER MEAL PREP—Learn the secrets of advanced preparation, planning, and storage that make meal prepping a snap inside this Instant Pot cookbook. 75 RECIPES—From Spicy Sausage and Potato Hash to Lemon-Garlic Shrimp Scampi, enjoy delicious food that tastes just as great when you bring it back out of your fridge or freezer for grab-and-go meals. Make healthy meal prep easier than ever with the Healthy Meal Prep Instant Pot Cookbook.

Jumping into C++


Alex Allain - 2013
    As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.

Happy Stories!: Real-Life Inspirational Stories from Around the World


Will Bowen - 2013
    The path to happiness is not determined by your circumstances, but by aligning your thoughts, words, and actions to focus on the goal of happiness. Now, through fifty true stories, Bowen shares how people have taken his philosophies to heart—and are becoming measurably happier!

Ry's Git Tutorial


Ryan Hodson - 2014
    Its popularity among open-source developers makes Git a necessary tool for professional programmers, but it can also do wonders for your personal coding workflow. You’ll be able to experiment with new ideas, radically refactor existing code, and efficiently share changes with other developers—all without the slightest worry towards breaking your project.This comprehensive guide will walk you through the entire Git library, writing code and executing commands every step of the way. You'll create commits, revert snapshots, navigate branches, communicate with remote repositories, and experience core Git concepts first-hand.Designed for newcomers to distributed development, Ry's Git Tutorial presents this complex subject in simple terms that anyone can understand. Beginner and veteran programmers alike will find this book to be a fun, fast, and friendly introduction to Git-based revision control.

How to Drive: Real World Instruction and Advice from Hollywood's Top Driver


Ben Collins - 2016
    And an absolute must for everyone with a learner's permit. Former Top Gear Stig and professional driver Ben Collins shares expert skills culled from a twenty year career as one of the best drivers in the world, famous for racing in the Le Mans series and NASCAR, piloting the Batmobile, and dodging bullets with James Bond. Refined over thousands of hours of elite-level performance in the physics of driving, his philosophy results in greater control and safer, more efficient and fun driving for all skill levels.

True to Form: How to Use Foundation Training for Sustained Pain Relief and Everyday Fitness


Eric Goodman - 2016
    Eric Goodman’s visionary approach to mindful movement corrects the complacent adaptations that lead to back and joint pain, and teaches us to harness the body’s natural movement patterns into daily activities to make us fit, healthy, and pain free.Our sedentary lifestyle has led to an epidemic of chronic pain. By adapting to posture and movement that have us out of balance—including sitting all day at a keyboard, tilting our heads forward to look at our phones—we consistently compromise our joints, give our organs less room to function, and weaken our muscles. How we hold and live in our bodies is fundamental to our overall health, and the good news is that we all hold the key to a healthier body.Dr. Goodman has spent years studying human physiology and movement. He has trained world-class athletes for better performance, and has healed people of all ages and occupations of lifelong debilitating pain. His theory of self-healing is now available to everyone. His practical program trains the posterior muscle chain—shoulders, back, butt, and legs—shifting the burden of support away from joints and putting it back where it belongs: into large muscle groups.Filled with helpful diagrams and sixty color photographs, True to Form shows readers how to successfully integrate these powerful movements into everyday life—from playing with the kids to washing dishes to long hours in the office—transforming ordinary physical actions into active and mindful movements that help to eliminate pain, up your game, or simply feel more energetic. True to Form shows you how to move better, breathe better, and get back to using your body the way nature intended.

The Art of Software Testing


Glenford J. Myers - 1979
    You'll find the latest methodologies for the design of effective test cases, including information on psychological and economic principles, managerial aspects, test tools, high-order testing, code inspections, and debugging. Accessible, comprehensive, and always practical, this edition provides the key information you need to test successfully, whether a novice or a working programmer. Buy your copy today and end up with fewer bugs tomorrow.

The House that Cleans Itself: Creative Solutions for a Clean and Orderly House in Less Time Than You Can Imagine


Mindy Starns Clark - 2007
    Using the methods of 'horizontal thinking', this book teaches readers how to set up a home so efficiently and logically that it seems to clean itself.More than a how-to book, 'The House That Cleans Itself' also looks at what God has to say about cleanliness and order, and how He can inspire order in every reader's life in a fresh and unique way. For added fun, some of the tips Mindy uses come from research for her popular novels, 'The Trouble with Tulip, Blind Dates Can Be Murder' and 'Elementary, My Dear Watkins'.