Microsoft Windows Internals: Microsoft Windows Server(TM) 2003, Windows XP, and Windows 2000 (Pro-Developer)


Mark E. Russinovich - 2004
    This classic guide—fully updated for Windows Server 2003, Windows XP, and Windows 2000, including 64-bit extensions—describes the architecture and internals of the Windows operating system. You’ll find hands-on experiments you can use to experience Windows internal behavior firsthand, along with advanced troubleshooting information to help you keep your systems running smoothly and efficiently. Whether you’re a developer or a system administrator, you’ll find critical architectural insights that you can quickly apply for better design, debugging, performance, and support.Get in-depth, inside knowledge of the Windows operating system: Understand the key mechanisms that configure and control Windows, including dispatching, startup and shutdown, and the registry Explore the Windows security model, including access, privileges, and auditing Investigate internal system architecture using the kernel debugger and other tools Examine the data structures and algorithms that deal with processes, threads, and jobs Observe how Windows manages virtual and physical memory Understand the operation and format of NTFS, and troubleshoot file system access problems View the Windows networking stack from top to bottom, including mapping, APIs, name resolution, and protocol drivers Troubleshoot boot problems and perform crash analysis

A Book on C: Programming in C


Al Kelley - 1984
    It includes a complete chapter on C++ and an overall organization designed to appeal to the many programmers who view C as a stepping stone to C++ and the object-oriented paradigm. This edition also features an increased emphasis on modules and ADTs, which are essential concepts for creating reusable code and which show how to use header files to tie together a multi-file program. computer science students.

30 Arduino Projects for the Evil Genius


Simon Monk - 2010
    You'll master Arduino through a series of projects while learning the required simplified C programming.

Basic Fishing: A Beginner's Guide


Wade Bourne - 2011
    Expert angler and award-winning outdoor writer Wade Bourne was taught to fish by his father. In turn, Bourne taught his children how to fish. Now he brings his expertise to Basic Fishing, a step-by-step guide that masterfully breaks down the art of fishing with diagrams, vivid photographs, and lessons. You'll learn all about:How to catch fish—guaranteed!Different types of fishing equipmentHow to select bait, lures, and tackleWhere and how to find good fishing spotsBoats, boat accessories, and motors Methods for cooking and cleaning fishIncreasing your fishing skillsFishing safetyAnd more!This book is great for families looking to bond in the great outdoors, and it proves that the joy of fishing can last a lifetime and beyond as it is passed down from generation to generation.Skyhorse Publishing is proud to publish a broad range of books for fishermen. Our books for anglers include titles that focus on fly fishing, bait fishing, fly-casting, spin casting, deep sea fishing, and surf fishing. Our books offer both practical advice on tackle, techniques, knots, and more, as well as lyrical prose on fishing for bass, trout, salmon, crappie, baitfish, catfish, and more.

Rod Machado's Private Pilot Handbook


Rod Machado - 1996
    This edition is full color with many new color photos.

Illustrated Dictionary of Dream Symbols: A Biblical Guide to Your Dreams and Visions


Joe Ibojie - 2010
    Where are the prophets who will discern the emptiness that has crept silently into the body of Christ in the last one hundred years?We long to burn with a passion inside that never ceases. We yearn for the undying flames of revival that Jesus died to give us. But how can we have a revival that never fades out? How can we burn inside and never lose the passion?There is only one way. Its not what you might expect. Its not a new revelation. Its as old as the Bible, but we have simply overlooked it. Youll find it on a lowly hill where the blood of God spilled down upon this earth

WPF 4 Unleashed


Adam Nathan - 2010
    Windows Presentation Foundation (WPF) is the recommended technology for creating Windows user interfaces, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, multi-touch, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. WPF 4 Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by WPF guru and Microsoft developer Adam Nathan. Covers everything you need to know about Extensible Application Markup Language (XAML) Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more Highlights the latest features, such as multi-touch, text rendering improvements, XAML language enhancements, new controls, the Visual State Manager, easing functions, and much more Delves into topics that aren't covered by most books: 3D, speech, audio/video, documents, effects Shows how to create popular UI elements, such as Galleries, ScreenTips, and more Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes Explains how to create first-class custom controls for WPF Demonstrates how to create hybrid WPF software that leverages Windows Forms, DirectX, ActiveX, or other non-WPF technologies Explains how to exploit new Windows 7 features, such as Jump Lists and taskbar customizations

Gaff Goddess: Simple Tips and Tricks to Help You Run Your Home


Laura de Barra - 2020
    Expanding on her popular online home hacks, Laura will teach you how to handle the problems we all encounter in our homes.Straight-talking and hilarious and packed with Laura’s stunning illustrations, her step-by-step guides will prepare you to handle the most common household emergencies with style. From dripping taps to hanging a frame, how best to look after your white goods, how to treat moths, mould and everything in between, and with invaluable design ideas to improve the living spaces in your home, this book is for everyone who has ever wanted to tackle a bit of She-IY without really knowing how.Ingenious and sure to be an instant household must-have, Gaff Goddess will empower you to make those repairs and rediscover your space saving you time, money and stress in the process.

How Computers Work


Ron White - 1992
    The full-color, detailed illustrations will take you deep inside your PC and show you just how intricate it is. This latest edition has been updated with information on all of the latest technologies, including: PCI Express Bus Serial ATA Connections Digital Photography Software TiVos, Gas Plasma Screens, iPods, and Other Home Entertainment Equipment Google and eBay 3D Game Development, Two-Slot Video Cards, and Overclocking How Computers Work has sold over two million copies world wide. But don't take our word for it � get your copy today!

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

Crochet One-Skein Wonders® for Babies: 101 Projects for Infants & Toddlers


Judith Durant - 2016
    Each project uses just one skein of yarn, many take just a few hours to complete, and plenty are suitable for beginners. Hats and caps, bootees and socks, mitts, dresses, tops and bottoms — plus blankets, bibs, soft toys, bottle cozies, diaper bags, and more — there’s something here for every baby! These original patterns were contributed by 54 designers around the world, and each one comes with complete instructions, charts, schematics, and beautiful photographs.

Advanced Origami: An Artist's Guide to Performances in Paper


Michael G. LaFosse - 2005
    Lafosse's complex and beautiful origami projects are well known around the world. Focusing on models from nature, Advanced Origami provides unparalleled instruction on how to create master-class level 3D origami paper folding projects. The origami designs are challenging—they require some folding experience—but the results are more origami art than craft. Paper folders will create projects that can be displayed or given as gifts.Sophisticated origami or paper crafts fans will appreciate the unique origami designs along with complete detailed instructions and easy-to-follow color photos and diagrams. Advanced Origami also features information on paper selection and preparation, advance techniques such as "wet folding," and making your own paper.This origami book contains:136 page, full-color book15 original and challenging projectsStep-by-step instructionsColorful diagrams and photographsAdvanced techniques and tipsIn recent years origami has evolved beyond simple folding and creasing into a true art form akin to sculpture. For those seeking to learn origami at such a level, Advanced Origami provides all the essential information and techniques. Soon you will be able to design and fold your own origami sculptures!Origami projects include:North American CardinalKoi FishOrigamido ButterflyPond FrogAnd many more…

Mother's Remedies Over One Thousand Tried and Tested Remedies from Mothers of the United States and Canada


Thomas Jefferson Ritter - 1910
    

Peter Norton's Introduction to Computers


Peter Norton - 1994
    It includes three entirely new chapters on the Internet, computer graphics, and multimedia. Thorough yet flexible, Introduction to Computers is appropriate for a full-semester course -- with or without a hands-on lab. The text is available with a student CD-ROM that contains interactive multimedia materials for each chapter. Also available are an Electronic Study Guide on CD-ROM, HyperGraphics package, and an Instructor's Productivity Center on CD-ROM.

Thinking in C++


Bruce Eckel - 1995
    It shows readers how to step back from coding to consider design strategies and attempt to get into the head of the designer.