Staring at Sound: The True Story of Oklahoma's Fabulous Flaming Lips


Jim DeRogatis - 2006
    The album sold a million copies worldwide, introduced the Flaming Lips to a mass audience, and made them one of the best-known cult bands in rock history.Staring at Sound is the tale of the Flaming Lips's fascinating career (which, in reality, began in 1983) and the many colorful personalities in their orbit, especially Wayne Coyne, their charismatic and visionary founder. Based on hundreds of hours of interviews with the band, it follows the Flaming Lips through the thriving indie-rock underground of the 1980s and the alternative-rock movement of the early '90s, during which they found fans in such rock legends as Paul McCartney, the Rolling Stones, Robert Plant, and Devo, and respected peers in such acts as the White Stripes, Radiohead, and Beck. It concludes with exclusive coverage of the creation of the group's latest album, At War with the Mystics.

Pro ASP.NET MVC 3 Framework


Adam Freeman - 2011
    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 4-->--> In this third 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 yourselfand 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. -->What you'll learn-->Gain a solid architectural understanding of ASP.NET MVC 3, including basic MVC Explore the entire ASP.NET MVC Framework See how MVC and test-driven development work in action Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MVC Learn about the latest security and deployment issues, including those related to IIS 7 -->Who this book is for-->This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 3 Framework. -->Table of Contents-->Part 1--> 1. The Big Idea--> 2. Getting Ready --> 3. Your First MVC Application--> 4. The MVC Pattern--> 5. Essential Language Features--> 6. Essential Tools for MVC--> 7. SportsStore I A Real Application--> 8. SportsStore II Navigation & Cart--> 9. SportsStore III - Administration-->--> Part 2--> 10. Overview of MVC projects--> 11. URLs, Routing & Areas--> 12. Controllers & Actions--> 13. Filters--> 14. Controller Extensibility--> 15. Views--> 16. Model Templates--> 17. Model Binding--> 18. Model Validation--> 19. Unobtrusive Ajax--> 20. jQuery -->--> Part 3.--> 21. Security --> 22. Authentication & Authorization--> 23. Deployment

How We Lead: Canada in a Century of Change


Joe Clark - 2013
    In the world that is taking shape, the unique combination of Canada's success at home as a diverse society and its reputation internationally as a sympathetic and respected partner consititute national assets that are at least as valuable as its natural resource wealth. As the world becomes more competitive and complex, and the chances of deadly conflict grow, the example and the initiative of Canada can become more important than they have ever been. That depends on its people: assets have no value if Canadians don't recognize or use them, or worse, if they waste them. A more effective Canada is not only a benefit to itself, but to its friends and neighbours. And in this compelling examination of what it as a nation has been, what it has become and what it can yet be to the world, Joe Clark takes the reader beyond formal foreign policy and looks at the contributions and leadership offered by Canada's most successful individuals and organizations who are already putting these uniquely Canadian assets to work internationally.

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/.

How Obama Betrayed America....And No One Is Holding Him Accountable


David Horowitz - 2013
    is so guilty for past transgressions that it deserves to be chastened on the world stage. As David Horowitz shows in this no holds barred pamphlet, minimizing the Islamist threat to the United States is not an oversight of the Obama administration; it is policy. The most dangerous Islamist regime, Iran, is being allowed to acquire nuclear weapons while Washington dithers over pointless negotiations and stands by as the mullahs fill the vacuum in Iraq created by the withdrawal of all American forces, against the advice of the Joint Chiefs of Staff. In Afghanistan, supposedly the "good war," victory is not an option; the Taliban licks its chops and waits for American troops to leave in ignominy. Meanwhile, this White House has facilitated the rise of the Muslim Brotherhood throughout the Middle East, helping it come to power in Cairo, bankrolling it and giving it F-16s that are likely someday to be used against Israel, and displayed weakness in Syria by ignoring "red lines" it said would never be crossed. It is a low point for America, as David Horowitz shows, with Republicans, traditionally the party of strong national security, offering only an echo, not a choice in American foreign policy, watching in a state of policy paralysis as Obama appeases our enemies and enables their evil ambitions.

Node: Up and Running: Scalable Server-Side Code with JavaScript


Tom Hughes-Croucher - 2011
    You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you'll also have more flexibility in choosing how to divide application logic between client and server.Written by a core contributor to the framework, Node: Up and Running shows you how Node scales up to support large numbers of simultaneous connections across multiple servers, and scales down to let you create quick one-off applications with minimal infrastructure. Built on the V8 JavaScript engine that runs Google Chrome, Node is already winning the hearts and minds of many companies, including Google and Yahoo! This book shows you why.Understand Node's event-loop architecture, non-blocking I/O, and event-driven programmingDiscover how Node supports a variety of database and data storage toolsLearn best practices for writing easy-to-maintain code for NodeGet concrete examples of how to use the various Node APIs in practiceTake advantage of the book’s complete API reference

Introducing Elixir: Getting Started in Functional Programming


Simon St.Laurent - 2013
    If you're new to Elixir, its functional style can seem difficult, but with help from this hands-on introduction, you'll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby and reaches toward metaprogramming with powerful macro features.Authors Simon St. Laurent and J. David Eisenberg show you how to write simple Elixir programs by teaching you one skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Elixir is ideal for concurrency and resilience.* Get comfortable with IEx, Elixir's command line interface* Become familiar with Elixir’s basic structures by working with numbers* Discover atoms, pattern matching, and guards: the foundations of your program structure* Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions* Create processes, send messages among them, and apply pattern matching to incoming messages* Store and manipulate structured data with Erlang Term * Storage (ETS) and the Mnesia database* Build resilient applications with the Open Telecom Platform (OTP)* Define macros with Elixir's meta-programming tools.

Your Pregnancy Week by Week


Lesley Regan - 2005
    Stunning state-of-the-art imagery and specialist up-to-the-minute research and information describes your baby's remarkable progress in the womb. With clear, authoritative advice that demystifies complex medical jargon, this is an essential guide for every parent-to-be during this extraordinary and wonderful time.

Ctrl+Shift+Enter Mastering Excel Array Formulas: Do the Impossible with Excel Formulas Thanks to Array Formula Magic


Mike Girvin - 2013
    Beginning with an introduction to array formulas, this manual examines topics such as how they differ from ordinary formulas, the benefits and drawbacks of their use, functions that can and cannot handle array calculations, and array constants and functions. Among the practical applications surveyed include how to extract data from tables and unique lists, how to get results that match any criteria, and how to utilize various methods for unique counts. This book contains 529 screen shots.

The Making of the Masters: Clifford Roberts, Augusta National, and Golf's Most Prestigious Tournament


David Owen - 1999
    For any golf fan, the words evoke the immortal greats of the game and their quest for the most prized trophy of all -- the green jacket of Augusta National Golf Club. But behind the legendary links and timeless traditions is one of the most overlooked and misunderstood figures in the history of the Masters and Augusta National: Clifford Roberts, the club's chairman from its founding in 1931 until shortly before his death in 1977. Roberts' meticulous attention to detail, his firm authoritarian hand, and his refusal to settle -- even for perfection -- helped build the Masters into the tournament it is today, and Augusta National into every golfer's idea of heaven on earth. David Owen was granted unprecedented access to the archives and records of Augusta National Golf Club. He has produced an honest and affectionate chronicle of the Masters, from its conception to its modern greatness, and a fascinating portrayal of Clifford Roberts -- whose perseverance and pride forged the Augusta National we know today.

The Power Source: The Hidden Key to Ignite Your Core, Empower Your Body, Release Stress, and Realign Your Life


Lauren Roxburgh - 2019
    We're constantly distracted by ailments we can't quite seem to fix. Body alignment expert Lauren Roxburgh believes that all of these problems can be solved by first unlocking the foundation of your mental and physical health: the pelvic floor. Located at the root of our pelvis, it determines how firm our core is, how we handle stress, and how much energy reaches the rest of our body. Without addressing the health of our pelvic floor, we are all missing out on a powerful key component of our overall physical, emotional, and spiritual health. Roxburgh presents an entirely new approach to building well-being--one based on a strong pelvic floor, open energy channels, and a clear mind.The Power Source offers a deep understanding of how to cultivate this strength by following a holistic, multisensory program. Starting with the pelvic floor, Roxburgh focuses on the five power centers that can be harnessed throughout the body:The pelvic floorThe deep coreThe upper coreThe heart and shouldersThe head, neck, and jawWith targeted exercises to encourage healing movement, nourishing recipes--from a Confidence-Boosting Tonic to Root-Rejuvenating Bone Broth--and holistic therapies that include visualizations, aromatherapy, and more, Roxburgh gives a full toolbox to realign your body and your life.

Clojure Programming


Chas Emerick - 2011
    This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know already, in the domains and topics you work with every day. See how this JVM language can help eliminate unnecessary complexity from your programming practice and open up new options for solving the most challenging problems. Clojure Programming demonstrates the language's flexibility by showing how it can be used for common tasks like web programming and working with databases, up through more demanding applications that require safe, effective concurrency and parallelism, data and statistical analysis, and more. This in-depth look helps tie together the full Clojure development experience, from how to organize your project and an introduction to Clojure build tooling, to a tutorial on how to make the most of Clojure’s REPL during development, and how to deploy your finished application in a cloud environment.Learn how to use Clojure without losing your investment in the Java platform Understand the advantages of Clojure as an efficient Lisp for the JVM See how Clojure is used today in several practical domains Discover how Clojure eliminates the need for many verbose and complicated design patterns Deploy large web applications across tens or hundreds of cloud nodes with Clojure

Chronicles of Ninjago: An Official Handbook (LEGO Ninjago)


Tracey West - 2014
    The book also includes a special sneak peek at season five of the TV show. It's everything kids need to master the world of Spinjitzu.

The Road to Culloden Moor: Bonnie Prince Charlie and the 1745 Rebellion


Diana Preston - 1996
    

Disciplined Agile Delivery: A Practitioner's Guide to Agile Software Delivery in the Enterprise


Scott W. Ambler - 2012
    Mainstream agile approaches that are indeed suitable for small projects require significant tailoring for larger, complex enterprise projects. In "Disciplined Agile Delivery," Scott W. Ambler and Mark Lines introduce IBM's breakthrough Disciplined Agile Delivery (DAD) process framework, which describes how to do this tailoring. DAD applies a more disciplined approach to agile development by acknowledging and dealing with the realities and complexities of a portfolio of interdependent program initiatives. Ambler and Lines show how to extend Scrum with supplementary agile and lean strategies from Agile Modeling (AM), Extreme Programming (XP), Kanban, Unified Process (UP), and other proven methods to provide a hybrid approach that is adaptable to your organization's unique needs. They candidly describe what practices work best, why they work, what the trade-offs are, and when to consider alternatives, all within the context of your situation. "Disciplined Agile Delivery "addresses agile practices across the entire lifecycle, from requirements, architecture, and development to delivery and governance. The authors show how these best-practice techniques fit together in an end-to-end process for successfully delivering large, complex systems--from project initiation through delivery. Coverage includesScaling agile for mission-critical enterprise endeavorsAvoiding mistakes that drive poorly run agile projects to chaosEffectively initiating an agile projectTransitioning as an individual to agileIncrementally building consumable solutionsDeploying agile solutions into complex production environmentsLeveraging DevOps, architecture, and other enterprise disciplinesAdapting your governance strategy for agile projects Based on facts, research, and extensive experience, this book will be an indispensable resource for every enterprise software leader and practitioner--whether they're seeking to optimize their existing agile/Scrum process or improve the agility of an iterative process.