Understanding the Linux Kernel


Daniel P. Bovet - 2000
    The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. The book focuses on the following topics:Memory management, including file buffering, process swapping, and Direct memory Access (DMA)The Virtual Filesystem layer and the Second and Third Extended FilesystemsProcess creation and schedulingSignals, interrupts, and the essential interfaces to device driversTimingSynchronization within the kernelInterprocess Communication (IPC)Program executionUnderstanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. This book will help you make the most of your Linux system.

The Russian Kettlebell Challenge: Xtreme Fitness for Hard Living Comrades


Pavel Tsatsouline - 2001
    Thanks to the kettlebell's astonishing ability to turbo charge physical performance, these Soviet supermen creamed their opponents time-and-time-again, with inhuman displays of raw power and explosive strength. Now, former Spetznaz trainer, international fitness author and nationally ranked kettlebell lifter, Pavel Tsatsouline, delivers this secret Soviet weapon into your hands.

UNIX Power Tools


Jerry Peek - 1993
    It also covers add-on utilities and how to take advantage of clever features in the most popular UNIX utilities.Loaded with even more practical advice about almost every aspect of UNIX, this edition addresses the technology that UNIX users face today, differing from the first edition in a number of important ways.First, it slants the blend of options and commands more toward the POSIX utilities, including the GNU versions; the bash and tcsh shells have greater coverage, but we've kept the first edition's emphasis on the core concepts of sh and csh that will help you use all UNIX shells; and, Perl is more important than awk these days, so we've de-emphasized awk in this edition.This is a browser's book...like a magazine that you don't read from start to finish, but leaf through repeatedly until you realize that you've read it all. The book is structured so that it bursts at the seams with cross references. Interesting "sidebars" explore syntax or point out other directions for exploration, including relevant technical details that might not be immediately apparent. You'll find articles abstracted from other O'Reilly books, new information that highlights program "tricks" and "gotchas," tips posted to the Net over the years, and other accumulated wisdom.The 53 chapters in this book discuss topics like file management, text editors, shell programming -- even office automation. Overall, there's plenty of material here to satisfy even the most voracious appetites. The bottom line? UNIX Power Tools is loaded with practical advice about almost every aspect of UNIX. It will help you think creatively about UNIX, and will help you get to the point where you can analyze your own problems. Your own solutions won't be far behind.The CD-ROM includes all of the scripts and aliases from the book, plus perl, GNU emacs, netpbm (graphics manipulation utilities), ispell,screen, the sc spreadsheet, and about 60 other freeware programs. In addition to the source code, all the software is precompiled for Sun4, Digital UNIX, IBM AIX, HP/UX, Red Hat Linux, Solaris, and SCO UNIX.

Chicago Cooks: 25 Years of Chicago Culinary History and Great Recipes from Les Dames d'Escoffier


Carol Mighton Haddix - 2007
    Chicago Cooks chronicles this story through the eyes of the Chicago chapter of Les Dames d’Escoffier, female leaders in the food and dining world. They tell how the Chicago food scene grew and evolved, touching on landmark restaurants like Charlie Trotter's and Frontera Grill, the rise of ethnic cuisines imported from around the world, and the proliferation of shops, markets, and classes serving the ever more sophisticated home cook. The book also includes a bounty of 75 recipes for entertaining from this unique group of Chicago food authorities, gathered specially for this book.

Python for Data Analysis


Wes McKinney - 2011
    It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples

My Kindle Fire (My...)


Jim Cheshire - 2011
    With this book you will learn how to tap into every Kindle Fire feature, including many of the hidden ones not discussed in other books. From setting up your Kindle Page, managing your music, watching movies, and downloading content - this book covers everything. The task based full-color format allows you to quickly and easily find the exact task you want to accomplish and walks you through it in a delightfully concise and visual manner. My Kindle Fire makes it easy for you to:• Master all the basics, fast: reading, playing, watching, browsing, and more• Tweak your Kindle Fire for quicker access and longer battery life• Sample best-seller book chapters for free• Mark up any eBook with highlights, notes, and bookmarks• Convert your personal documents for use on Kindle Fire• Discover Calibre, a powerful eBook management tool• Control even the largest music libraries• Get instant answers from Wikipedia, and from Kindle Fire’s built-in dictionary• Listen to personalized Internet radio stations created just for you• Use your Kindle Fire as a digital photo frame• Prevent unwanted subscription charges• Set up any email account to work on your Kindle Fire• Explore any web content with Amazon’s innovative Silk browser• Use Amazon Cloud to get your stuff anywhere—even if you left your Kindle at home• And much much more…Unlike many other guides which might only briefly mention or skip over some very import Kindle Fire features My Kindle Fire covers everything. Here are just a few of the things you'll find in My Kindle Fire that aren't covered in other guides: • Full coverage of Calibre, a free application for Mac or PC that helps manage your eBook library• A large number of walkthroughs for managing music playlists, including how to use cloud playlists. • How to reinstall multiple apps at once in case you reset your Kindle Fire. • Step-by-step walkthroughs on configuring all types of email accounts. • Coverage on handling attachments in your email application. • Importing contacts from your existing email application or cloud service and how you can export your contacts in order to back them up. • How to use Copy and Paste on the Kindle Fire. • How to use social networking integration with Facebook and others. • Walkthroughs on using the Gallery app, Pandora, Audible, and other popular apps. • Shows you how to access files on other computers in your house right from your Kindle Fire.

Programming in Scala


Martin Odersky - 2008
     Coauthored by the designer of the Scala language, this authoritative book will teach you, one step at a time, the Scala language and the ideas behind it. The book is carefully crafted to help you learn. The first few chapters will give you enough of the basics that you can already start using Scala for simple tasks. The entire book is organized so that each new concept builds on concepts that came before - a series of steps that promises to help you master the Scala language and the important ideas about programming that Scala embodies. A comprehensive tutorial and reference for Scala, this book covers the entire language and important libraries.

Running Made Easy: Updated edition of the bestselling running book (Made Easy (Collins & Brown))


Lisa Jackson - 2014
    Updated for 2014 with the latest fitness and nutrition advice and brand new real-life running stories, it is the must-have guide for aspiring runners. Running Made Easy takes things right back to basics with the easiest-ever beginner’s plan, fill-in charts and diary sections, plus all the jargon-free tips and advice you need to learn to love running. Whether you’re heading out for a long-distance run or a jog around the block, this book will keep you on track. You will find warm-up and cool-down exercise plans (complete with clear step-by-step illustrations), advice on goal setting and motivating real-life stories from runners just like you. Read this book and we guarantee that you’ll run away with a healthier mind and body, feeling empowered to succeed at whatever challenge you set yourself � whether that’s running a lap of your local park, tackling your first race or marathon, or just changing your life for the better.

Web Design For Dummies


Lisa Lopuck - 2001
    With "Web Design For Dummies," you will be able to design your own Web site like a pro.Web design requires many programs to make a Website attractive and fun, including: Using Web editors like DreamweaverImage editing tools like Photoshop elementsDrawing utensils like IllustratorBackground markup and scripting languages like HTML and CSSThis fun guide covers all of the topics that every aspiring Web designer should know. This book offers advice on: Designing for your audienceBuilding a solid framework for easy navigationCreating appealing graphics that work with the siteChoosing the proper type and colorsTweaking the HTML to make everything work correctlyApplying next-step technologies including JavaScriptParlaying your skills into paid workWith expert guidance from Lisa Lopuck, a pioneer in interactive media design and the Senior Producer at Disney, you will be creating superb Web pages that will charm and impress all of your visitors

What Can I Eat? Sugar Free Diet


Vivianne Parnell - 2012
    But eliminating sugar from your diet can be tricky if you don't know where sugar is hiding. We all know there's sugar in candy and chocolate - but did you know there's heaps of the stuff hiding out in foods you probably thought were safe to eat? This book is a no-nonsense guide to the sugar content in all the popular foods we eat every day. It's a great place to discover just how much sugar is lurking in your favorite foods. Use this guide to check out what you can eat, and what you can't eat when you're trying to kick the sugar habit.

How to Count (Programming for Mere Mortals, #1)


Steven Frank - 2011
    unsigned numbers- Floating point and fixed point arithmeticThis short, easily understood book will quickly get you thinking like a programmer.

The C# Programming Yellow Book


Rob Miles - 2010
    With jokes, puns, and a rigorous problem solving based approach. You can download all the code samples used in the book from here: http://www.robmiles.com/s/Yellow-Book...

Please Explain


Karl Kruszelnicki
    avoid opinion ... facts are your single clue. Get the facts!' - time Enough for Love, Robert Heinlein Does eating celery make you lighter? Do you have to be dying to have a near-death experience? Is a yawn a silent, natural scream for air; and if a little oxygen is good for you is more oxygen better? Can the humble spud kill? Did Galileo drop his balls from the Leaning tower of Pisa? Did a NASA computer really prove a miracle in the Bible actually happened? Is there any substance harder than diamond, and do diamonds really last forever? And exactly how many Eskimo words for 'snow' are there? Wherever he goes, people always ask Dr Karl to explain stuff, and in this his 26th book (26 is the only number directly between a square and a cube), he explains more myths and curly questions. Visit Dr Karl at www.drkarl.com

Stoicism: Ultimate Handbook To Stoic Philosophy, Wisdom And Way Of Life (Stoicism 101, Stoicism Mastery, Modern Day Stoic)


Thomas Beckett - 2015
    Is stoicism right for you? What can you learn from these ancient masters? Stoicism: Ultimate Handbook to Stoic Philosophy, Wisdom and Way of Life describes the core philosophies of the stoics: • Control What You Can • Emotions and Outcomes Exist Within • Honesty is a Virtue • Hope Never Dies • Knowledge Will Save You • Mindfulness is Important • Seek Morals, Not Awards • Stop On Time • Every Day Is A New Day You'll also learn the 4 Cardinal Virtues Of Stoicism: • Wisdom • Courage • Justice • Temperance What can Stoicism do for you in your everyday life? Stoicism: Ultimate Handbook to Stoic Philosophy, Wisdom and Way of Life also describes how Stoicism can help you in today's world. This ancient tradition can help you through tough times by teaching you to build your mental and physical strength and be a great leader. Also, you'll find that most religions agree with the philosophies and practices of Stoicism. Practicing Stoicism can help you cope with many negative emotions: • Stress • Judgment • Anger • Worry • Incompetence • Disappointment Download Stoicism: Ultimate Handbook to Stoic Philosophy, Wisdom and Way of Life NOW to find out about this amazing tradition that has stood the test of time. You'll be so glad you did!

Professional WordPress: Design and Development


Brad Williams - 2010
    As the most popular blogging and content management platform available today, WordPress is a powerful tool. This exciting book goes beyond the basics and delves into the heart of the WordPress system, offering overviews of the functional aspects of WordPress as well as plug-in and theme development. What is covered in this book?WordPress as a Content Management System Hosting Options Installing WordPress Files Database Configuration Dashboard Widgets Customizing the Dashboard Creating and Managing Content Categorizing Your Content Working with Media Comments and Discussion Working with Users Managing, Adding, Upgrading, and Using the Theme Editor Working with Widgets Adding and Managing New Plugins Configuring WordPress Exploring the Code Configuring Key Files wp-config.php file Advanced wp-config Options What's in the Core? WordPress Codex and Resources Understanding and customizing the Loop Building A Custom Query Complex Database Operations Dealing With Errors Direct Database Manipulation Building Your Own Taxonomies Plugin Packaging Create a Dashboard Widget Creating a Plugin Example Publish to the Plugin Directory Installing a Theme Creating Your Own Theme How and When to Use Custom Page Templates How to Use Custom Page Templates Pushing Content from WordPress to Other Sites Usability and Usability Testing Getting Your Site Found How Web Standards Get Your Data Discovered Load Balancing Your WordPress Site Securing Your WordPress Site Using WordPress in the Enterprise Is WordPress Right for Your Enterprise? and much more!