The Strings are False


Book Description

The Strings are False is Louis MacNeice's unfinished autobiography. Written when MacNeice was a young man it was only discovered and published after his death in 1963. Described by Geoffrey Grigson in the Guardian as 'the best thing Louis MacNeice ever wrote in prose' The Strings are False is being reissued in MacNeice's centenary year with a new preface by Derek Mahon.




The False Princess


Book Description

Princess and heir to the throne of Thorvaldor, Nalia has led a privileged life at court. But everything changes when she learns, just after her sixteenth birthday, that she is a false princess, a stand-in for the real Nalia, who has been hidden away for her protection. Cast out with little more than the clothes on her back, the girl now called Sinda must leave behind the city, her best friend, Kiernan, and the only life she's ever known. Sent to live with her only surviving relative—a cold, scornful woman with little patience for her newfound niece—Sinda proves inept at even the simplest tasks. Then she discovers that magic runs through her veins—long-suppressed, dangerous magic that she must learn to control—and she realizes that she will never learn to be just a simple village girl. Sinda returns to the city to seek answers. Instead, she rediscovers the boy who refused to forsake her, and uncovers a secret that could change the course of Thorvaldor's history forever. An intricately plotted and completely satisfying adventure, The False Princess is both an engaging tale in the tradition of great fantasy novels and a story never before told that will enchant—and surprise—its readers.




The Strad


Book Description




Meantone Temperaments on Lutes and Viols


Book Description

Written for musicians by a musician, Meantone Temperaments on Lutes and Viols demystifies tuning systems by providing the basic information, historical context, and practical advice necessary to easily achieve more satisfying tuning results on fretted instruments. Despite the overwhelming organological evidence that many of the finest lutenists, vihuelists, and viola da gamba players in the Renaissance and Baroque eras tuned their instruments in one of the meantone temperaments, most modern early instrument players today still tune to equal temperament. In this handbook richly supplemented with figures, diagrams, and music examples, historical performers will discover why temperaments are necessary and how they work, descriptions of a variety of temperaments, and their application on fretted instruments. This technical book provides downloadable audio tracks and other tools for fretted instrument players to achieve more stable consonances, colorful dissonances, and harmonic progressions that vividly propel the music forward.




The Etude


Book Description

Includes music.




Pure JavaScript


Book Description

Pure JavaScript, Second Edition is a substantial and focused reference for experienced Web developers. This book begins with an accelerated introduction to the newest features of JavaScript so that experienced Web developers can quickly understand the concepts of JavaScript and begin developing their own JavaScript solutions immediately. Pure JavaScript, Second Edition contains concise descriptions of JavaScript forms, cookies, windows, and layers. Beyond the brief descriptions and short syntax snippets found in most references, this book also provides real-life, well-commented JavaScript examples for each documented object, property, method, and event handler. This not only helps the reader's understanding of the syntax, but also provides a contextual aid in determining how and why a specific object or method may be used. It also includes a special reference section dedicated to server-side JavaScript, coverage of JScript and Active Scripting, and a complete reference to browser-supported JavaScript.




XML in a Nutshell


Book Description

If you're a developer working with XML, you know there's a lot to know about XML, and the XML space is evolving almost moment by moment. But you don't need to commit every XML syntax, API, or XSLT transformation to memory; you only need to know where to find it. And if it's a detail that has to do with XML or its companion standards, you'll find it--clear, concise, useful, and well-organized--in the updated third edition of XML in a Nutshell.With XML in a Nutshell beside your keyboard, you'll be able to: Quick-reference syntax rules and usage examples for the core XML technologies, including XML, DTDs, Xpath, XSLT, SAX, and DOM Develop an understanding of well-formed XML, DTDs, namespaces, Unicode, and W3C XML Schema Gain a working knowledge of key technologies used for narrative XML documents such as web pages, books, and articles technologies like XSLT, Xpath, Xlink, Xpointer, CSS, and XSL-FO Build data-intensive XML applications Understand the tools and APIs necessary to build data-intensive XML applications and process XML documents, including the event-based Simple API for XML (SAX2) and the tree-oriented Document Object Model (DOM) This powerful new edition is the comprehensive XML reference. Serious users of XML will find coverage on just about everything they need, from fundamental syntax rules, to details of DTD and XML Schema creation, to XSLT transformations, to APIs used for processing XML documents. XML in a Nutshell also covers XML 1.1, as well as updates to SAX2 and DOM Level 3 coverage. If you need explanation of how a technology works, or just need to quickly find the precise syntax for a particular piece, XML in a Nutshell puts the information at your fingertips.Simply put, XML in a Nutshell is the critical, must-have reference for any XML developer.




Security and Privacy Protection in Information Processing Systems


Book Description

This book constitutes the refereed proceedings of the 28th IFIP TC 11 International Information Security and Privacy Conference, SEC 2013, held in Auckland, New Zealand, in July 2013. The 31 revised full papers presented were carefully reviewed and selected from 83 submissions. The papers are organized in topical sections on malware, authentication and authorization, network security/cryptography, software security, policy compliance and obligations, privacy protection, risk analysis and security metrics, social engineering, and security management/forensics.




Tests and Measurements in Music


Book Description




SIMD Programming Manual for Linux and Windows


Book Description

A number of widely used contemporary processors have instruction-set extensions for improved performance in multi-media applications. The aim is to allow operations to proceed on multiple pixels each clock cycle. Such instruction-sets have been incorporated both in specialist DSPchips such as the Texas C62xx (Texas Instruments, 1998) and in general purpose CPU chips like the Intel IA32 (Intel, 2000) or the AMD K6 (Advanced Micro Devices, 1999). These instruction-set extensions are typically based on the Single Instruc tion-stream Multiple Data-stream (SIMD) model in which a single instruction causes the same mathematical operation to be carried out on several operands, or pairs of operands, at the same time. The level or parallelism supported ranges from two floating point operations, at a time on the AMD K6 architecture to 16 byte operations at a time on the Intel P4 architecture. Whereas processor architectures are moving towards greater levels of parallelism, the most widely used programming languages such as C, Java and Delphi are structured around a model of computation in which operations takeplace on a single value at a time. This was appropriate when processors worked this way, but has become an impediment to programmers seeking to make use of the performance offered by multi-media instruction -sets. The introduction of SIMD instruction sets (Peleg et al.