The Complete Guide to High-End Audio


Robert Harley - 1995
    With this book, discover how to get the best sound for your money, how to identify the weak links in your system and upgrade where it will do the most good, how to set up and tweak your system for maximum performance, and how to become a more perceptive and appreciative listener. Just a few of the secrets you will learn cover high-end sound on a budget, how to do it cheap and still do it right; five system set-up mistakes and how to avoid them; how to make your speakers sound up to 50% better, at no cost; how to choose and set up a computer-based music system; how to find the one speaker in 50 worth owning; and why all 100-watt amplifiers don't sound the same. Since the first edition's publication in 1994, The Complete Guide to High-End Audio has been considered the essential reference on high-quality music reproduction, with more than 150,000 copies sold in five languages.

How to Count (Programming for Mere Mortals, #1)


Steven Frank - 2011
    unsigned numbers- Floating point and fixed point arithmeticThis short, easily understood book will quickly get you thinking like a programmer.

The Will to Lead, the Skill to Teach: Transforming Schools at Every Level


Anthony Muhammad - 2011
    The authors acknowledge both the structural and sociological issues that contribute to low-performing schools and offer multiple tools and strategies to assess and improve classroom management, increase literacy, establish academic vocabulary, and contribute to a healthier school culture.

Laravel: Up and Running: A Framework for Building Modern PHP Apps


Matt Stauffer - 2016
    This rapid application development framework and its vast ecosystem of tools let you quickly build new sites and applications with clean, readable code. With this practical guide, Matt Stauffer--a leading teacher and developer in the Laravel community--provides the definitive introduction to one of today's most popular web frameworks.The book's high-level overview and concrete examples will help experienced PHP web developers get started with Laravel right away. By the time you reach the last page, you should feel comfortable writing an entire application in Laravel from scratch.Dive into several features of this framework, including:Blade, Laravel's powerful, custom templating toolTools for gathering, validating, normalizing, and filtering user-provided dataLaravel's Eloquent ORM for working with the application's databasesThe Illuminate request object, and its role in the application lifecyclePHPUnit, Mockery, and PHPSpec for testing your PHP codeLaravel's tools for writing JSON and RESTful APIsInterfaces for file system access, sessions, cookies, caches, and searchTools for implementing queues, jobs, events, and WebSocket event publishingLaravel's specialty packages: Scout, Passport, Cashier, Echo, Elixir, Valet, and Socialite

More Teacher Misery: Nutjob Teachers, Torturous Training, & Even More Bullshit


Jane Morris - 2018
    With topics such as pointless professional development where the author learned how to make bird noises, insanely incompetent teachers who make the good ones look bad, the shit parades that are parent conferences, lack of discipline even for kids who attack people with weapons, outrageous parent requests such as checking the size and color of a teenager's poop, this follow-up to the wildly popular memoir Teacher Misery does not disappoint! Think the stories in Teacher Misery were crazy? Just wait till you read More Teacher Misery!"Morris opens up about the comical misery that has become the teaching profession-giving a voice to teachers everywhere." Parent Herald"One of the funniest teacher books you'll ever read!" Bored Teachers"The stories that Morris tells about the school system are riveting. The antics and violence and outright stupidity that she and other teachers have had to endure are outright insane -- some of it is so crazy it's almost unbelievable." Mission Incomplete"A must read for every single human being on this world, from teachers to parents, students, administrators,  just name it. Let me be honest, nonfiction kind of book is not my cup of tea, but this book is simply amazing, hilarious, keep surprising me non stop!" Jessica's Book Blog"This one is just the most hilarious and heart-breaking ever! Laugh out loud funny!" Teachers Are Terrific"Her stories are so ridiculous, that a non-educator might actually believe they're fabricated. Unfortunately, those of us who are on the inside know it's all too real. Her stories are laugh out loud funny, touching, and at times, maddening." Having a Mom Moment"This book is a great read and a real eye-opener." Carpe Librum"I recommend this book for many reasons. Morris is a great writer who did a great job at presenting her case. She is funny and entertaining. She is above all honest with her interpretation and the things that she sees around her. I liked the variation in text and material. Overall, this books needs to be spread around the country. She isn't the only person that feels this way. There are thousands of other people out there like her and their voices need to be heard." The Next Book on my List"This book was a HILARIOUS read!" The Simply Organized Teacher"I dare you not to laugh out loud!" Robin O'Bryant, New York Times bestselling author of Ketchup is a Vegetable and Other Lies Moms Tell Themselves "Jane is a gifted storyteller, you will chuckle and you will sig. The perfect gift for your kid's teacher or a teacher friend!" Joyce Kaufman, EdD, Host of The Joyce Kaufman Show, Newstalk 850 WFTL "Jane Morris gives us a beautifully written exposé about the worst sides of today's students, parents and school administrators." Bruce Tulgan, bestselling author of Not Everyone Gets a Trophy: How to Manage the Millenials "Jane Morris lifts the curtain on the horror teachers in our country face every day." Laurie Notaro, New York Times bestselling author of The Idiot Girls' Action-Adventure Club "The stories Morris tells are unbelievable and yet, I'm positive they're true." Jen Mann, New York Times bestselling author of People I Want to Punch in the Throat "Morris dishes on the truth about trying to teach in this culture and it is hilarious, informative, and insightful." Stefanie Wilder Taylor, New York Times bestselling author of Sippy Cups Are Not for Chardonnay "A compelling answer to anyone thoughtless enough to assert that teachers have it easy.

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.

Inventing the Internet


Janet Abbate - 1999
    In Inventing the Internet, Janet Abbate recounts the key players and technologies that allowed the Internet to develop; but her main focus is always on the social and cultural factors that influenced the Internets design and use. The story she unfolds is an often twisting tale of collaboration and conflict among a remarkable variety of players, including government and military agencies, computer scientists in academia and industry, graduate students, telecommunications companies, standards organizations, and network users.The story starts with the early networking breakthroughs formulated in Cold War think tanks and realized in the Defense Department's creation of the ARPANET. It ends with the emergence of the Internet and its rapid and seemingly chaotic growth. Abbate looks at how academic and military influences and attitudes shaped both networks; how the usual lines between producer and user of a technology were crossed with interesting and unique results; and how later users invented their own very successful applications, such as electronic mail and the World Wide Web. She concludes that such applications continue the trend of decentralized, user-driven development that has characterized the Internet's entire history and that the key to the Internet's success has been a commitment to flexibility and diversity, both in technical design and in organizational culture.

The Adobe Photoshop Layers Book


Matt Kloskowski - 2008
    From working with and managing multiple layers to using layers to enhance and retouch photos, this Photoshop guru covers it all.

Tactical Barbell: Mass Protocol


K Black - 2019
    

Absolute Beginner's Guide to C


Greg Perry - 1993
    This bestseller talks to readers at their level, explaining every aspect of how to get started and learn the C language quickly. Readers also find out where to learn more about C. This book includes tear-out reference card of C functions and statements, a hierarchy chart, and other valuable information. It uses special icons, notes, clues, warnings, and rewards to make understanding easier. And the clear and friendly style presumes no programming knowledge.

AA The Highway Code: Essential for All Drivers


A.A. Publishing - 2007
    Also included are guidelines detailing what to expect on the driving test, practical information on different stages of the test, and additional information such as route planning and UK mapping.

Magnum! The Wild Weasels in Desert Storm. The Elimination of Iraq's Air Defence


Braxton R. Eisel - 2009
    Building upon that record and the recollections of other F-4G Wild Weasel aircrew, the authors show a slice of what life and war was like during that time. The pawns in the game, the ones that had to actually do the fighting and dying were the hundreds of thousands of men and women who left their homes and families to live for seemingly endless months in the vast, trackless desert while the world stage-play unfolded. To them, the war was deeply personal. At times, the war was scary; at other times, it was funny as hell. Usually, if you survive the former, it turns into the latter.

Young People, Ethics, and the New Digital Media: A Synthesis from the Good Play Project


Carrie James - 2009
    This report, part of the GoodPlay Project, undertaken by researchers at Harvard Graduate School of Education's Project Zero, investigates the ethical fault lines of such digital pursuits. The authors argue that five key issues are at stake in the new media: identity, privacy, ownership and authorship, credibility, and participation. Drawing on evidence from informant interviews, emerging scholarship on new media, and theoretical insights from psychology, sociology, political science, and cultural studies, the report explores the ways in which youth may be redefining these concepts as they engage with new digital media. The authors propose a model of "good play" that involves the unique affordances of the new digital media; related technical and new media literacies; cognitive and moral development and values; online and offline peer culture; and ethical supports, including the absence or presence of adult mentors and relevant educational curricula. This proposed model for ethical play sets the stage for the next part of the GoodPlay project, an empirical study that will invite young people to share their stories of engagement with the new digital media.The John D. and Catherine T. MacArthur Foundation Reports on Digital Media and Learning