Book picks similar to
Assembly Language Programming For The Atari Computers by Mark Chasin
pimpin-aint-easy-but-computers-are
programming
read-as-child
read-multiple-times
Storm Gold
Lee Nelson - 1996
One of the last adn largest Spanish settlements was located on what is now the Ute Indian Reservation at Rock Creek. According to Ute legends, the biggest slaughter of white men by Indians didn't occur at the Little Big Horn, but at Rock Creek, where in 1840 nearly one thousand Spaniards were slaughtered by Indians, ending once and for all the era of the Spanish gold seekers. This story is about that last great battle, told through the eyes of Utah's favorite writer of historical fiction, Lee Nelson.
Jumping into C++
Alex Allain - 2013
As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.
Unity 3.X Game Development Essentials
Will Goldstone - 2009
With no prior knowledge of game development or 3D required, you will learn from scratch, taking each concept at a time working up to a full 3D mini-game. You'll learn scripting with C# or JavaScript and master the Unity development environment with easy-to-follow stepwise tasks. If you're a designer or animator who wishes to take their first steps into game development or prototyping, or if you've simply spent many hours sitting in front of video games, with ideas bubbling away in the back of your mind, Unity and this book should be your starting point. No prior knowledge of game production is required, inviting you to simply bring with you a passion for making great games.
Introducing Windows Azure for IT Professionals
Mitch Tulloch - 2013
It is offered for sale in print format as a convenience.Get a head start evaluating Windows Azure - with technical insights from a Microsoft MVP Mitch Tulloch. This guide introduces the latest features and capabilities, with scenario-based advice on how the platform can meet the needs of your business. Get the high-level overview you need to begin preparing your deployment now.Topics include: Understanding Windows Azure Windows Azure Compute Services Windows Azure Network Services Windows Azure Data Services Windows Azure App Services Getting Started with Windows Azure
Programming Entity Framework: DbContext
Julia Lerman - 2011
This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.With DbContext, you’ll be able to query and update data, whether you’re working with individual objects or graphs of objects and their related data. You’ll find numerous C# code samples to help you get started. All you need is experience with Visual Studio and database management basics.Use EF’s query capabilities to retrieve data, and use LINQ to sort and filter dataLearn how to add new data, and change and delete existing dataUse the Change Tracker API to access information EF keeps about the state of entity instancesControl change tracking information of entities in disconnected scenarios, including NTier applicationsValidate data changes before they’re sent to the database, and set up validation rulesBypass EF’s query pipeline and interact directly with the database
The Singing Knives (Poetry Series No 18)
Frank Stanford - 1979
THE SINGING KNIVES, originally published in 1971 by Broughton's Mill Mountain Press, is Frank Sanford's first collection of poetry. Reprinted by his own press, Lost Roads Publisher, after his death, THE SINGING KNIVES, debuts the work of a twenty-something year old boy way ahead of his time and in a state of unrest, capturing "poetry's more primal and mysterious possibilities"-David Clewell. "It is astonishing to me that I was not even aware of this superbly accomplished and moving poet. There is a great deal of pain in the poems, but it is a pain that makes sense, a tragic pain whose meaning rises from the way the poems are so firmly molded and formed from within"- James Wright.
Basic Category Theory for Computer Scientists
Benjamin C. Pierce - 1991
Assuming a minimum of mathematical preparation, Basic Category Theory for Computer Scientists provides a straightforward presentation of the basic constructions and terminology of category theory, including limits, functors, natural transformations, adjoints, and cartesian closed categories. Four case studies illustrate applications of category theory to programming language design, semantics, and the solution of recursive domain equations. A brief literature survey offers suggestions for further study in more advanced texts.
Architecting for the AWS Cloud: Best Practices (AWS Whitepaper)
Amazon We Services - 2016
It discusses cloud concepts and highlights various design patterns and best practices. This documentation is offered for free here as a Kindle book, or you can read it in PDF format at https://aws.amazon.com/whitepapers/.
Eating Chocolates and Dancing in the Kitchen: Sketches of Marriage and Family
Tom Plummer - 1997
Certain to keep readers laughing even as they are nodding over the truth of the portrayals, there are glimpses of oneself or someone you know around every turn.
Embedded Android: Porting, Extending, and Customizing
Karim Yaghmour - 2011
You'll also receive updates when significant changes are made, as well as the final ebook version. Embedded Android is for Developers wanting to create embedded systems based on Android and for those wanting to port Android to new hardware, or creating a custom development environment. Hackers and moders will also find this an indispensible guide to how Android works.
The Freshman, Book 1 (The Freshman, #1)
NOT A BOOK - 2016
In no time, the young girl meets the football player Chris and makes an enemy, Becca. She also meets Kaitlyn, a party girl, and Abbie, an art lover, who she'll share a house with. To celebrate the first day, a party is thrown on the rooftop, and Emily finds out that Chris will also be one of her roommates.Reading Progress Percentage:1) 6%2) 12%3) 18%4) 24%5) 29%6) 35%7) 41%8) 47%9) 53%10) 59%11) 65%12) 71%13) 76%14) 82%15) 88%16) 94%17) 100%
Molly Mormon
Tamra Torero - 2002
She just tries to do what is right and be herself, even if that brings ridicule from guys like Travis and Mitch. She can even handle the verbal jabs of Jennavive Taylor, the most popular girl in school. But soon Molly faces a whole new challenge. When Molly s best friend is swept away by the school's top athlete and top party guy Molly unexpectedly finds herself attracted to his best friend. Reality tells her this relationship could never work out, but her heart tells her otherwise. This enchanting, true-to-life novel takes you along on Molly's journey, where humbling Homecoming dates and heartaches are mingled with valued friendships and staying true to the truth . . . while unknowingly helping others along the way.About the Author:Tamra Norton, the mother of seven, is the full-time keeper-of the-peace of her home in Spring, Texas. She enjoys reading in the bathtub, camping in the living room, and dancing in the kitchen.
HTML Black Book: The Programmer's Complete HTML Reference Book
Steven Holzner - 2000
An immediate and comprehensive answer source, rather than a diffuse tutorial, for serious programmers who want to see difficult material covered in depth without the fluff. Discusses XML, dynamic HTML, JavaScript, Java, and Perl CGI programming to create a full Web site programming package. Written by the author of several successful titles published by The Coriolis Group.
Ray Tracing in One Weekend (Ray Tracing Minibooks Book 1)
Peter Shirley - 2016
Each mini-chapter adds one feature to the ray tracer, and by the end the reader can produce the image on the book cover. Details of basic ray tracing code architecture and C++ classes are given.