Book picks similar to
Data Structures for Game Programmers (Premier Press Game Development) with CD-ROM by Ron Penton
game-programming
programming
gamedev
pdf
Hardcore Gaming 101 Presents: Castlevania (Color Edition)
Kurt Kalata - 2014
Welcome to the hell house! Hardcore Gaming 101 Presents: Castlevania includes 158 pages with full reviews of over thirty Castlevania titles - starting from the 1986 Nintendo original up to the 2014 Lords of Shadow 2 - plus reviews of clone games, soundtracks, books, trivia, and more!
Sid Meier's Memoir!: A Life in Computer Games
Sid Meier - 2020
Sid Meier’s Memoir! is the story of an obsessive young computer enthusiast who helped launch a multibilliondollar industry. Writing with warmth and ironic humor, Meier describes the genesis of his influential studio, MicroProse, founded in 1982 after a trip to a Las Vegas arcade, and recounts the development of landmark games, from vintage classics like Pirates! and Railroad Tycoon, to Civilization and beyond.Articulating his philosophy that a videogame should be “a series of interesting decisions,” Meier also shares his perspective on the history of the industry, the psychology of gamers, and fascinating insights into the creative process, including his ten rules of good game design.
Best Books of 2013: Reader's Guide
Amazon Books - 2013
This free Kindle book features interviews, essays, excerpts, and other fun extras about the year’s top 20 titles: Donna Tartt talks about her eating habits while writing The Goldfinch; Khaled Hosseini’s publicist discusses what it’s like to be on a national tour with him; David Finkel discusses the emotional impact following the 2-16 infantry battalion in Thank You for Your Service; and much more.
Ctrl+Shift+Enter Mastering Excel Array Formulas: Do the Impossible with Excel Formulas Thanks to Array Formula Magic
Mike Girvin - 2013
Beginning with an introduction to array formulas, this manual examines topics such as how they differ from ordinary formulas, the benefits and drawbacks of their use, functions that can and cannot handle array calculations, and array constants and functions. Among the practical applications surveyed include how to extract data from tables and unique lists, how to get results that match any criteria, and how to utilize various methods for unique counts. This book contains 529 screen shots.
Alexander Hamilton: Founding Father-: The Real Story of his life, his loves, and his death
Mark Steinberg - 2016
The book is a detailed account of this very important but controversial figure in American history. The story is a “classic rags to riches” one and begins with his childhood in the British West Indies. Though his life is filled with tragedy and he is very poor, Hamilton manages to distinguish himself through his writing and his business skills. Eventually, he leaves the West Indies and immigrates to North America where he receives a first rate education. Later, he becomes a hero in the Revolutionary War and is appointed to be General George Washington’s right hand man. Because of his service to Washington, Hamilton becomes the Secretary of the Treasury when Washington is elected President. As a member of the new government, Hamilton makes significant contributions including setting up a banking system and a currency system which are still used today. He also plays a major role in the ratification of the United States Constitution. While Alexander Hamilton: Founding Father primarily focuses on Hamilton’s great contributions, it also presents his dark side. Though Hamilton married a wealthy woman and became a member of the aristocracy, he was also involved in a scandalous affair and ultimately died in a duel defending his honor.
Programming Entity Framework
Julia Lerman - 2009
"Programming Entity Framework, 1st Edition" offers experienced developers a thorough introduction to Microsoft's core framework for modeling and interacting with data in .NET applications. This hands-on tour provides a deep understanding of Entity Framework's architecture and APIs, and explains how to use the framework in a variety of applications built with Visual Studio 2008 and .NET 3.5.From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Workspace, this highly acclaimed first edition covers it all.Understand the core concepts you need to make the best use of the Entity Framework (EF) in your applicationsLearn to query your data, using either LINQ to Entities or Entity SQLCreate Windows Forms, WPF, and ASP.NET applicationsBuild ASMX web services and WCF servicesUse Object Services to work directly with your entity objectsDelve into model customization, relationship management, change tracking, data concurrency, and moreOne important note: while many of the lessons from this book will continue to be valuable as you move to .NET 4, the thoroughly revised second edition of "Programming Entity Framework" (August 2010) specifically targets Visual Studio 2010 and .NET 4 -- where there have been many advancements and additions to the framework.
Modern Perl
chromatic - 2010
With countless satisfied developers, tens of thousands of freely available libraries, and continual improvements to the language and its ecosystem, modern Perl development can be easy, reliable, and fun. To take advantage of the full power of Perl 5--to become a true expert, capable of solving any problem put before you--you must understand the language. Modern Perl explains Perl 5 from theory to implementation, including Perl 5.12.
Windows Internals: Covering Windows Server 2008 and Windows Vista (Pro-Developer)
Mark E. Russinovich - 2008
Fully updated for Windows Server® 2008 and Windows Vista®, this classic guide delivers key architectural insights on system design, debugging, performance, and support—along with hands-on experiments to experience Windows internal behavior firsthand. Delve inside Windows architecture and internals:
Understand how the core system and management mechanisms work—from the object manager to services to the registry
Explore internal system data structures using tools like the kernel debugger
Grasp the scheduler's priority and CPU placement algorithms
Go inside the Windows security model to see how it authorizes access to data
Understand how Windows manages physical and virtual memory
Tour the Windows networking stack from top to bottom—including APIs, protocol drivers, and network adapter drivers
Troubleshoot file-system access problems and system boot problems
Learn how to analyze crashes
The Ultimate Guide to Video Game Writing and Design
Flint Dille - 2006
Sure, they cover the basics. But The Ultimate Guide to Video Game Writing and Design goes way beyond the basics. The authors, top game designers, focus on creating games that are an involving, emotional experience for the gamer. Topics include integrating story into the game, writing the game script, putting together the game bible, creating the design document, and working on original intellectual property versus working with licenses. Finally, there’s complete information on how to present a visionary new idea to developers and publishers. Got game? Get The Ultimate Guide to Video Game Writing and Design.
A Software Engineer Learns HTML5, JavaScript and jQuery
Dane Cameron - 2013
Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.
New Programmer's Survival Manual
Joshua Carter - 2011
You've got the programming chops, you're up on the latest tech, you're sitting at your workstation... now what? New Programmer's Survival Manual gives your career the jolt it needs to get going: essential industry skills to help you apply your raw programming talent and make a name for yourself. It's a no-holds-barred look at what
really
goes on in the office--and how to not only survive, but thrive in your first job and beyond. Programming at industry level requires new skills - you'll build programs that dwarf anything you've done on your own. This book introduces you to practices for working on large-scale, long-lived programs at a professional level of quality. You'll find out how to work efficiently with your current tools, and discover essential new tools. But the tools are only part of the story; you've got to get street-smart too. Succeeding in the corporate working environment requires its own savvy. You'll learn how to navigate the office, work with your teammates, and how to deal with other people outside of your department. You'll understand where you fit into the big picture and how you contribute to the company's success. You'll also get a candid look at the tougher aspects of the job: stress, conflict, and office politics. Finally, programming is a job you can do for the long haul. This book helps you look ahead to the years to come, and your future opportunities--either as a programmer or in another role you grow into. There's nothing quite like the satisfaction of shipping a product and knowing, "I built that." Whether you work on embedded systems or web-based applications, in trendy technologies or legacy systems, this book helps you get from raw skill to an accomplished professional.
Professional Test Driven Development with C#: Developing Real World Applications with Tdd
James Bender - 2011
This hands-on guide provides invaluable insight for creating successful test-driven development processes. With source code and examples featured in both C# and .NET, the book walks you through the TDD methodology and shows how it is applied to a real-world application. You'll witness the application built from scratch and details each step that is involved in the development, as well as any problems that were encountered and the solutions that were applied.Clarifies the motivation behind test-driven development (TDD), what it is, and how it works Reviews the various steps involved in developing an application and the testing that is involved prior to implementing the functionality Discusses unit testing and refactoring Professional Test-Driven Development with C# shows you how to create great TDD processes right away.
Cyberpunk Handbook:: The Real Cyberpunk Fakebook
St. Jude - 1995
Jude and R.U. Sirius--consummate insiders and co-founders of the revolutionary Mondo 2000 magazine, and co-authors of Mondo 2000: A User's Guide to the New Edge--both definitive source guides for members of the electronic underground. Includes Cyberpunk cryptic crossword puzzles and a hipness checklist, plus a true/false "final exam."
Professional Portrait Retouching Techniques for Photographers Using Photoshop
Scott Kelby - 2001
Now you can learn the same techniques he uses in his own retouching workflow, in the only book of its kind-one written expressly for photographers who do their own retouching.As a pro photographer himself, Scott understands that photographers make their living shooting, not retouching. But, delivering fully retouched images is now expected by clients. That's why Scott put together this amazing resource for teaching photographers the quickest, easiest, and most effective ways to create professional-looking, retouched final images without spending hours grinding away at painstaking, detailed techniques. LEARN HOW THE PROS DO ITIt's all here-the step-by-step methods for fixing, enhancing, and finishing your portraits in Photoshop. Using the techniques in this book, you'll create images that will absolutely wow your clients. You'll learn: - How to soften skin and still retain detail and texture - The best tricks for beautifully enhancing eyes, eyebrows, and eyelashes - How to selectively sharpen portraits without complicated masking - How to create gorgeous-looking lips - How to remove blemishes fast and keep the most detail - The pros' tricks for body sculpting - How to make your subject's hair look fabulous - How to give your retouches that natural look that sets them apart - Plus, you get Scott's complete 5-minute, 15-minute, and 30-minute start-to-finish workflowsIf you're ready to learn the "tricks of the trade"-the same ones that today's leading pro photographers use to retouch, tuck, tighten, and tone their images for that pro-retouched look-you're holding the book that will do exactly that. It will radically change the way you retouch your portraits from here on out, and give you the best-looking, most natural retouches you've ever done.
Professional Wordpress Plugin Development
Brad Williams - 2011
Now you can extend it for personal, corporate and enterprise use with advanced plugins and this professional development guide. Learn how to create plugins using the WordPress plugin API: utilize hooks, store custom settings, craft translation files, secure your plugins, set custom user roles, integrate widgets, work with JavaScript and AJAX, create custom post types. You'll find a practical, solutions-based approach, lots of helpful examples, and plenty of code you can incorporate!Shows you how to develop advanced plugins for the most popular CMS platform today, WordPress Covers plugin fundamentals, how to create and customize hooks, internationalizing your site with translation files, securing plugins, how to create customer users, and ways to lock down specific areas for use in corporate settings Delves into advanced topics, including creating widgets and metaboxes, debugging, using JavaScript and AJAX, Cron integration, custom post types, short codes, multi site functions, and working with the HTTP API Includes pointers on how to debug, profile and optimize your code, and how to market your custom plugin Learn advanced plugin techniques and extend WordPress into the corporate environment.