Unity in Action


Joseph Hocking - 2015
    You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Based on Unity version 5.About the BookThis book helps readers build successful games with the Unity game development platform. You will use the powerful C# language, Unity's intuitive workflow tools, and a state-of-the-art rendering engine to build and deploy mobile, desktop, and console games. Unity's single codebase approach minimizes inefficient switching among development tools and concentrates your attention on making great interactive experiences.Unity in Action teaches you how to write and deploy games. You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Each sample project illuminates specific Unity features and game development strategies. As you read and practice, you'll build up a well-rounded skill set for creating graphically driven 2D and 3D game applications.You'll need to know how to program, in C# or a similar OO language. No previous Unity experience or game development knowledge is assumed.

Arduino Workshop: A Hands-On Introduction with 65 Projects


John Boxall - 2012
    With an almost unlimited range of input and output add-ons, sensors, indicators, displays, motors, and more, the Arduino offers you countless ways to create devices that interact with the world around you.In Arduino Workshop, you'll learn how these add-ons work and how to integrate them into your own projects. You'll start off with an overview of the Arduino system but quickly move on to coverage of various electronic components and concepts. Hands-on projects throughout the book reinforce what you've learned and show you how to apply that knowledge. As your understanding grows, the projects increase in complexity and sophistication.Among the book's 65 projects are useful devices like:A digital thermometer that charts temperature changes on an LCD A GPS logger that records data from your travels, which can be displayed on Google Maps A handy tester that lets you check the voltage of any single-cell battery A keypad-controlled lock that requires a secret code to open You'll also learn to build Arduino toys and games like:An electronic version of the classic six-sided die A binary quiz game that challenges your number conversion skills A motorized remote control tank with collision detection to keep it from crashingArduino Workshop will teach you the tricks and design principles of a master craftsman. Whatever your skill level, you'll have fun as you learn to harness the power of the Arduino for your own DIY projects.

The Greatest Secret of All: Moving Beyond Abundance to a Life of True Fulfillment


Marc Allen - 2007
    The Greatest Secret of All clearly explains this law of manifestation but then takes it a quantum leap further, revealing what is truly important in life. We have what we need within us to do what we love, to be the people we dream of being, and to become completely fulfilled along the way — to become, as Abraham Maslow put it, self-actualized. We also have the capability, here and now, to create a world that works for everyone. In these pages, you will find the secret to a life of happiness, inner peace, ease, and fulfillment, and the secret that lets each of us contribute to making the world a better place for all.

It Is Just You, Everything’s Not Shit


Steve Stack - 2007
    It will cheer up even the most miserable of old gits.

Tom Kerridge’s Best Ever Dishes


Tom Kerridge - 2014
    I like getting the balance of taste and texture just right, using familiar ingredients and creating big, intense flavours. Now, I hope you'll use my recipes to make some best ever dishes of your own.' Tom KerridgeAs the most down-to-earth but high-flying chef on the food scene, Tom Kerridge has become known for his big flavours and beautifully crafted yet accessible food. And with more than 100 of his favourite recipes, Best Ever Dishes brings this spectacular cooking to the home kitchen.Tom starts with classics we all love such as tomato soup, chicken Kiev and rice pudding (plus a few new ideas of his own), then refines and elevates them to the best version that he has ever tasted. Give the Kerridge twist to a simple lasagne, and you'll discover that every mouthful is a taste explosion. Put a special spin on a chocolate tart, and you'll transform it into an exceptional, melt-in-the-mouth pud of the gods. With stunning photography by Cristian Barnett, this book really will change the way you cook.

Beat the Gym: Personal Trainer Secrets--Without the Personal Trainer Price Tag


Tom Holland - 2011
    In Beat the Gym, he provides the inside scoop on how to get the most from your gym experience and reach your peak exercise and weight loss goals—offering personal trainer secrets without the personal trainer price tag. The first book of its kind, Beat the Gym offers essential tips and exclusive workouts to help you save thousands of dollars and still build the body of your dreams.

The Nonprofit Board Answer Book: A Practical Guide for Board Members and Chief Executives


Boardsource - 2007
    The book covers such topics as board structure and process, board member recruitment and orientation, board-staff relations, and financial management. This new edition includes updated information on topics that have recently increased in importance including new Form 990; dealing with the financial crisis, risk management, and mergers.Shows executives and board members how to be more effective, meet difficult situations head-on, and deal with commonplace challenges with confidence Topics include information on the viability of for-profit ventures, board retreats, board diversity, fundraising, financial oversight, strategic thinking, and the use of technology From Boardsource the premier resource for practical information, tools, best practices, training, and leadership development for board members of nonprofit organizations worldwide Offers insight gained from the BoardSource Governance Index Survey, hundreds of board self-assessments, and questions and challenges heard by BoardSource from thousands of nonprofit leaders.

Sexy Web Design


Elliott Jay Stocks - 2008
    You'll be guided through the entire process of creating a gorgeous, usable web site by applying the timeless principles of user-centered design.Even if you're short on design skills, with this book you'll be creating your own stunning web sites in no time at all.Throughout, the focus is on simple and practical techniques that anyone can use - you don't need to have gone to art school or have artistic flair to create stunning designs using the methods outlined in this book.The book's full-color layout and large format (8" x 10") make Sexy Web Design a pleasure to read.Master key web interface design principles Design amazing web interfaces from scratch Create beautiful, yet functional, web sites Unleash your artistic talents And much more Who should read this book? Whether you're completely new to web design, a seasoned pro looking for inspiration, or a developer wanting to improve your sites' aesthetics, there's something for everyone here.How? Because instead of trying to cover every possible area of creating a web site, we've focused purely on the design stage; that is, everything that happens before a single line of code is written.However, great design is more than just aesthetics. Long before we open our graphics program of choice, we'll be conducting research, dealing with clients, responding to briefs, sketching out sitemaps, planning information architecture, moving from doodles to diagrams, exploring different ways of interactivity, and building upon design traditions.But ultimately, you'll be finding out how to create web sites that look drop-dead gorgeous.

Build Awesome Command-Line Applications in Ruby 2: Control Your Computer, Simplify Your Life


David B. Copeland - 2012
    With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life. With this book, you'll learn specific ways to write command-line applications that are easy to use, deploy, and maintain, using a set of clear best practices and the Ruby programming language. This book is designed to make any programmer or system administrator more productive in their job. Now updated for Ruby 2.Writing a command-line application that's self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, because it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Plus, Ruby has the support of a rich ecosystem of open source tools and libraries.Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason why a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.With Ruby, the command line is not dead. Long live the command line.

Hadoop: The Definitive Guide


Tom White - 2009
    Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, and administrators will learn how to set up and run Hadoop clusters. Complete with case studies that illustrate how Hadoop solves specific problems, this book helps you:Use the Hadoop Distributed File System (HDFS) for storing large datasets, and run distributed computations over those datasets using MapReduce Become familiar with Hadoop's data and I/O building blocks for compression, data integrity, serialization, and persistence Discover common pitfalls and advanced features for writing real-world MapReduce programs Design, build, and administer a dedicated Hadoop cluster, or run Hadoop in the cloud Use Pig, a high-level query language for large-scale data processing Take advantage of HBase, Hadoop's database for structured and semi-structured data Learn ZooKeeper, a toolkit of coordination primitives for building distributed systems If you have lots of data -- whether it's gigabytes or petabytes -- Hadoop is the perfect solution. Hadoop: The Definitive Guide is the most thorough book available on the subject. "Now you have the opportunity to learn about Hadoop from a master-not only of the technology, but also of common sense and plain talk." -- Doug Cutting, Hadoop Founder, Yahoo!

User Stories Applied: For Agile Software Development


Mike Cohn - 2004
    In User Stories Applied, Mike Cohn provides you with a front-to-back blueprint for writing these user stories and weaving them into your development lifecycle.You'll learn what makes a great user story, and what makes a bad one. You'll discover practical ways to gather user stories, even when you can't speak with your users. Then, once you've compiled your user stories, Cohn shows how to organize them, prioritize them, and use them for planning, management, and testing.User role modeling: understanding what users have in common, and where they differ Gathering stories: user interviewing, questionnaires, observation, and workshops Working with managers, trainers, salespeople and other proxies Writing user stories for acceptance testing Using stories to prioritize, set schedules, and estimate release costs Includes end-of-chapter practice questions and exercises User Stories Applied will be invaluable to every software developer, tester, analyst, and manager working with any agile method: XP, Scrum... or even your own home-grown approach.

Lenormand Thirty Six Cards (2015 Edition): An Introduction to the Petit Lenormand


Andy Boroveshengra - 2014
     This new edition has been revised and expanded. Topics include the method of distance and direction. With this text, you can learn two practical versions of the famous Grand Tableau, how to describe people and the real meanings of the suits and how they can be utilised in readings. Others spreads include yes and no, fans of five and nine, the pyramid and the 3 x 3. Nothing is left out. Nothing is half explained.

The LEGO Batman Movie: Junior Novel


Jeanette Lane - 2016
    When the Joker(TM) hatches a new plan to take over Gotham City, Batman(TM) will have to learn how to make new friends and work as a team, or risk the city descending into chaos!

Homebrew Beyond the Basics: All-Grain Brewing and Other Next Steps


Mike Karnowski - 2014
    Then explore whatever calls to you: take a crash course in water chemistry, try whirlpool hopping, brew a fruit beer, capture wild yeast, make your first Berliner Weisse, or kick the bottles and start kegging. Unique recipes cover everything from traditional parti-gyle stouts to a style-bending American wild ale.

Malware Analyst's Cookbook and DVD: Tools and Techniques for Fighting Malicious Code


Michael Hale Ligh - 2010
    Security professionals will find plenty of solutions in this book to the problems posed by viruses, Trojan horses, worms, spyware, rootkits, adware, and other invasive software. Written by well-known malware experts, this guide reveals solutions to numerous problems and includes a DVD of custom programs and tools that illustrate the concepts, enhancing your skills. Security professionals face a constant battle against malicious software; this practical manual will improve your analytical capabilities and provide dozens of valuable and innovative solutions Covers classifying malware, packing and unpacking, dynamic malware analysis, decoding and decrypting, rootkit detection, memory forensics, open source malware research, and much more Includes generous amounts of source code in C, Python, and Perl to extend your favorite tools or build new ones, and custom programs on the DVD to demonstrate the solutions Malware Analyst's Cookbook is indispensible to IT security administrators, incident responders, forensic analysts, and malware researchers.