Gunsmithing - The Ar-15


Patrick Sweeney - 2010
    Written by master gunsmith and best-selling firearms author Patrick Sweeney, Gunsmithing the AR-15 is your one-stop guide to repairing, maintaining and modifying America's favorite rifle. It's all here!Hundreds of detailed photosMaintenanceRepairAccessories and modificationsTips, tools and techniquesAnd more!Whether you're interested in simple tasks, such as disassembling and maintaining your AR rifle, or if you're ready to tackle more complex projects, such as rebarreling or converting your AR to a piston design, Gunsmithing the AR-15 tells you everything you need to know. Protect your investment and avoid costly mistakes, with Gunsmithing the AR-15!

Grails in Action


Glen Smith - 2009
    Developers are instantly productive, picking up all the benefits of the Ruby-based Rails framework without giving up any of the power of Java.Grails in Action is a comprehensive look at Grails for Java developers. It covers the nuts and bolts of the core Grails components and is jam-packed with tutorials, techniques, and insights from the trenches.The book starts with an overview of Grails and how it can help you get your web dev mojo back. Then it walks readers through a Twitter-style social networking app-built in Grails, of course-where they implement high-interest features like mashups, AJAX/JSON, animation effects, full text search, rounded corners, and lots of visual goodness. The book also covers using Grails with existing Java technology, like Spring, Hibernate, and EJBs.Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Carbs & Cals: Count Your Carbs & Calories with Over 1,700 Food & Drink Photos!


Chris Cheyette - 2013
    Carbs Cals

Complete Guide to High Dynamic Range Digital Photography


Ferrell McCollough - 2008
    High Dynamic Range photography is the process of taking several pictures of a scene at various exposures, then merging them into one file. So the entire photo can look crisp and detailed, from highlights to midtones to shadows—and photographers needn’t sacrifice any part of their image. And the best way to master this exciting technology is with this thorough, easy-to-follow, and visually spectacular guide. No other title does justice to these cutting-edge techniques, which actually take the viewer into worlds far beyond normal photography—sometimes even beyond normal human perception. Ferrell McCollough, a widely respected photographer, pushes the boundaries and inspires others to pursue their artistic vision, too. The amazing results simply can’t be achieved any other way.

Advanced Rails Recipes


Mike Clark - 2007
    Fueled by significant benefits and an impressive portfolio of real-world applications already in production, Rails is destined to continue making significant inroads in coming years.Each new Rails application showing up on the web adds yet more to the collective wisdom of the Rails development community. Yesterday's best practices yield to today's latest and greatest techniques, as the state of the art is continually refined in kitchens all across the Internet. Indeed, these are times of great progress.At the same time, it's easy to get left behind in the wake of progress. Advanced Rails Recipes keeps you on the cutting edge of Rails development and, more importantly, continues to turn this fast-paced framework to your advantage.Advanced Rails Recipes is filled with pragmatic recipes you'll use on every Rails project. And by taking the code in these recipes and slipping it into your application you'll not only deliver your application quicker, you'll do so with the confidence that it's done right.The book includes contributions from Aaron Batalion, Adam Keys, Adam Wiggins, Andre Lewis, Andrew Kappen, Benjamin Curtis, Ben Smith, Chris Bernard, Chris Haupt, Chris Wanstrath, Cody Fauser, Dan Benjamin, Dan Manges, Daniel Fischer, David Bock, David Chelimsky, David Heinemeier Hansson, Erik Hatcher, Ezra Zygmuntowicz, Geoffrey Grosenbach, Giles Bowkett, Greg Hansen, Gregg Pollack, Hemant Kumar, Hugh Bien, Jamie Orchard-Hays, Jamis Buck, Jared Haworth, Jarkko Laine, Jason LaPier, Jay Fields, John Dewey, Jonathan Dahl, Josep Blanquer, Josh Stephenson, Josh Susser, Kevin Clark, Luke Francl, Mark Bates, Marty Haught, Matthew Bass, Michael Slater, Mike Clark, Mike Hagedorn, Mike Mangino, Mike Naberezny, Mike Subelsky, Nathaniel Talbott, PJ Hyett, Patrick Reagan, Peter Marklund, Pierre-Alexandre Meyer, Rick Olson, Ryan Bates, Scott Barron, Tony Primerano, Val Aleksenko, and Warren Konkel.

The Guru's Guide to Transact-Sql


Ken Henderson - 2000
    Beginners and intermediate developers will appreciate the comprehensive tutorial that walks step-by-step through building a real client/server database, from concept to deployment and beyond -- and points out key pitfalls to avoid throughout the process. Experienced users will appreciate the book's comprehensive coverage of the Transact-SQL language, from basic to advanced level; detailed ODBC database access information; expert coverage of concurrency control, and more. The book includes thorough, up-to-the-minute guidance on building multi-tier applications; SQL Server performance tuning; and other crucial issues for advanced developers. For all database developers, system administrators, and Web application developers who interact with databases in Microsoft-centric environments.

Guitar Fretboard: Memorize The Fretboard In Less Than 24 Hours: 35+ Tips And Exercises Included


Guitar Head - 2018
    Learning guitar theory with no knowledge about the names of the fretboard is comparable to learning complex arithmetic equations without knowing numbers! This book will make sure you don't end up like one of those guitarists! Here is why you should learn the fretboard: Understand how notes are arranged on the fretboard Create a mind map to navigate through the fretboard Communicate the ideas you have in your head to written format or to other musicians Create various visual references to make the fretboard less daunting And lots more Why Should I buy this book? It's only fair to ask yourself this question before spending your hard-earned money on anything. Here is what you'll find inside: The whole process of learning the fretboard simplified into 5 easy steps A step by step approach which will give you results even if you are a complete beginner 35+ exercises and tips to make sure you get results as fast as humanly possible The theory behind every concept for those who need it Countless memory techniques to make the process as simple as possible Beginner friendly - no prior music experience required All this taught in less than a day! Why this book from among the 100 others? I know there are multiple books out there that teaches you the exact same things. They have a lot more reviews and have been out for longer than this book. But here is how this book is different: Unique memory techniques which cannot be found elsewhere High quality pictures and diagrams to give you the whole picture Free bonus material including fretboard diagrams, Flash cards, Reference material and lots more! Gives you results faster than any book out there! I hope that was enough reasons to make you jump onto the book! So, what are you waiting for? Scroll up and click the BUY NOW button to get access to such a goldmine!

Growing Object-Oriented Software, Guided by Tests


Steve Freeman - 2009
    This one's a keeper." --Robert C. Martin "If you want to be an expert in the state of the art in TDD, you need to understand the ideas in this book."--Michael Feathers Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this simple idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and "grow" software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you'll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD--from integrating TDD into your processes to testing your most difficult features. Coverage includes - Implementing TDD effectively: getting started, and maintaining your momentum throughout the project - Creating cleaner, more expressive, more sustainable code - Using tests to stay relentlessly focused on sustaining quality - Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project - Using Mock Objects to guide object-oriented designs - Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency

Handbook of Hatches: Introductory Guide to the Foods Trout Eat & the Most Effective Flies to Match Them


Dave Hughes - 1987
    invaluable. -- The New York Times, on Dave HughesPopular reference work updated with full-color photos of the insectsAn understandable approach and useful guide to fishing hatchesCovers mayflies, caddisflies, stoneflies, midges, dragonflies, boatmen, alderflies, and hellgrammites Fishing success comes from making wise observations on stream and acting on them right away. In Handbook of Hatches, Hughes teaches how to match the hatch and not worry about identifying the insect until later, if at all, and to fish better, focus on shape, size, and color to choose the best fly for the situation.

Agile Practice Guide


Project Management Institute - 2017
    This practice guide provides guidance on when, where, and how to apply agile approaches and provides practical tools for practitioners and organizations wanting to increase agility. This practice guide is aligned with other PMI standards, including A Guide to the Project Management Body of Knowledge (PMBOK® Guide) – Sixth Edition, and was developed as the result of collaboration between the Project Management Institute and the Agile Alliance.

Maximum Boost: Designing, Testing and Installing Turbocharger Systems


Corky Bell - 1997
    Find out what works and what doesnt, which turbo is right for your needs, and what type of set-up will give you that extra boost. Bell shows you how to select and install the right turbo, how to prep your engine, test the systems, and integrate a turbo with EFI or carbureted engine.

The Bill James Gold Mine 2008


Bill James - 2007
    Now Bill James is doing it again with The Bill James Gold Mine a groundbreaking collection of original essays, statistical profiles, and hidden nuggets of information worth their weight in gold. Always known for his piercing wit and cutting analysis, Bill James wrote 17 new essays for The Bill James Gold Mine, including: Clutching Hitter of the Year, Measuring Consistency, Closer Fatigue, Hall of Famers Among Us. Of course, it wouldn't be from Bill James if it didn't come with innovative and intriguing profiles and nuggets of statistical information on players from all 30 teams, including: Impacting by Position in Inning, Pitching Type Analysis, Pitcher's Record of Opposing Batters, Games Played by Opening Day Starters.

Starting Out with C++: Early Objects (Formerly Alternate Edition)


Tony Gaddis - 2005
    Objects are introduced early, right after control structures and before arrays and pointers. The STL string class is used throughout. As with all Gaddis books, there is a strong emphasis on problem solving and program design, a careful step-by-step introduction of each new topic, clear and easy to read code listings, concise and practical real world examples, and an abundance of exercises in each chapter.

Pastry


Michel Roux - 2008
    Designed in an easy-to-follow format, this chunky compilation presents all of the classic pastries in the simplest possible way, along with a collection of recipes.

Birnbaum's 2016 Walt Disney World: The Official Guide


Birnbaum Guides - 2015
    This updated edition of Birnbaum's Walt Disney World Resort takes readers through Disney's biggest resort with ease and flair and includes the most accurate, current information on prices and attractions. What's new in 2016:• The brand-new Frozen attraction, scheduled to burst onto the Epcot scene in 2016,whisks guests on a chilly trip to meet Anna, Elsa, and Olaf. • Our coverage of Disney's Hollywood Studios includes the inside scoop on plans for new Star Wars-themed additions and other shows and attractions.• Experience new shows and attractions, including the Magic Kingdom's popular new parades:Festival of Fantasy and Move It! Shake it! Dance and Play It!• Fastpass+is Walt Disney World's advance reservation system for theme park shows and attractions. We offer tips and strategies for making the most of this free service.• Downtown Disney has morphed into Disney Springs, a bustling waterside enclave teeming with new dining, shopping, and recreational activities. • Our newly-expanded dining chapter details each and every restaurant, and includes menu updates, a "best of wow restaurant roundup", and specialized indexes.• The 2016 Guide has more photos than ever, including brand-new photo hunts for each of the World's four theme parks. Can you find them all?• Baffled by WDW's magic band? Don't be! We give the scoop on maximizing the potential of the band.• A wave of new entertainment has hit World Showcase: we'll tell you where to see new acts featuring lumberjacks, Celtic folk musicians, and flag wavers.• Disney's Polynesian Village resort has been renewed and revitalized, thanks Disney Vacation Club. • Checkout our bonus chapter featuring "Land and Sea vacation" planning advice, perfect for pairing a Disney Cruise with a visit to Walt Disney World.