Book picks similar to
Debugging Microsoft .NET 2.0 Applications by John Robbins
not-read
favorites
not
tbr-cryptanalyst
Android Application Development for Dummies
Donn Felker - 2010
The open nature of the Android OS offers programmers the freedom to access the platform's capabilities and this straightforward guide walks you through the steps for creating amazing Android applications. Android programming expert Donn Felker explains how to download the SDK, get Eclipse up and running, code Android applications, and submit your finished products to the Android Market. Featuring two sample programs, this introductory book explores everything from the simple basics to more advanced aspects of the Android platform.Takes you soup through nuts of developing applications for the Android platform Begins with downloading the SDK, then explains how to code Android applications and submit projects to the Android Market Written by Android guru Donn Felker, who breaks every aspect of developing applications for the Android platform into easily digestible pieces No matter your level of programming experience, Android Application Development For Dummies is an ideal guide for getting started with developing applications for the Android platform.
Kindertotenwald: Prose Poems
Franz Wright - 2011
Wright’s most intimate thoughts and images appear before us in dramatic and spectral short narratives: mesmerizing poems whose colloquial sound and rhythms announce a new path for this luminous and masterful poet. In these journeys, we hear the constant murmured “yes” of creation—“it will be packing its small suitcase soon; it will leave the keys dangling from the lock and set out at last,” Wright tells us. He introduces us to the powerful presences in his world (the haiku master Basho, Nietzsche, St. Teresa of Avila, and especially his father, James Wright) as he explores the continually unfolding loss of childhood and the mixed blessings that follow it. Taken together, the pieces deliver the diary of a poet—“a fairly good egg in hot water,” as he describes himself—who seeks to narrate his way through the dark wood of his title, following the crumbs of language. “Take everything,” Wright suggests, “you can have it all back, but leave for a little the words, of all you gave the most mysteriously lasting.” With a strong presence of the dramatic in every line, Kindertotenwald pulls us deep into this journey, where we too are lost and then found again with him.
The Secret Journals of Adolf Hitler, Volume 1: The Anointed
A.G. Mogan
Presented as a personal journal, this is a fact-supported re-telling of a desperate existence, as viewed by Hitler, and tracks the points of pain that forged his beliefs. From a childhood of abuse and cheating death to an agonizing unrequited love to torturous years as a beggar in Vienna to finally finding his destiny. Enflamed by delusions, Hitler embraced the powers he believed guided his life. This is a story of dire happenstances that broke a mind and spirit, created beliefs that twisted innocence, ultimately morphing into a malicious brew that changed the world forever. This is the one story that's never been told.If you liked The Anointed, you will also like Volume 2, The Struggle.
AWS Well-Architected Framework (AWS Whitepaper)
Amazon Web Services - 2015
By using the Framework you will learn architectural best practices for designing and operating reliable, secure, efficient, and cost-effective systems in the cloud.
Who Are You: The Life of Pete Townshend
Mark Wilkerson - 2006
Author Mark Wilkerson interviewed Townshend himself and several of Townshend's friends and associates for this biography.
The Ruby Way: Solutions and Techniques in Ruby Programming
Hal Fulton - 2001
This practical "how-to" handbook, written by experienced programmer Hal Fulton, has been updated to not only explain the newest features of Ruby, but also to show how people use Ruby today, including coverage of Ruby on Rails.
UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design
Jim Arlow - 2001
Even for people not working with the Unified Process, the book is still of great use. UML 2 and the Unified Process, Second Edition is a must-read for every UML 2 beginner and a helpful guide and reference for the experienced practitioner."--Roland Leibundgut, Technical Director, Zuehlke Engineering Ltd."This book is a good starting point for organizations and individuals who are adopting UP and need to understand how to provide visualization of the different aspects needed to satisfy it. "--Eric Naiburg, Market Manager, Desktop Products, IBM Rational SoftwareThis thoroughly revised edition provides an indispensable and practical guide to the complex process of object-oriented analysis and design using UML 2. It describes how the process of OO analysis and design fits into the software development lifecycle as defined by the Unified Process (UP). UML 2 and the Unified Process contains a wealth of practical, powerful, and useful techniques that you can apply immediately. As you progress through the text, you will learn OO analysis and design techniques, UML syntax and semantics, and the relevant aspects of the UP. The book provides you with an accurate and succinct summary of both UML and UP from the point of view of the OO analyst and designer.This book providesChapter roadmaps, detailed diagrams, and margin notes allowing you to focus on your needs Outline summaries for each chapter, making it ideal for revision, and a comprehensive index that can be used as a reference New to this edition:Completely revised and updated for UML 2 syntax Easy to understand explanations of the new UML 2 semantics More real-world examples A new section on the Object Constraint Language (OCL) Introductory material on the OMG's Model Driven Architecture (MDA) The accompanying website providesA complete example of a simple e-commerce system Open source tools for requirements engineering and use case modeling Industrial-strength UML course materials based on the book
In the Beginning...Was the Command Line
Neal Stephenson - 1999
And considering that the "one man" is Neal Stephenson, "the hacker Hemingway" (Newsweek) -- acclaimed novelist, pragmatist, seer, nerd-friendly philosopher, and nationally bestselling author of groundbreaking literary works (Snow Crash, Cryptonomicon, etc., etc.) -- the word is well worth hearing. Mostly well-reasoned examination and partial rant, Stephenson's In the Beginning... was the Command Line is a thoughtful, irreverent, hilarious treatise on the cyber-culture past and present; on operating system tyrannies and downloaded popular revolutions; on the Internet, Disney World, Big Bangs, not to mention the meaning of life itself.
Music for the People: The Pleasures and Pitfalls of Classical Music
Gareth Malone - 2011
In this funny, evocative, personal book, Gareth takes us on a journey of musical discovery that explains and entertains in equal measure. Over the course of three series of the Bafta award-winning The Choir, Gareth has unearthed a passion for classical music in schoolchildren, reluctant teenage boys, and even a whole town. With his infectious enthusiasm and gift for explanation, Gareth's very personal narrative takes you by the hand and leads you through a world of eccentric composers, flamboyant conductors, troubled geniuses and all the colourful personalities that make up the story of Classical Music. It will also provide a foundation of classical music understanding and give the reader the tools to appreciate a whole new world of music. So whether you want to expand your horizons, spend time with the great composers, introduce an almost infinite variety into your iPod playlist, or are just curious about what you might be missing out on, Music for The People will leave you entertained, informed and completely inspired.
Growing Object-Oriented Software, Guided by Tests
Steve Freeman - 2009
This one's a keeper." --Robert C. Martin "If you want to be an expert in the state of the art in TDD, you need to understand the ideas in this book."--Michael Feathers Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this simple idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and "grow" software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you'll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD--from integrating TDD into your processes to testing your most difficult features. Coverage includes - Implementing TDD effectively: getting started, and maintaining your momentum throughout the project - Creating cleaner, more expressive, more sustainable code - Using tests to stay relentlessly focused on sustaining quality - Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project - Using Mock Objects to guide object-oriented designs - Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency
Ruby for Rails: Ruby Techniques for Rails Developers
David A. Black - 2006
That means you can't tap into the full power of Rails unless you master the Ruby language. ""Ruby for Rails,"" written by Ruby expert David Black (with a forward by David Heinemeier Hansson), helps Rails developers achieve Ruby mastery. Each chapter deepens your Ruby knowledge and shows you how it connects to Rails. You'll gain confidence working with objects and classes and learn how to leverage Ruby's elegant, expressive syntax for Rails application power. And you'll become a better Rails developer through a deep understanding of the design of Rails itself and how to take advantage of it.Newcomers to Ruby will find a Rails-oriented Ruby introduction that's easy to read and that includes dynamic programming techniques, an exploration of Ruby objects, classes, and data structures, and many neat examples of Ruby and Rails code in action. ""Ruby for Rails"": the Ruby guide for Rails developers!What's Inside Classes, modules, and objects Collection handling and filtering String and regular expression manipulation Exploration of the Rails source code Ruby dynamics Many more programming concepts and techniques!
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.
Clojure Applied: From Practice to Practitioner
Ben Vandgrift - 2015
You want to develop software in the most effective, efficient way possible. This book gives you the answers you’ve been looking for in friendly, clear language.We’ll cover, in depth, the core concepts of Clojure: immutable collections, concurrency, pure functions, and state management. You’ll finally get the complete picture you’ve been looking for, rather than dozens of puzzle pieces you must assemble yourself. First, we focus on Clojure thinking. You’ll discover the simple architecture of Clojure software, effective development processes, and how to structure applications. Next, we explore the core concepts of Clojure development. You’ll learn how to model with immutable data; write simple, pure functions for efficient transformation; build clean, concurrent designs; and structure your code for elegant composition. Finally, we move beyond pure application development and into the real world. You’ll understand your application’s configuration and dependencies, connect with other data sources, and get your libraries and applications out the door.Go beyond the toy box and into Clojure’s way of thinking. By the end of this book, you’ll have the tools and information to put Clojure’s strengths to work.https://pragprog.com/book/vmclojeco/c...
The C# Programming Yellow Book
Rob Miles - 2010
With jokes, puns, and a rigorous problem solving based approach. You can download all the code samples used in the book from here: http://www.robmiles.com/s/Yellow-Book...
Ratchet Bitches
Tiece - 2013
She’s the pill popping, weed smoking, rebellious wild child out of the five sisters. Abandoning her children on her parents and dissing her sisters at any given time is nothing out of the ordinary for her. She’s headed downhill fast since she can’t seem to get it together while the family struggles to accept the person that she has become. As a few of the sisters spend a nice evening together they find out that Bianca has been in a horrific accident. This ultimately brings the sisters together, only to inevitably tear them apart. As the drama unfolds, secrets are exposed, causing a rift between the sisters that they may never be able to recover from. Deception, shame, disgrace, and blame are just a few of their faults. Is blood really thicker than water? The Ware sisters will soon find out. This stunning tale takes you into the world of Ratchet Bitches and how low some will go to get what they want and with Bianca lurking there is no limit on how Ratchet one can truly be.