Book picks similar to
Game Development Essentials: Video Game Art by Todd Gantzler
english-books
gamedesign
patrick
possible-interest
Drama Queen / Puppy Love
Rachel Renée Russell - 2019
It's time to embrace your inner dork!
Girls are Weirdos but They Smell Pretty
Todd Harris Goldman - 2007
Because even though it sounds like you're calling your friend a weirdo, this book is in fact a wonderfully astute and affectionate look at the female psyche, and perfect for any girl with a sense of humor (and a desire to know what boys think of girls). With his unique Homer-Simpson-channeled-through-Jessica-Simpson sensibility, Todd Harris Goldman—that Todd Harris Goldman, the funny, crude, un-PC, very savvy author of Boys Are Stupid, Throw Rocks at Them!—explains why boys think the opposite sex is weird. Narrated by a boy who's sort of a moron, it questions all the things that are completely alien to boys, but with a surprisingly sweet insight and great good spirit. Waxing vs. shaving. The color pink. Shoe obsessions. The everyday dilemma: "Does this dress make me look fat?" The appeal of tiny little dogs. Fake boobs. The mysteries of PMS. In the end he can only conclude that girls are weirdos and leave it at that—a conclusion that girls will not only understand but own up to proudly.
CoffeeScript
Trevor Burnham - 2011
It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.
The Girl Across the Sea
Noëlle Harrison - 2021
Her chest felt tight, and her heart was cracking. If only she could be sure her secret was safe. If only she could go home to Ireland…New York, 1933. Ellen looks at her sleeping husband and precious daughter for the last time. They have longed to return home to Ireland for many years, but now the time has come, and the boat is ready to leave. But Ellen knows the dark secret she hides means she can never go back. Heart breaking into a million little pieces, she kisses her little girl goodbye and lays a precious turquoise necklace down beside her head, before fleeing into the night.Ireland, years later. Mairead’s world is falling apart. Recently separated, she has returned home to nurse her dying mother, Brigid. As Brigid passes, she calls out for her mother, Ellen, a woman Mairead knows nothing about.All alone in the world, Mairead is stricken with guilt that she couldn’t honour her mother’s last wish. She travels to New York, the last place her grandmother was seen, clutching all that she has of her – a stunning turquoise necklace and a small black-and-white photograph. Mairead’s search leads her across America to Arizona where she discovers that Ellen was on the run, a wanted woman, accused of a terrible crime.Mairead can’t believe that the young woman with laughing eyes and an innocent smile could have such a dark past. But as she uncovers the secrets and lies that forced her grandmother to abandon her only daughter, will Mairead’s own future be ruined by the shadows of her family’s secrets?Be transported to the wild west coast of Ireland by this beautiful read about the sacrifices a mother will make to protect her child. Fans of The Light Between Oceans and Lisa Wingate will adore this heart-breaking book.
Learning the UNIX Operating System
Jerry Peek - 1989
Why wade through a 600-page book when you can begin working productively in a matter of minutes? It's an ideal primer for Mac and PC users of the Internet who need to know a little bit about UNIX on the systems they visit.This book is the most effective introduction to UNIX in print. The fourth edition covers the highlights of the Linux operating system. It's a handy book for someone just starting with UNIX or Linux, as well as someone who encounters a UNIX system on the Internet. And it now includes a quick-reference card.Topics covered include: Linux operating system highlightsLogging in and logging outWindow systems (especially X/Motif)Managing UNIX files and directoriesSending and receiving mailRedirecting input/outputPipes and filtersBackground processingBasic network commandsv
Adobe Photoshop CS6 Classroom in a Book (Classroom in a Book (Adobe))
Adobe Creative Team - 2012
Adobe Photoshop CS6 Classroom in a Book
Principles of Information Security
Michael E. Whitman - 2002
Principles of Information Security, Third Edition builds on internationally recognized standards and bodies of knowledge to provide the knowledge and skills that information systems students need for their future roles as business decision-makers. Coverage includes key knowledge areas of the CISSP (Certified Information Systems Security Professional), as well as risk management, cryptography, physical security, and more. The third edition has retained the real-world examples and scenarios that made previous editions so successful, but has updated the content to reflect technology's latest capabilities and trends. With this emphasis on currency and comprehensive coverage, readers can feel confident that they are using a standards-based, content-driven resource to prepare them for their work in the field.
Programming F# 3.0
Chris Smith - 2009
You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET platform.Reap the benefits of functional programming for your next project, whether you’re writing concurrent code, or building data- or math-intensive applications. With this comprehensive book, former F# team member Chris Smith gives you a head start on the fundamentals and walks you through advanced concepts of the F# language.Learn F#’s unique characteristics for building applicationsGain a solid understanding of F#’s core syntax, including object-oriented and imperative stylesMake your object-oriented code better by applying functional programming patternsUse advanced functional techniques, such as tail-recursion and computation expressionsTake advantage of multi-core processors with asynchronous workflows and parallel programmingUse new type providers for interacting with web services and information-rich environmentsLearn how well F# works as a scripting language
Effective Objective-C 2.0: 52 Specific Ways to Improve Your IOS and OS X Programs
Matt Galloway - 2013
Using the concise, scenario-driven style pioneered in Scott Meyers' best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and realistic code examples that are available nowhere else. Through real-world examples, Galloway uncovers little-known Objective-C quirks, pitfalls, and intricacies that powerfully impact code behavior and performance. You'll learn how to choose the most efficient and effective way to accomplish key tasks when multiple options exist, and how to write code that's easier to understand, maintain, and improve. Galloway goes far beyond the core language, helping you integrate and leverage key Foundation framework classes and modern system libraries, such as Grand Central Dispatch. Coverage includes Optimizing interactions and relationships between Objective-C objects Mastering interface and API design: writing classes that feel "right at home" Using protocols and categories to write maintainable, bug-resistant code Avoiding memory leaks that can still occur even with Automatic Reference Counting (ARC) Writing modular, powerful code with Blocks and Grand Central Dispatch Leveraging differences between Objective-C protocols and multiple inheritance in other languages Improving code by more effectively using arrays, dictionaries, and sets Uncovering surprising power in the Cocoa and Cocoa Touch frameworks
Intermediate Perl
Randal L. Schwartz - 2003
One slogan of Perl is that it makes easy things easy and hard things possible. "Intermediate Perl" is about making the leap from the easy things to the hard ones.Originally released in 2003 as "Learning Perl Objects, References, and Modules" and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling "Learning Perl," it picks up where that book left off. Topics include: Packages and namespacesReferences and scopingManipulating complex data structuresObject-oriented programmingWriting and using modulesTesting Perl codeContributing to CPANFollowing the successful format of "Learning Perl," we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in "Learning Perl" and have ambition to go further.Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly."Intermediate Perl" is about learning to use Perl as a programming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer.
A Daughter's Price
Emma Hornby - 2020
Gritty and page-turning historical saga set in Northern England in the late 1800s, for fans of Dilly Court and Rosie Goodwin.
The Cartoon Guide to the Computer
Larry Gonick - 1983
Illustrated with cartoons throughout.
Forget to Remember
Alan Maley - 2011
At seven levels, from Starter to Advanced, this impressive selection of carefully graded readers offers exciting reading for every student's capabilities. 'Hello. Kate. This is Jan. I'm sorry, but you'll have to come down to Mother's. We've got to talk. I can't go on like this. It's becoming impossible. I know you're always busy but you'll have to come, Kate. I can't manage with Mother any more. Please call me back as soon as you can.' Two sisters struggle to come to terms with their mother's illness and its effect on their lives. Paperback-only version. Also available with Audio CDs including complete text recordings from the book.
Excel Formulas and Functions for Dummies
Ken Bluttman - 2005
Targets beginning to intermediate Excel users seeking real-world examples of how they can use Excel's powerful built-in functions Shows readers how to use Excel functions in formulas to help them decide between buying and leasing a car, calculate mortgage costs, compute grades, evaluate investment performance, figure college expenses, and more Gives explanations and examples of real-world situations Provides an abbreviated discussion of an additional 200 functions Excel commands nearly 90 percent of the market for spreadsheet applications; although this book is written for Excel 2003, the functions described are in earlier versions as well