Book picks similar to
The Inform Designer's Manual by Graham Nelson
non-fiction
nonfiction
reference
computers
Programming Windows 8 Apps with HTML, CSS, and JavaScript
Kraig Brockschmidt - 2012
Discover Peru (Lonely Planet Discover)
Carolina A. Miranda - 2011
Take in the spectacle of Machu Picchu at sunrise, treat your taste buds to Lima's famous ceviche, or try to solve the mystery of the Nazca Lines; all with your trusted travel companion. Discover the best of Peru and begin your journey now!Inside Lonely Planet Discover Peru: Full-color maps and images throughoutHighlights and itineraries show you the simplest way to tailor your trip to your own personal needs and interestsInsider tips save you time and money and help you get around like a local, avoiding crowds and trouble spotsEssential info at your fingertips - including hours of operation, phone numbers, websites, transit tips, and pricesHonest reviews for all budgets - including eating, sleeping, sight-seeing, going out, shopping, and hidden gems that most guidebooks missCultural insights give you a richer and more rewarding travel experience - including customs, history, art, literature, music, landscapes, outdoor activities, wildlife, food, drink, and moreOver 50 color local mapsUseful features - including Walking Tours, Month-by-Month (annual festival calendar), and Travel with KidsCoverage of Iquitos, the Amazon, Huaraz, Trujillo, the North, Cuzco, Machu Picchu, Lima, Lake Titicaca, Nazca, Arequipa, the South, and moreThe Perfect Choice: Lonely Planet Discover Peru, our easy-to-use guide, is perfect for travelers who seek the most popular attractions a destination has to offer. Filled with inspiring and colorful photos, this guide focuses on the best of the best.Looking for a comprehensive guide that recommends a wide range of experiences, both popular and offbeat, and extensively covers all the country has to offer? Check out Lonely Planet's Peru guide. Authors: Written and researched by Lonely Planet, Carolina A Miranda, Carolyn McCarthy, Kevin Raub, Brendan Sainsbury, and Luke Waterson.About Lonely Planet: Started in 1973, Lonely Planet has become the world's leading travel guide publisher with guidebooks to every destination on the planet, as well as an award-winning website, a suite of mobile and digital travel products, and a dedicated traveler community. Lonely Planet's mission is to enable curious travelers to experience the world and to truly get to the heart of the places they find themselves in.TripAdvisor Travelers' Choice Awards 2012 and 2013 winner in Favorite Travel Guide category'Lonely Planet guides are, quite simply, like no other.' - New York Times'Lonely Planet. It's on everyone's bookshelves; it's in every traveller's hands. It's on mobile phones. It's on the Internet. It's everywhere, and it's telling entire generations of people how to travel the world.' - Fairfax Media (Australia)
The Algorithm Design Manual
Steven S. Skiena - 1997
Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
The LogStash Book
James Turnbull - 2013
We're going to do that by introducing you to Example.com, where you're going to start a new job as one of its SysAdmins. The first project you'll be in charge of is developing its new log management solution. We'll teach you how to:* Install and deploy LogStash.* Ship events from a LogStash Shipper to a central LogStash server.* Filter incoming events using a variety of techniques.* Output those events to a selection of useful destinations.* Use LogStash's Web interface and alternative interfaces like Kibana.* Scale out your LogStash implementation as your environment grows.* Quickly and easily extend LogStash to deliver additional functionality you might need.By the end of the book you should have a functional and effective log management solution that you can deploy into your own environment.
Service-Oriented Design with Ruby and Rails
Paul Dix - 2010
Today, Rails developers and architects need better ways to interface with legacy systems, move into the cloud, and scale to handle higher volumes and greater complexity. In Service-Oriented Design with Ruby and Rails Paul Dix introduces a powerful, services-based design approach geared toward overcoming all these challenges. Using Dix's techniques, readers can leverage the full benefits of both Ruby and Rails, while overcoming the difficulties of working with larger codebases and teams. Dix demonstrates how to integrate multiple components within an enterprise application stack; create services that can easily grow and connect; and design systems that are easier to maintain and upgrade. Key concepts are explained with detailed Ruby code built using open source libraries such as ActiveRecord, Sinatra, Nokogiri, and Typhoeus. The book concludes with coverage of security, scaling, messaging, and interfacing with third-party services. Service-Oriented Design with Ruby and Rails will help you Build highly scalable, Ruby-based service architectures that operate smoothly in the cloud or with legacy systems Scale Rails systems to handle more requests, larger development teams, and more complex code bases Master new best practices for designing and creating services in Ruby Use Ruby to glue together services written in any language Use Ruby libraries to build and consume RESTful Web services Use Ruby JSON parsers to quickly represent resources from HTTP services Write lightweight, well-designed API wrappers around internal or external services Discover powerful non-Rails frameworks that simplify Ruby service implementation Implement standards-based enterprise messaging with Advanced Message Queuing Protocol (AMQP) Optimize performance with load balancing and caching Provide for security and authentication
The Tarantula Keeper's Guide
Stanley A. Schultz - 1985
The book opens with a detailed description of the tarantula's origins, anatomy, and physiology. Comprehensive information on care, housing, and feeding is provided for all who want to keep one or more tarantulas as pets or for scientific research. And for those who prefer to do it themselves, there is even advice on where and how to capture a tarantula in the wild! Extensive tables classify tarantulas according to classes, orders, families, and subfamilies. Still another table outlines measures one should take in the event of a tarantula bite--though in many cases a bite is little more than a passing annoyance. Dozens of color photos and scientifically accurate drawings illustrate virtually everything the reader needs to know about these exotic creatures.
Java Concurrency in Practice
Brian Goetz - 2005
Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."--Doron RajwanResearch Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."--Ted NewardAuthor of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."--Kirk PepperdineCTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."--Dr. Cliff ClickSenior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."--Dr. Heinz KabutzThe Java Specialists' Newsletter"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."--Bruce TateAuthor of Beyond Java" Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."--Bill VennersAuthor of Inside the Java Virtual MachineThreads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model
Pro C# 3.0 and the .NET 3.5 Framework (Pro)
Andrew Troelsen - 2007
Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5)..NET 3.0 was more of an augmentative release, essentially providing three new APIs: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). As you would expect, coverage of the "W's" has been expanded a great deal in this version of the book from the previous Special Edition text.Unlike .NET 3.0, .NET 3.5 provides dozens of C# language features and .NET APIs. This edition of the book will walk you through all of this material using the same readable approach as was found in previous editions. Rest assured, you'll find detailed coverage of Language Integrated Query (LINQ), the C# 2008 language changes (automatic properties, extension methods, anonymous types, etc.) and the numerous bells and whistles of Visual Studio 2008. What you'll learn Everything you need to knowget up to speed with C# 2008 quickly and efficiently. Discover all the new .NET 3.5 featuresLanguage Integrated Query, anonymous types, extension methods, automatic properties, and more. Get a professional footholdtargeted to appeal to experienced software professionals, this book gives you the facts you need the way you need to see them. A rock-solid foundationfocuses on everything you need to be a successful .NET 3.5 programmer, not just the new features. Get comfortable with all the core aspects of the platform including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more. Who this book is forIf you're checking out this book for the first time, understand that it targets experienced software professionals and/or students of computer science (so please don't expect three chapters devoted to "for" loops). The mission of this text is to provide you with a rock-solid foundation to the C# 2008 programming language and the core aspects of the .NET platform (object-oriented programming, assemblies, file IO, Windows Forms/WPF, ASP.NET, ADO.NET, WCF, WF, etc.). Once you digest the information presented in these 33 chapters, you'll be in a perfect position to apply this knowledge to your specific programming assignments, and you'll be well equipped to explore the .NET universe on your own terms. "
Clean & Green: 101 Hints and Tips for a More Eco-Friendly Home
Nancy Birtwhistle - 2021
The Legend of Zelda (Legends of Localization, #1)
Clyde Mandelin - 2015
Because it's a long way from Japan to the West, even for a legendary hero.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
Fundamentals of Logic Design
Charles H. Roth Jr. - 1975
Author Charles H. Roth, Jr. carefully presents the theory that is necessary for understanding the fundamental concepts of logic design while not overwhelming students with the mathematics of switching theory. Divided into 20 easy-to-grasp study units, the book covers such fundamental concepts as Boolean algebra, logic gates design, flip-flops, and state machines. By combining flip-flops with networks of logic gates, students will learn to design counters, adders, sequence detectors, and simple digital systems. After covering the basics, this text presents modern design techniques using programmable logic devices and the VHDL hardware description language.
The Elements of Computing Systems: Building a Modern Computer from First Principles
Noam Nisan - 2005
The books also provides a companion web site that provides the toold and materials necessary to build the hardware and software.
Google Adwords - An Introduction: The Ultimate Guide To The Many Opportunities for the Pay Per Click Professional: For Your Business & For Your Career!
James Lynch - 2015
Whether you aspire to become a Search Engine Marketing PPC Professional or just want to learn more about Google AdWords Pay Per Click advertising to use it in your own business. PPC advertising can drive some really great - really targeted traffic to practically any website AND you can do it fairly inexpensively if you learn how to do it right. Google AdWords is most certainly the best place to start, as practically every other pay per click platform has in some form or another modeled its foundation around the basic AdWords type PPC concepts. What this book is about: Google AdWords - An Introduction, is a guide for you to run through and see if you think that Google AdWords is something you want to learn more about… This book is for you if: You would like to see at a very high level, how you can use PPC / Google AdWords to drive highly targeted traffic to ANY website. or You're thinking about maybe becoming a Certified Google AdWords Professional and taking on clients of your own, and running their pay-per-click campaigns for them and GET PAID. or You may be thinking about working directly for a business or advertising agency and running PPC campaigns for them as a Search Engine Marketing – PPC Professional. Becoming a Certified Google AdWords Professional opens many, many doors in the world of online marketing. I'll show you how to become Google Certified and get on the fast track to becoming a Search Engine Marketing - PPC Professional that is in extremely high demand in the digital marketing space today. This book may also be for you if: You find yourself at a crossroads and: 1 - You’re stuck in a dead-end job: customer service, sales or otherwise and you’re wanting to improve your job status, career choices and your PAY. 2 - You’re thinking about becoming an AdWords Certified Consultant serving your own clients as a consultant or at an agency. 3 - You’re an entrepreneur, coach or business owner and you want to learn more about paid media buying to market yourself and your business online. This book is intended to help you to get a high level vision and overview of the Google AdWords & Pay Per Click Advertising. Whatever your current situation, this book will give you a taste of what it’s like inside the world of Pay Per Click Advertising. After reading through once or twice… YOU WILL KNOW IF PPC is right for you at this point and time in your business/career/life. What this book is NOT about. This book is not about the latest and greatest tips and tricks for using Google AdWords… I do offer extensive AdWords PPC training through my web site: http://ppcequation.com - Both free and paid training can be found there. I just want to be 100% transparent with you and let you know that this book is not going to make you a PPC expert in one read. It's simply an introduction to the industry, either for the business owner / entrepreneur wanting to drive more traffic to his offerings or for someone thinking about becoming a Pay Per Click Professional as a career. Take a look inside at the table of contents before you order to see all that's covered... I guarantee you will find some great takeaways... gold nuggets and bonuses within. So please: Read, Relax and Enjoy!
To Mock a Mockingbird and Other Logic Puzzles
Raymond M. Smullyan - 1985
It contains many puzzles and their solutions and aims to attract many readers in an age where computer science, logic, and mathematics are becoming increasingly important and popular.