The Scheme Programming Language


R. Kent Dybvig - 1987
    Many exercises are presented to help reinforce the lessons learned, and answers to the exercises are given in a new appendix.Most of the remaining chapters are dedicated to the reference material, which describes in detail the standard features of Scheme included in the Revised$^5$ Report on Scheme and the ANSI/IEEE standard for Scheme.Numerous examples are presented throughout the introductory and reference portions of the text, and a unique set of extended example programs and applications, with additional exercises, are presented in the final chapter. Reinforcing the book's utility as a reference text are appendices that present the formal syntax of Scheme, a summary of standard forms and procedures, and a bibliography of Scheme resources.The Scheme Programming Language stands alone as an introduction to and essential reference for Scheme programmers. it is also useful as a supplementary text for any course that uses Scheme.The Scheme Programming Language is illustrated by artist Jean-Pierre Hébert, who writes Scheme programs to extend his ability to create sophisticated works of digital art.R. Kent Dybvig is Professor of Computer Science at Indiana University and principal developer of Chez Scheme.

The Way of the Dhin


John L. Clemmer - 2016
    Communication with the enigmatic aliens proves problematic. The Dhin suddenly depart, without explanation, leaving a few samples of their technology. Wide knowledge of these events would cause chaos. The powerful Coalition Security agency strives to maintain secrecy. As Coalition researchers explore the alien technology, their discoveries turn our understanding of physics inside out. Humanity faces numerous challenges. After multiple economic crises and subsequent collapses, the remaining viable nations joined together as the Coalition. Recent advancements in Artificial Intelligence then led to AI management of most economic and political affairs. Unfortunately, even AI are not perfect, and some volatility and conflict remain. Not everyone agrees the AIs are aligned with our best interests. Humanity now faces the seemingly insurmountable challenge of unlocking the secrets of the alien technology without advice or assistance. This is a new release of an edition originally published by John L. Clemmer.

Simplifying Street Fighter: A New Player's Guide to Preparing for Street Fighter 5


gootecks - 2015
    If you're like most players, you struggle with nearly every aspect of the game: offense, defense, execution and combos, and generally having a game plan that is more complex than just mashing buttons at every opportunity. A Road Map Toward Improvement Street Fighter is a game that requires practice, finesse, and knowledge. Unfortunately, most players don't have any guidance on where to begin when learning the game which leads to lots of frustration and losses. This guide is designed to give you a road map for improving your skills so that when SF5 drops you can hit the ground running!Lots of players are under the misconception that since SF5 is a brand new game, there's no point in playing SF4 and improving. While it is true that there will be lots to learn in SF5 such as new engines and characters, this is not a reason not to improve on your Street Fighter fundamentals in the meantime. The Importance of a Solid Foundation Like anything else worth doing in life, developing a foundation of solid fundamentals is the key to improving. Even though SF5 will have brand new characters and mechanics, the core elements of Street Fighter remain the same throughout the franchise. Execution, footsies and space control, combos, punishing, and resource management are important in all Street Fighter games and this guide will show you how to use SF4 to improve on these aspects of your game. Who is gootecks and why should I bother? I've played Street Fighter competitively since 2003, starting with Street Fighter III: 3rd Strike and continuing with Street Fighter 4. I've traveled to compete in tournaments around the world, including places like Japan, Singapore, Australia, Canada, and Europe.A lot of people may know me as the co-host of Excellent Adventures of gootecks & Mike Ross, or perhaps from my work on Cross Counter TV, the entertainment network for fighting game fans.Recently, I've begun training players just like yourself through Cross Counter Training, where players like EG.Justin Wong, EG.K-Brad, Alex Myers are available for helping players of all skill levels improve. Through working with my students, I've developed what I believe to be an extremely effective method of learning how to play Street Fighter. This method is based on the idea of learning one tiny aspect of the game at a time through the eyes of the poster boy of Street Fighter, Ryu. "But Ryu is boring, gootecks!" I know, I know, you think Ryu is boring and everybody plays him and you want to play a cool, flashy character so you can style on people on stage at Evo someday. Unfortunately, you'll need to learn how to walk before you can run and there is no better investment of time as a new player than to learn Ryu in order to build a strong foundation.Taking this time now to develop your fundamentals will serve you well as you transition to Street Fighter 5. Ryu is definitely different in SF5, but the tools and concepts you'll learn in this guide will give you a leg up on the competition when SF5 drops.

Exceptional Ruby: Master the Art of Handling Failure in Ruby


Avdi Grimm - 2011
    Writing code that handles unexpected errors and still works is really hard. Most of us learn by trial and error. This short book removes the uncertainty. With over 100 pages of content and dozens of working examples, you’ll learn everything from the mechanics of how exceptions work to how to design a robust failure management architecture for your app or library. Whether you are a Ruby novice or a seasoned veteran, Exceptional Ruby will help you write cleaner, more resilient Ruby code.

Advancing Your Photography: A Handbook for Creating Photos You'll Love


Marc Silber - 2017
    From teaching you the basics to exploring the stages of the cycle of photography, Silber makes it easy for you to master the art form and create stunning pictures.Valuable photography tips from thousands of hours of interviews with professional photography masters: "What makes this book so powerful is that I have been able to distill from my 1,000s of hours of interviews with top photographers high level knowledge, that would take decades to acquire ― but I have presented this knowledge in a way that even a new photographer can grasp and put right to work. If someone applies themselves and rolls up their sleeves, with this handbook, they can become an excellent photographer and make photographs that they and others will love." You will learn valuable insights from the professional photography masters: • beginner photography tips • amateur photography tips • landscape photography tips • wedding photography tips • lifestyle photography tips • sports photography tips • animal photography tips • portrait photography tips • still life photography tips • iPhone photography tips Photography and the technology associated with it is constantly evolving, but the fundamentals remain the same. Advancing Your Photography will help to bring you the joy and satisfaction of a lifetime of pursuing the art of photography.Advancing Your Photography features: • Top tips for making outstanding photographs from iconic photographers and many other leading professional photography masters of today. • Numerous step-by-step examples • Guidance on training your eye to see composition with emotional impact • Tips on mastering the key points of operating your camera like a pro • Secrets to processing your images to professional standards • Compact design that will easily fit in your camera bag

Exam Ref 70-480: Programming in HTML5 with JavaScript and CSS3


Rick Delorme - 2013
    Designed for experienced developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level.Focus on the expertise measured by these objectives:Implement and manipulate document structures and objectsImplement program flowAccess and secure dataUse CSS3 in applicationsThis Microsoft Exam Ref:Organizes its coverage by exam objectives.Features strategic, what-if scenarios to challenge you.Includes a 15% exam discount from Microsoft. (Limited time offer)

Artificial Intelligence for Humans, Volume 1: Fundamental Algorithms


Jeff Heaton - 2013
    This book teaches basic Artificial Intelligence algorithms such as dimensionality, distance metrics, clustering, error calculation, hill climbing, Nelder Mead, and linear regression. These are not just foundational algorithms for the rest of the series, but are very useful in their own right. The book explains all algorithms using actual numeric calculations that you can perform yourself. Artificial Intelligence for Humans is a book series meant to teach AI to those without an extensive mathematical background. The reader needs only a knowledge of basic college algebra or computer programming—anything more complicated than that is thoroughly explained. Every chapter also includes a programming example. Examples are currently provided in Java, C#, R, Python and C. Other languages planned.

Data Structures Using C and C++


Yedidyah Langsam - 1995
     Covers the C++ language, featuring a wealth of tested and debugged working programs in C and C++. Explains and analyzes algorithms -- showing step- by-step solutions to real problems. Presents algorithms as intermediaries between English language descriptions and C programs. Covers classes in C++, including function members, inheritance and object orientation, an example of implementing abstract data types in C++, as well as polymorphism.

Discoverability


Kristine Kathryn Rusch - 2014
    For writers, discoverability means the difference between gaining an audience and publishing into the void. Now, USA Today bestselling author and renowned business blogger Kristine Kathryn Rusch deftly tackles the topic of discoverability in this latest WMG Writers’ Guide. Rusch covers topics such as when to hire help, how to measure success and the most important thing a writers can do. With Discoverability, Rusch offers professional writers the most comprehensive guide available today to help them make an informed decision about the best marketing approaches for their writing businesses. “The bible for the self-employed.” —John Ottinger III, teacher and editor of Grasping for the Wind, on The Freelancer’s Survival Guide “A soup-to-nuts guide for business. Don’t be without it.” —Virginia Baker, President, Indigo Ink Communications, on The Freelancer’s Survival Guide “Not many people understand the publishing business as well as the author business—Kris Rusch is one of them. Her Freelancer’s Survival Guide is balanced, ambitious, and packed with information that all writers, editors, and publishers should read.” —Kevin J. Anderson, New York Times bestselling author, on The Freelancer’s Survival “[Kristine Kathryn Rusch’s blog,] The Business Rusch…is full of sound advice and analysis about what's going on.” —Jeff Baker, The Oregonian USA Today bestselling author Kristine Kathryn Rusch writes in almost every genre. Generally, she uses her real name (Rusch) for most of her writing. Under that name, she publishes bestselling science fiction and fantasy, award-winning mysteries, acclaimed mainstream fiction, controversial nonfiction, and the occasional romance. Her novels have made bestseller lists around the world and her short fiction has appeared in eighteen best of the year collections. She has won more than twenty-five awards for her fiction, including the Hugo, Le Prix Imaginales, the Asimov’s Readers Choice award, and the Ellery Queen Mystery Magazine Readers Choice Award. Publications from The Chicago Tribune to Booklist have included her Kris Nelscott mystery novels in their top-ten-best mystery novels of the year. The Nelscott books have received nominations for almost every award in the mystery field, including the best novel Edgar Award, and the Shamus Award. She writes goofy romance novels as award-winner Kristine Grayson, romantic suspense as Kristine Dexter, and futuristic sf as Kris DeLake. Her popular weekly blog on the changes in publishing has become an industry must-read. She also edits. Beginning with work at the innovative publishing company, Pulphouse, followed by her award-winning tenure at The Magazine of Fantasy & Science Fiction, she took fifteen years off before returning to editing with the original anthology series Fiction River, published by WMG Publishing. She acts as series editor with her husband, writer Dean Wesley Smith, and edits at least two anthologies in the series per year on her own. To keep up with everything she does, go to kriswrites.com. To track her many pen names and series, see their individual websites (krisnelscott.com, kristinegrayson.com, krisdelake.com, retrievalartist.com, divingintothewreck.com). She lives and occasionally sleeps in Oregon.

Python Programming for Beginners: An Introduction to the Python Computer Language and Computer Programming (Python, Python 3, Python Tutorial)


Jason Cannon - 2014
    There can be so much information available that you can't even decide where to start. Or worse, you start down the path of learning and quickly discover too many concepts, commands, and nuances that aren't explained. This kind of experience is frustrating and leaves you with more questions than answers.Python Programming for Beginners doesn't make any assumptions about your background or knowledge of Python or computer programming. You need no prior knowledge to benefit from this book. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by reading Python Programming for Beginners: When to use Python 2 and when to use Python 3. How to install Python on Windows, Mac, and Linux. Screenshots included. How to prepare your computer for programming in Python. The various ways to run a Python program on Windows, Mac, and Linux. Suggested text editors and integrated development environments to use when coding in Python. How to work with various data types including strings, lists, tuples, dictionaries, booleans, and more. What variables are and when to use them. How to perform mathematical operations using Python. How to capture input from a user. Ways to control the flow of your programs. The importance of white space in Python. How to organize your Python programs -- Learn what goes where. What modules are, when you should use them, and how to create your own. How to define and use functions. Important built-in Python functions that you'll use often. How to read from and write to files. The difference between binary and text files. Various ways of getting help and find Python documentation. Much more... Every single code example in the book is available to download, providing you with all the Python code you need at your fingertips! Scroll up, click the Buy Now With 1 Click button and get started learning Python today!

Power Pivot and Power BI: The Excel User's Guide to DAX, Power Query, Power BI & Power Pivot in Excel 2010-2016


Rob Collie - 2016
    Written by the world’s foremost PowerPivot blogger and practitioner, the book’s concepts and approach are introduced in a simple, step-by-step manner tailored to the learning style of Excel users everywhere. The techniques presented allow users to produce, in hours or even minutes, results that formerly would have taken entire teams weeks or months to produce. It includes lessons on the difference between calculated columns and measures; how formulas can be reused across reports of completely different shapes; how to merge disjointed sets of data into unified reports; how to make certain columns in a pivot behave as if the pivot were filtered while other columns do not; and how to create time-intelligent calculations in pivot tables such as “Year over Year” and “Moving Averages” whether they use a standard, fiscal, or a complete custom calendar. The “pattern-like” techniques and best practices contained in this book have been developed and refined over two years of onsite training with Excel users around the world, and the key lessons from those seminars costing thousands of dollars per day are now available to within the pages of this easy-to-follow guide. This updated second edition covers new features introduced with Office 2015.

Stylin' with CSS: A Designer's Guide


Charles Wyke-Smith - 2005
    Stylin with CSS teaches you everything you need to know start using CSS in your web development work, from the basics of markup of your content and styling text, through to creating multi-column page layouts without the use of tables. Learn how to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS no JavaScript required. Discover how to design code that will work on the latest standard-compliant browsers, while working around the quirks of the older browsers. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get your started and build your skills is right here in this book. You ll be stylin in no time!"

Beginning HTML, XHTML, CSS, and JavaScript


Jon Duckett - 2009
    While learning these technologies, you will discover coding practices such as writing code that works on multiple browsers including mobile devices, how to use AJAX frameworks to add interactivity to your pages, and how to ensure your pages meet accessible requirements.Packed with real-world examples, the book not only teaches you how to write Web sites using XHTML, CSS and JavaScript, but it also teaches you design principles that help you create attractive web sites and practical advice on how to make web pages more usable. In addition, special checklists and appendices review key topics and provide helpful references that re-enforce the basics you've learned.Serves as an ideal beginners guide to writing web pages using XHTML Explains how to use CSS to make pages more appealing and add interactivity to pages using JavaScript and AJAX frameworks Share advice on design principles and how to make pages more attractive and offers practical help with usability and accessibility Features checklists and appendices that review key topics This introductory guide is essential reading for getting started with using XHTML, CSS and JavaScript to create exciting and compelling Web sites.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

The Dream Team Nightmare


Portia Tung - 2012
    You've just been introduced to your new team as their Agile Coach. The team calls themselves The Dream Team. You are responsible for coming up with a plan to get the team back on track to achieve their project goals.Shortly after the initial product launch, The Dream Team was set a challenge by the Management Team to try out an alternative way of working called Agile. Eighteen months on and the team is working anything but like a dream. In fact, life's become a bit of a nightmare. Morale is low. Productivity has ground to a halt. Quality has become a taboo subject.Management believes the project has reached an impasse. They demand results and are prepared to outsource the remainder of the project. You have 5 days to figure out how to help the team move forward.Your fate and that of your team is entirely in your hands. What choices will you make? Choose badly and you’ll come to a sticky end. Choose wisely and you and your team stand a chance of living happily ever after. What will you choose to do?

Digging Into WordPress


Jeff Starr - 2009
    From your first steps of learning about WordPress all the way through maintaining a site throughout the years, this book is packed with truly practical information.