My Knitting Book


Frances Lambert - 1843
    Knitting being so often sought, as an evening amusement, both by the aged and by invalids, a large and distinct type has been adopted, -as affording an additional facility. The writer feels confident in the recommendation of "My Knitting Book," and humbly hopes it may meet with the same liberal reception that has been accorded to her "Hand-Book of Needlework." The numerous piracies that have been committed on her last mentioned work, have been one inducement to publish this little volume; and from the low price at which it is fixed, nothing, but a very extended circulation, can ensure her from loss. Some few of the examples have been selected from the chapter on knitting, in the "Hand-Book."

Cats’ Paws and Catapults: Mechanical Worlds of Nature and People


Steven Vogel - 1998
    Why, then, do their designs diverge so sharply? Humans, for instance, love right angles, while nature's angles are rarely right and usually rounded. Our technology goes around on wheels—and on rotating pulleys, gears, shafts, and cams—yet in nature only the tiny propellers of bacteria spin as true wheels. Our hinges turn because hard parts slide around each other, whereas nature's hinges (a rabbit's ear, for example) more often swing by bending flexible materials. In this marvelously surprising, witty book, Steven Vogel compares these two mechanical worlds, introduces the reader to his field of biomechanics, and explains how the nexus of physical law, size, and convenience of construction determine the designs of both people and nature. "This elegant comparison of human and biological technology will forever change the way you look at each."—Michael LaBarbera, American Scientist

Lukewarming: The New Climate Science that Changes Everything


Patrick J. Michaels - 2015
    The consequences of this gathering may be enormous. In this new ebook, experts Patrick J. Michaels and Paul C. Knappenberger assess the issues sure to drive the debate before, during, and after the Paris meeting.

The Ivey Guide to Law School Admissions: Straight Advice on Essays, Résumés, Interviews, and More


Anna Ivey - 2005
    In this book-the first of its kind by a former law school admissions officer-she draws on her expertise to cover topics from the application and the essay to the interview and the recommendations, touching on hot-button issues like how much the LSAT, ethnicity, and age really matter. Offering an insider's advice on how to produce the very best application, this guide gives straight answers to questions such as: • What kind of essay should I write to set me apart from the rest of the pack?• Should I explain my low LSAT score, my D in chemistry, my attention deficit disorder, my time in rehab? • Is law school worth the debt I'll face when I graduate? Full of invaluable examples and anecdotes about real admissions decisions, The Ivey Guide to Law School Admissions is certain to become the new bible for would-be law students everywhere.

Run with Power: The Complete Guide to Power Meters for Running


Jim Vance - 2016
    From 5K to ultramarathon, a power meter can make you faster—but only if you know how to use it. Just viewing your numbers is not enough; you can only become a faster, stronger, more efficient runner when you know what your key numbers mean for your workouts, races, and your season-long training. In Run with Power, TrainingBible coach Jim Vance offers the comprehensive guide you need to find the speed you want.Run with Power demystifies the data and vocabulary so you can find and understand your most important numbers. You’ll set your Running Power Zones so you can begin training using 8 power-based training plans for 5K, 10K, half-marathon, and marathon. Vance shows you how you can compare wattage, heart rate, pace, and perceived exertion to gain the maximum insight into your performances, how you respond to training, and how you can train more effectively. Run with Power will revolutionize how you train and race. Armed with Vance’s guidance, you can train more specifically for races, smooth your running technique, accurately measure your fitness, predict a fitness plateau, monitor injuries, know exactly how hard you’re training, get more fitness from every workout, recover fully, perfect your tapers, warm up without wasting energy, pace your race on any terrain, know when to open the throttle, and create an unprecedented picture of yourself as an athlete.If you’re just glancing at the number on your wrist or computer monitor, you’ve got a lot more speed potential. Knowledge is power and understanding your power numbers can open the gate to new methods and new PRs. Run with Power introduces the use of power meters to the sport of running and will show you how to break through to all-new levels of performance.Key concepts explored in Run with Power: 3/9 Test, 30-minute Time Trial Test, Running Functional Threshold Power (rFTPw), Running Functional Threshold Pace (rFTPa), Averaged and Normalized Power (NP), Intensity Factor (IF), Peak Power, Variability Index, Efficiency Index (EI), speed per watt, Vance’s Power Zones for Running, Training Stress Score (TSS), and Periodization with Power. Includes 6 testing methods and 8 power-based training schedules and workouts for 5K, 10K, half-marathon, and marathon.

Modern Technical Writing: An Introduction to Software Documentation


Andrew Etter - 2016
    Written by the lead technical writer at one of Silicon Valley's most exciting companies, Modern Technical Writing is a set of guiding principles and thoughtful recommendations for new and experienced technical writers alike. Not a reference manual, and not comprehensive, it instead serves as an introduction to a sensible writing and publishing process, one that has eluded the profession for too long.

The Web Application Hacker's Handbook: Discovering and Exploiting Security Flaws


Dafydd Stuttard - 2007
    The authors explain each category of vulnerability using real-world examples, screen shots and code extracts. The book is extremely practical in focus, and describes in detail the steps involved in detecting and exploiting each kind of security weakness found within a variety of applications such as online banking, e-commerce and other web applications. The topics covered include bypassing login mechanisms, injecting code, exploiting logic flaws and compromising other users. Because every web application is different, attacking them entails bringing to bear various general principles, techniques and experience in an imaginative way. The most successful hackers go beyond this, and find ways to automate their bespoke attacks. This handbook describes a proven methodology that combines the virtues of human intelligence and computerized brute force, often with devastating results.The authors are professional penetration testers who have been involved in web application security for nearly a decade. They have presented training courses at the Black Hat security conferences throughout the world. Under the alias "PortSwigger," Dafydd developed the popular Burp Suite of web application hack tools.

Mastering Regular Expressions


Jeffrey E.F. Friedl - 1997
    They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regularexpressions, this book is a stunning eye-opener.As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them.Yet despite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. Yet what is power in the hands of an expert can be fraught with peril for the unwary. Mastering Regular Expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions.Mastering Regular Expressions, Third Edition, now includes a full chapter devoted to PHP and its powerful and expressive suite of regular expression functions, in addition to enhanced PHP coverage in the central "core" chapters. Furthermore, this edition has been updated throughout to reflect advances in other languages, including expanded in-depth coverage of Sun's java.util.regex package, which has emerged as the standard Java regex implementation.Topics include:A comparison of features among different versions of many languages and toolsHow the regular expression engine worksOptimization (major savings available here!)Matching just what you want, but not what you don't wantSections and chapters on individual languagesWritten in the lucid, entertaining tone that makes a complex, dry topic become crystal-clear to programmers, and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions, Third Edition offers a wealth information that you can put to immediateuse.Reviews of this new edition and the second edition: "There isn't a better (or more useful) book available on regular expressions."--Zak Greant, Managing Director, eZ Systems"A real tour-de-force of a book which not only covers the mechanics of regexes in extraordinary detail but also talks about efficiency and the use of regexes in Perl, Java, and .NET...If you use regular expressions as part of your professional work (even if you already have a good book on whatever language you're programming in) I would strongly recommend this book to you."--Dr. Chris Brown, Linux Format"The author does an outstanding job leading the reader from regexnovice to master. The book is extremely easy to read and chock full ofuseful and relevant examples...Regular expressions are valuable toolsthat every developer should have in their toolbox. Mastering RegularExpressions is the definitive guide to the subject, and an outstandingresource that belongs on every programmer's bookshelf. Ten out of TenHorseshoes."--Jason Menard, Java Ranch

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

Google Hacks: Tips & Tools for Finding and Using the World's Information


Rael Dornfest - 2003
    But few people realize that Google also gives you hundreds of cool ways to organize and play with information.Since we released the last edition of this bestselling book, Google has added many new features and services to its expanding universe: Google Earth, Google Talk, Google Maps, Google Blog Search, Video Search, Music Search, Google Base, Google Reader, and Google Desktop among them. We've found ways to get these new services to do even more.The expanded third edition of Google Hacks is a brand-new and infinitely more useful book for this powerful search engine. You'll not only find dozens of hacks for the new Google services, but plenty of updated tips, tricks and scripts for hacking the old ones. Now you can make a Google Earth movie, visualize your web site traffic with Google Analytics, post pictures to your blog with Picasa, or access Gmail in your favorite email client. Industrial strength and real-world tested, this new collection enables you to mine a ton of information within Google's reach. And have a lot of fun while doing it:Search Google over IM with a Google Talk bot Build a customized Google Map and add it to your own web site Cover your searching tracks and take back your browsing privacy Turn any Google query into an RSS feed that you can monitor in Google Reader or the newsreader of your choice Keep tabs on blogs in new, useful ways Turn Gmail into an external hard drive for Windows, Mac, or Linux Beef up your web pages with search, ads, news feeds, and more Program Google with the Google API and language of your choice For those of you concerned about Google as an emerging Big Brother, this new edition also offers advice and concrete tips for protecting your privacy. Get into the world of Google and bend it to your will!

Sewing Clothes Kids Love: Sewing Patterns and Instructions for Boys' and Girls' Outfits


Nancy Langdon - 2010
    The authors are designers and owners of two popular pattern companies for kid’s clothes—Farbenmix and Studio Tantrum, known in the sewing community for their creativity, versatility, and fit. This collection of exclusive patterns, included with the book, offers step-by-step instruction for making boys’ and girls’ clothing with a variety of fabric styles and decorative embellishment—including embroidery, patchwork, and trims. The patterns for pants, tops, skirts, and dresses include variations for long and short hemlines and sleeves, various necklines, and adjustable lengths. The patterns are sized from 18 months to kid’s size 12.

The Needlepoint Book: A Complete Update of the Classic Guide


Jo Ippolito Christensen - 1976
    Completely revised and expanded, this updated edition includes your favorite features, plus: * A 16-PACE COLOR INSERT WITH ALL-NEW PROJECTS * A CRASH COURSE ON THE NEW FIBERS UPDATED INFORMATION ON MATERIALS, AS WELL AS HOW TO WORK WITH AND CARE FOR THEM * DOZENS OF NEW STITCHES AND A CHAPTER ON THE POPULAR OPENWORK STITCHES * MORE THAN 1,300 ILLUSTRATIONS * 369 STITCHES! DIAGRAMS FOR ALL PROJECTS SHOWN The Needlepoint Book covers all the information you need to learn needlepoint and improve your technique -- in a single comprehensive volume. You'll find section on: * CHOOSING THE RIGHT PROJECT * TRANSFERRING DESIGNS * ELEMENTS OF GOOD DESIGN: COLOR, PROPORTION, AND BALANCE * LEFT-HANDED NEEDLEPOINT * FINISHING TECHNIQUES * CLEANING NEEDLEPOINT * AND MUCH MORE! The Needlepoint Book is a complete guide to the craft, and the only book you'll ever need as a reference to become an expert at creating exquisite works to be treasured forever.

Make: Analog Synthesizers


Ray Wilson - 2013
    If you’re a musician or a hobbyist with experience in building electronic projects from kits or schematics, this do-it-yourself guide will walk you through the parts and schematics you need, and how to tailor them for your needs. Author Ray Wilson shares his decades of experience in synth-DIY, including the popular Music From Outer Space (MFOS) website and analog synth community.At the end of the book, you’ll apply everything you’ve learned by building an analog synthesizer, using the MFOS Noise Toaster kit. You’ll also learn what it takes to create synth-DIY electronic music studio. Get started in the fun and engaging hobby of synth-DIY without delay.With this book, you’ll learn:The differences between analog and digital synthesizersAnalog synthesizer building blocks, including VCOs, VCFs, VCAs, and LFOsHow to tool up for synth-DIY, including electronic instruments and suggestions for home-made equipmentFoundational circuits for amplification, biasing, and signal mixingHow to work with the MFOS Noise Toaster kitSetting up a synth-DIY electronic music studio on a budget

The Complete Guide to High-End Audio


Robert Harley - 1995
    With this book, discover how to get the best sound for your money, how to identify the weak links in your system and upgrade where it will do the most good, how to set up and tweak your system for maximum performance, and how to become a more perceptive and appreciative listener. Just a few of the secrets you will learn cover high-end sound on a budget, how to do it cheap and still do it right; five system set-up mistakes and how to avoid them; how to make your speakers sound up to 50% better, at no cost; how to choose and set up a computer-based music system; how to find the one speaker in 50 worth owning; and why all 100-watt amplifiers don't sound the same. Since the first edition's publication in 1994, The Complete Guide to High-End Audio has been considered the essential reference on high-quality music reproduction, with more than 150,000 copies sold in five languages.

Nikola Tesla: A Captivating Guide to the Life of a Genius Inventor


Captivating History - 2017
    His claim that “harnessing the forces of nature was the only worthwhile scientific endeavor" both impressed and enraged the scientific community. Eventually, his peers could no longer dismiss his eccentricities and began to view him as a crackpot — a potentially dangerous one. Although Tesla’s work was a major factor in the success of the second Industrial Revolution, he died alone, impoverished, and largely shunned by the scientific community that once hailed him a genius. Beset by visions, without a wife or children, Nikola Tesla’s brilliant mind changed the world, even though at the time of his death he passed unnoticed into obscurity. Some of the topics covered in this book include: Childhood Education and Early Career Patents and Politics The Eccentric Genius Tesla’s Coil and the Niagara Contract Influential Friends and the Lure of Flight The Wardenclyffe Tower 1914 and Beyond And much more! Scroll to the top and select the "BUY NOW" button for instant download