The Waite Group's Turbo C Programming for the PC


Robert Lafore - 1987
    Assuming no prior knowledge of C, this introductory-level book demonstrates and explains how to write useful and marketable programs in Turbo C on the IBM PC, XT, AT, and PC/Z computers.

Purely Functional Data Structures


Chris Okasaki - 1996
    However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. The author includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs are easily adaptable to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.

You Can Drum But You Can't Hide


Simon Wolstencroft - 2014
    You'd expect a drummer to have better timing. Yes, he parted ways before The Patrol became the Stone Roses. Yes, he turned down The Smiths because he didn't like Morrissey's voice. Right place, right time, wrong choices. Timing is everything.But the beat goes on and while Simon Wolstencroft can see what might have been, cultivating bitterness bears no fruit. And 'Funky Si' has tasted the nectar. Spending an unlikely 11 years in The Fall and hooking up with his old mate Ian Brown during his solo days, 'You Can Drum But You Can't Hide' reflects on a life driven by a passion for playing. Taking you from the warehouses of Manchester and the beaches of Rio de Janeiro to the high rises of Tokyo, this book hands you a backstage pass to an evocative age that restored pride to the city of Manchester. With humour and detail, Si recounts a fascinating tale of drumming and drugs, friendships and fall outs, but, above all, a love of music.

Life on Two Legs


Norman J. Sheffield - 2013
    For the next 15 years, Trident Studios, was at the epicentre of the music industry, recording some of the era's greatest artists, from The Beatles and David Bowie to Elton John and Genesis. Trident also developed their own talent, including a raw and demanding four-piece band called Queen. After an acrimonious split with Trident, their volatile leader Freddie Mercury famously dedicated a song to Norman: Death On Two Legs. In Life On Two Legs, this legendary music figure breaks his forty year silence and sets the record straight, not just about Freddie and Queen but also about artists from John Lennon and Marc Bolan to Harry Nilsson and Phil Collins and the recording of such classics as Hey Jude by The Beatles and Space Oddity by David Bowie. Funny, fascinating and occasionally irreverent - and with a foreword by Sir Paul McCartney - this is an unmissable memoir that brings to vivid life some of rock's greatest characters as well as the era and the studio that produced some of its classic music.

Manifesto: A Revolutionary Approach to General Aviation Maintenance


Mike Busch - 2014
    Written in typical no-nonsense style, it lays out the basis of Mike's “minimalist” maintenance philosophy for owner-flown general aviation aircraft. An owner who follows the book's guidance can save a small fortune on maintenance costs and end up with a safer, more reliable aircraft.Owners are advised to perform the absolute least amount of maintenance required to make their aircraft safe, reliable and legal… and nothing more. The book explains in detail why engine and propeller TBOs and most other manufacturer-prescribed maintenance intervals should be disregarded. And “Manifesto” explains exactly how to do it.About the Author:Mike Busch is arguably the best-known A&P/IA in general aviation. In 2008, he was honored by the FAA as “National Aviation Maintenance Technician of the Year.” Mike has been a prolific aviation writer for more than four decades. His “Savvy Aviator” columns have appeared in numerous publications including EAA Sport Aviation, AOPA’s Opinion Leader’s Blog, AVweb, and magazines for the three largest GA type clubs (ABS, CPA, and COPA). He is renowned for his free monthly maintenance webinars and his standing-room-only forums at EAA AirVenture Oshkosh. Mike has been a pilot and aircraft owner for 45 years with 7,500+ hours logged, and he is a CFIA/I/ME. He’s founder and CEO of Savvy Aircraft Maintenance Management, Inc., the world’s largest firm providing maintenance-management services for owner-flown aircraft.

Songwriting: Essential Guide to Rhyming: A Step-By-Step Guide to Better Rhyming and Lyrics


Pat Pattison - 1991
    This book has a very specific purpose: to help songwriters find better rhymes and use them more effectively. Rhyme is one of the most crucial areas of lyrics writing, and this guide will provide all of the technical information necessary to develop your skills completely. The exercises and worksheets help experienced writers take a fresh look at their techniques, and prevent novices from developing bad habits. Use this book to start writing better than ever before!

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.

Waiting to Derail: Ryan Adams and Whiskeytown, Alt-Country's Brilliant Wreck


Thomas O'Keefe - 2018
    Lumped into the burgeoning alt-country movement, the band soon landed a major label deal and recorded an instant classic: Strangers Almanac. That's when tour manager Thomas O'Keefe met the young musician.For the next three years, Thomas was at Ryan's side: on the tour bus, in the hotels, backstage at the venues. Whiskeytown built a reputation for being, as the Detroit Free Press put it, "half band, half soap opera," and Thomas discovered that young Ryan was equal parts songwriting prodigy and drunken buffoon. Ninety percent of the time, Thomas could talk Ryan into doing the right thing. Five percent of the time, he could cover up whatever idiotic thing Ryan had done. But the final five percent? Whiskeytown was screwed.Twenty-plus years later, accounts of Ryan's legendary antics are still passed around in music circles. But only three people on the planet witnessed every Whiskeytown show from the release of Strangers Almanac to the band's eventual breakup: Ryan, fiddle player Caitlin Cary, and Thomas O'Keefe.

Project Management: Achieving Competitive Advantage


Jeffrey K. Pinto - 2006
    Cases, examples and problems from a variety of project types are used to illustrate the text.

Pro ASP.NET MVC 4


Adam Freeman - 2012
    It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET.ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.In this fourth edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourself--and put your best-learned theory into practice.The book's authors, Steve Sanderson and Adam Freeman, have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands.

Gödel, Escher, Bach: An Eternal Golden Braid


Douglas R. Hofstadter - 1979
    However, according to Hofstadter, the formal system that underlies all mental activity transcends the system that supports it. If life can grow out of the formal chemical substrate of the cell, if consciousness can emerge out of a formal system of firing neurons, then so too will computers attain human intelligence. Gödel, Escher, Bach is a wonderful exploration of fascinating ideas at the heart of cognitive science: meaning, reduction, recursion, and much more.

Morrissey: The Albums


Johnny Rogan - 2007
    Features a song-by-song analysis, a song index for easy reference, and details of compilations and live albums.

Writing Idiomatic Python 2.7.3


Jeff Knupp - 2013
    Each idiom comes with a detailed description, example code showing the "wrong" way to do it, and code for the idiomatic, "Pythonic" alternative. *This version of the book is for Python 2.7.3+. There is also a Python 3.3+ version available.* "Writing Idiomatic Python" contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way. * The "Harmful" way helps you identify the idiom in your own code. * The "Idiomatic" way shows you how to easily translate that code into idiomatic Python. This book is perfect for you: * If you're coming to Python from another programming language * If you're learning Python as a first programming language * If you're looking to increase the readability, maintainability, and correctness of your Python code What is "Idiomatic" Python? Every programming language has its own idioms. Programming language idioms are nothing more than the generally accepted way of writing a certain piece of code. Consistently writing idiomatic code has a number of important benefits: * Others can read and understand your code easily * Others can maintain and enhance your code with minimal effort * Your code will contain fewer bugs * Your code will teach others to write correct code without any effort on your part

Lulu: I Don't Want to Fight


Lulu - 2002
    At the age of 15, in 1964, Lulu - born Marie Lawrie in Glasgow - was already a star with her international hit song 'Shout'. At 18 she stole hearts as an English schoolgirl to Sidney Poitier's teacher with the movie hit 'To Sir With Love'. At 21, she married a Bee Gee, Maurice Gibb, and tied as winner of the Eurovision Song Contest with 'Boom-Bang-a-Bang'. Yet in 1993 she reached No.1 with 'Relight My Fire' (with Take That). Nearly forty years at the top of the showbiz tree, Lulu has never been afraid to experiment with new trends, and her book reflects the daring that took a girl from a Glasgow tenement to international stardom - as 'To Sir With Love' says, 'from crayons to perfume'.I DON’T WANT TO FIGHT (the title of a song Lulu wrote and Tina Turner recorded) is the devastatingly candid autobiography of a singer who has never shirked from facing anything.

Hannah Montana: Pro Vocal Series Volume 20 (Pro Vocal)


Miley Cyrus - 2007
    The book contains the lyrics, melody, and chord symbols for eight hit songs. The CD contains demos for listening and separate backing tracks so you can sing along. The CD is playable on any CD, but it is also enhanced for PC and Mac computer users so you can adjust the recording to any pitch without changing the tempo Perfect for home rehearsal, parties, auditions, corporate events, and gigs without a backup band. This volume includes 8 top hits from the show "Hannah Montana" The Best of Both Worlds * I Got Nerve * If We Were a Movie * Life's What You Make It * Nobody's Perfect * The Other Side of Me * We Got the Party * Who Said.