Linux Voice Raspberry Pi Anthology


Book Description

Linux Voice is one of the world's best loved Linux magazines, and this book brings together articles from some of the best Raspberry Pi writers around. There are project guides, tutorials, interviews with the people behind the Pi and much more to help you fully understand the miniature computer.




Heart of Black Ice


Book Description

Heart of Black Ice is the climactic conclusion to Terry Goodkind's New York Times bestselling Nicci Chronicles. In the wake of the brutal war that swept the Old World in Siege of Stone, a new danger is forming along the coast. Taken captive by their enemies, King Grieve, along with Lila and Bannon are about to discover the terrifying force that threatens to bring destruction to the Old World. The Norukai, barbarian raiders and slavers, have been gathering an immense fleet among the inhospitably rocky islands that make up their home. With numbers greater than anyone could have imagined, the Norukai are poised to launch their final and most deadly war. At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.




The ThoughtWorks Anthology


Book Description

"Thirteen illuminating and insightful essays on modern software development practices"--T.p. verso.







A Fire Upon The Deep


Book Description

Now with a new introduction for the Tor Essentials line, A Fire Upon the Deep is sure to bring a new generation of SF fans to Vinge's award-winning works. A Hugo Award-winning Novel! “Vinge is one of the best visionary writers of SF today.”-David Brin Thousands of years in the future, humanity is no longer alone in a universe where a mind's potential is determined by its location in space, from superintelligent entities in the Transcend, to the limited minds of the Unthinking Depths, where only simple creatures, and technology, can function. Nobody knows what strange force partitioned space into these "regions of thought," but when the warring Straumli realm use an ancient Transcendent artifact as a weapon, they unwittingly unleash an awesome power that destroys thousands of worlds and enslaves all natural and artificial intelligence. Fleeing this galactic threat, Ravna crash lands on a strange world with a ship-hold full of cryogenically frozen children, the only survivors from a destroyed space-lab. They are taken captive by the Tines, an alien race with a harsh medieval culture, and used as pawns in a ruthless power struggle. Tor books by Vernor Vinge Zones of Thought Series A Fire Upon The Deep A Deepness In The Sky The Children of The Sky Realtime/Bobble Series The Peace War Marooned in Realtime Other Novels The Witling Tatja Grimm's World Rainbows End Collections Collected Stories of Vernor Vinge True Names At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.




Data Intelligence and Cognitive Informatics


Book Description

This book discusses new cognitive informatics tools, algorithms and methods that mimic the mechanisms of the human brain which lead to an impending revolution in understating a large amount of data generated by various smart applications. The book is a collection of peer-reviewed best selected research papers presented at the International Conference on Data Intelligence and Cognitive Informatics (ICDICI 2020), organized by SCAD College of Engineering and Technology, Tirunelveli, India, during 8–9 July 2020. The book includes novel work in data intelligence domain which combines with the increasing efforts of artificial intelligence, machine learning, deep learning and cognitive science to study and develop a deeper understanding of the information processing systems.




Aspencore Guide to Gallium Nitride


Book Description

As silicon reaches its theoretical performance limits for power electronics, industry is shifting toward wide-bandgap materials like Gallium Nitride (GaN), whose properties provide clear benefits in power converters for consumer and industrial electronics. In over 150 pages covering the technology, its applications, markets and future potential, this book delves into GaN technology and its importance for power electronics professionals engaged with its implementation in power devices. The properties of GaN, such as low leakage current, significantly reduced power losses, higher power density and the ability to tolerate higher operating temperatures, all from a device smaller than its silicon-only equivalent, provide design advantages allowing previously unimaginable application performance. As an alternative to silicon, GaN can provide clear benefits in power converters for consumer and industrial electronics; chargers for wireless devices, including 5G; driver circuits for motor control; and power switches in automotive and space applications.The book also explores why GaN-based devices hold the key to addressing the energy efficiency agenda, a key strategic initiative in increasingly power-reliant industries such as data centers, electric vehicles, and renewable energy systems. Highly efficient residential and commercial energy storage systems using GaN technology will enable distribution, local storage, and on-demand access to renewable energy. Continued progress in the battery market will lead to declining battery costs and the development of smaller batteries that pair with GaN technology-based converters and inverters. Thermal management is critical in power electronics, and high efficiency in higher-power systems is always a focus. With GaN, a 50% reduction in losses can be achieved, reducing the costs and area required to manage heat. The book delves into GaN's electrical characteristics and how these can be exploited in power devices. There are also chapters that cross into the key applications for GaN devices for several markets such as space, automotive, audio, motor control and data centers. Each chapter provides a comprehensive overview of the subject matter for anyone who wants to stay on the leading edge of power electronics.




Inventive Communication and Computational Technologies


Book Description

This book gathers selected papers presented at the 4th International Conference on Inventive Communication and Computational Technologies (ICICCT 2020), held on 28–29 May 2020 at Gnanamani College of Technology, Tamil Nadu, India. The respective contributions highlight recent research efforts and advances in a new paradigm called ISMAC (IoT in Social, Mobile, Analytics and Cloud contexts). The topics covered include the Internet of Things, Social Networks, Mobile Communications, Big Data Analytics, Bio-inspired Computing and Cloud Computing. Given its scope, the book is chiefly intended for academics and practitioners working to resolve practical issues in this area.




GaN Power Devices and Applications


Book Description

GaN Power Devices and Applications, provides an update on gallium nitride (GaN) technology and applications by leading experts. It includes detailed descriptions of the latest examples of GaN's usage in power supplies, lidar systems, motor drives, and space applications.




Professional Assembly Language


Book Description

Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging