Heir to a Dream


Pete Maravich - 1987
    His faith experience several years later--which literally turned his life around--is chronicled. 8-page photograph insert.

The Useful Idiot: How Donald Trump Killed the Republican Party with Racism, the Rest of Us with Coronavirus, And Why We Aren’t Done With Him Yet


S.V. Date - 2021
    

Songs of Silence


Curdella Forbes - 2003
    Held together by the sure and simple voice of a child, this powerful collection is interspersed with the whisper of adult reflection, rendering the accounts at once sensuous and disarmingly honest.Inhabiting an elusive space between what is said and what is felt, what is conveyed and what is perceived, silence becomes a metaphor of rage and fear, of loneliness and contentment, confusion and clarification in these songs that explore social change and individual growth.Oscillating between Creole and Standard English, Songs of Silence is an accomplished piece of writing distinguished by an extraordinary sophistication of language and stylistic confidence. Relayed with a rare intimacy and detail, recollections are translated into a series of tales in which the narrator becomes a mouthpiece for a multiplicity of voices, each with their own story to tell.This novel comprises a series of eight linked episodes, all of which focus on different members of a rural community in Jamaica, seen through the eyes of a young girl growing up and remembered by the adult she became.

Types and Programming Languages


Benjamin C. Pierce - 2002
    The study of type systems--and of programming languages from a type-theoretic perspective--has important applications in software engineering, language design, high-performance compilers, and security.This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.

Death of a Dream


Paul LaRosa - 2008
     She was a gifted midwestern beauty, the daughter of Ohio State University's marching band director: to dance on Broadway. Soon after high school graduation, Catherine left Columbus for New York City, determined to be a star. Three years later, she was dead -- murdered in cold blood in her East Side apartment. The shocking revelations that emerged from the police investigation made tabloid headlines: few knew that the struggling artist paid her bills by dancing in a topless club. But there was another hidden facet to Catherine's life -- a shattering love triangle with two men, one of whom would ultimately be convicted of her brutal stabbing death. It's a chilling account of obsession, violence, and the surprising, minute evidence on which the entire case hinged. For a talented young woman reaching for the top, and the heartbroken family she left behind, it is truly the death of a dream.

Beginning C++ Through Game Programming


Michael Dawson - 2004
    If you aspire to move from game player to game creator, it all starts with learning the fundamentals of C++ and game-programming basics. With BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION, you will find an up-to-date and thorough introduction to everything you need to get started—with no previous programming experience required. In the new fourth edition of this popular guide to learning C++, you will work with a complete program while learning each new concept and a game program at the end of each chapter. A final game project at the end of the book draws together everything you’ve learned. Written with the beginning programmer in mind, BEGINNING C++ THROUGH GAME PROGRAMMING, FOURTH EDITION is a great way to get started in game programming

The Collected Oscar Wilde


Oscar Wilde - 2007
    This volume features a wide selection of Wilde’s literary output, including the comic masterpiece The Importance of Being Earnest, an immensely popular play filled with satiric epigrams that mercilessly expose Victorian hypocrisy; The Portrait of Mr. W. H., a story proposing that Shakespeare’s sonnets were inspired by the poet’s love for a young man; The House of Pomegranates, the author’s collection of fairy tales; lectures Wilde delivered, first in the United States, where he exhorted his audiences to love beauty and art, and then in England, where he presented his impressions of America; his two major literary-theoretical works, “The Decay of Lying” and “The Critic as Artist”; and a selection of verse, including his great poem The Ballad of Reading Gaol, in which Wilde famously declared that “each man kills the thing he loves.” A testament to Wilde’s incredible versatility, this collection displays his legendary wit, brilliant use of language, and penetrating insight into the human condition.

Java Performance: The Definitive Guide


Scott Oaks - 2014
    Multicore machines and 64-bit operating systems are now standard even for casual users, and Java itself has introduced new features to manage applications. The base JVM has kept pace with those developments and offers a very different performance profile in its current versions. By guiding you through this changing landscape, Java Performance: The Definitive Guide helps you gain the best performance from your Java applications.You’ll explore JVM features that traditionally affected performance—including the just-in-time compiler, garbage collection, and language features—before diving in to aspects of Java 7 and 8 designed for maximum performance in today's applications. You’ll learn features such as the G1 garbage collector to maximize your application’s throughput without causing it to pause, and the Java Flight Recorder, which enables you to see application performance details without the need for separate, specialized profiling tools.Whether you’re new to Java and need to understand the basics of tuning the JVM, or a seasoned developer looking to eek out that last 10% of application performance, this is the book you want.

Housewife Down


Alison Penton Harper - 2005
    When Robert is killed in a freak accident, Helen begins to rekindle relationships with old friends and close family.

JavaScript: The Good Parts


Douglas Crockford - 2008
    This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

Round About a Pound a Week


Maud Pember Reeves - 1913
    In 1913 they published this unique record in Round About a Pound a Week. We learn about family life, births, marriages and deaths; of grinding work carried out on a diet of little more than bread, jam and margarine. We learn how they coped with damp, vermin and bedbugs; how they slept - four to a bed, in banana crates; how they washed, cooked, cleaned, scrimped for furniture and clothes, saved for all too frequent burials...This classic text is one of the most important and vivid historical portraits of the daily life of working people in the early part of the twentieth century.

Testable JavaScript


Mark Ethan Trostler - 2012
    This book shows you what writing and maintaining testable JavaScript for the client- or server-side actually entails, whether you’re creating a new application or rewriting legacy code.From methods to reduce code complexity to unit testing, code coverage, debugging, and automation, you’ll learn a holistic approach for writing JavaScript code that you and your colleagues can easily fix and maintain going forward. Testing JavaScript code is complicated. This book helps you simply the process considerably.Get an overview of Agile, test-driven development, and behavior-driven developmentUse patterns from static languages and standards-based JavaScript to reduce code complexityLearn the advantages of event-based architectures, including modularity, loose coupling, and reusabilityExplore tools for writing and running unit tests at the functional and application levelGenerate code coverage to measure the scope and effectiveness of your testsConduct integration, performance, and load testing, using Selenium or CasperJSUse tools for in-browser, Node.js, mobile, and production debuggingUnderstand what, when, and how to automate your development processes

Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel and VBA


Stephen Bullen - 2005
    It has become adevelopment platform in it own right. Applications written using Excel are partof many corporations' core suites of business-critical applications. In spite ofthis, Excel is too often thought of as a hobbyist's platform. While there arenumerous titles on Excel and VBA, until now there have been none thatprovide an overall explanation of how to develop professional-quality Excel-basedapplications. All three authors are professional Excel developers who runtheir own companies developing Excel-based apps for clients ranging fromindividuals to the largest multinational corporations. In this book they showhow anyone from power users to professional developers can increase thespeed and usefulness of their Excel-based apps.

Eye Scream


Henry Rollins - 1996
    I was crossing America constantly andexperiencing the morality shifts, attitudes, and rituals in different partsof the country - the difference in the way people were in the Bible Belt asopposed to New York City, the way blacks and whites interfaced, theintolerance of homosexuality, the morality plays. I started to become awareof how brutal the country is and how much ferocity, cruelty, and oppressionare inherent in the culture and how much of it was in me. I wanted todocument it and create a book that brought the whole thing to a boil and see where it left me off. In the summer of 1995, I finished the book and startedto edit. Re-reading the manuscript over and over, I realized all the things Ihad picked up over a decade of playing Devil's advocate and it was inspiringbecause it clearly defined who my enemies are. As an American, I feel itimpossible not to be infuriated by the way things are and have been. I refuseto be happy about the day-to-day and go along with it. There's too muchspitting in my face and too much spitting in the faces of people who don'tknow any other way of life. This book is brutal, and at times, funny. I knowthat I will probably get a ton of shit for Eye Scream. Enjoy, or betteryet... don't." ---- Henry Rollins

Among the Hoods: My Years with a Teenage Gang


Harriet Sergeant - 2012
    It was an unlikely friendship. She is a middle class, middle-aged white woman who writes for the right-wing press and a right of centre think tank. Gangs like Tuggy Tug's are responsible for the majority of crime in our inner cities. During the riots of August 2011, they were the young men setting our streets ablaze.Over the next three years she got more and more involved with the boys. All the issues she had read about - single mothers, absent fathers, lack of education and social mobility, the criminal justice system - suddenly took on new meaning as she encountered not just Tuggy Tug and his gang but their relatives and friends. She enters their world and sees institutions through their eyes. It is a revelation.She describes a dramatic three years. By the end of the book Tuggy Tug was found guilty of committing over a hundred street robberies. He and two other gang members are in prison, one is in mental hospital and one appears to be a successful criminal. In a remarkable, often funny and moving book, Harriet Sergeant describes how the friendship changed her and investigates the forces that turn potentially decent young men into misfits and criminals. As Britain faces the first anniversary of the riots, this book should be required reading for us all.