万本电子书0元读

万本电子书0元读

Learning Underscore.js
Learning Underscore.js
Alex Pop
¥71.93
Explore the Underscore.js library by example using a test-driven development approachAbout This BookUnderstand and learn to apply functional programming principles using the built-in functions of Underscore.jsLeverage and reuse Underscore.js-based code to create code that targets client, server, or database contextsTake Underscore.js further by reusing code between client and server and by learning about other closely related libraries Who This Book Is For If you are a developer with fundamental JavaScript knowledge and want to use modern JavaScript libraries to extend your functional programming skills, then Underscore.js is an important library you should be familiar with.What You Will LearnReference and call Underscore.js functions using a modern JavaScript development workflowApply Underscore.js to JavaScript arrays, objects, and functionsTake advantage of object-oriented or functional programming techniques with Underscore.jsLeverage Underscore.js to create code that targets client, server, or database contextsExtend Underscore.js functionality with other closely related librariesReuse Underscore.js-based code between client and server applicationsPrepare for the upcoming JavaScript standard ECMAScript 6 and support older browsers In Detail Underscore.js is one of the most popular modern JavaScript libraries used for functional programming. It can be used as a base for building complex JavaScript applications in a sustainable manner and for building other JavaScript libraries. It embraces functional programming principles but is not opinionated and can be used with imperative, object-oriented, functional, or other programming styles. This book explores how to use Underscore.js to power your code and understand modern JavaScript development concepts while applying a lightweight and efficient workflow to build applications. The book starts with an incremental Underscore.js introduction by exploring key JavaScript concepts. You will then explore the basic features of Underscore.js in action and establish a lightweight development workflow that allows the provided examples to be guided by tests. The book then covers the functionality of Underscore.js with in-depth examples and explanations for understanding and applying the Underscore.js API. You'll also learn how to use Underscore.js as a base for your own modules and libraries within an object-oriented or functional programming style, and will be able to explore Underscore.js use cases in different environments. Eventually, you'll learn about libraries that are closely related with Underscore.js, how to share code between client and server, and how to prepare for the upcoming JavaScript standard ECMAScript 6.Style and approach This book takes an example-driven approach to describing some of the essential JavaScript concepts and practices that are useful for building sustainable applications.
OpenStack Networking Cookbook
OpenStack Networking Cookbook
Sriram Subramanian
¥90.46
Harness the power of OpenStack Networking for public and private clouds using 90 hands-on recipesAbout This BookBuild and manage virtual switching, routing, and firewall-based networks in OpenStack using NeutronDevelop plugins and drivers for Neutron to enhance the built-in networking capabilitiesMonitor and automate OpenStack networks using tools like Ceilometer and Heat Who This Book Is For This book is aimed at network and system administrators who want to deploy and manage OpenStack-based cloud and IT infrastructure. If you have basic knowledge of OpenStack and virtualization, this book will help you leverage the rich functionality of OpenStack Networking in your cloud deployments.What You Will LearnOperate OpenStack Networking for public and private cloudsConfigure advanced routing services for your workloadsSecure data traffic using firewall-as-a-service capabilities of OpenStackDiscover how to leverage VXLAN to implement SDN in your OpenStack cloudMonitor the virtual networks using CeilometerDevelop plugins to enhance and customize OpenStack NetworkingProvide HA and VPN connectivity for your virtual machinesTroubleshoot and solve common problems with OpenStack Networking In Detail Networking in OpenStack has evolved from Nova Network to Neutron. This has resulted in a rich suite of networking services available to OpenStack users and administrators. Advanced services such as routers, firewall, and load balancers use building blocks such as network and subnets. Recent improvements support powerful customization using plugins. The evolution of Neutron continues as it integrates with tools like Ceilometer and Heat. This book will explore the built-in capabilities of Neutron to effectively deploy cloud solutions. You will begin with the most fundamental constructs of OpenStack Networking for switching and routing. You will then learn how to provide your tenants with services like firewalls and load-balancers. The step-by-step recipes will help you configure and troubleshoot networking problems in your cloud. This book will also introduce you to advanced topics like Ceilometer, Heat, and other upcoming tools in OpenStackStyle and approach The book is full of step-by-step recipes to configure and manage the networking aspects of your OpenStack cloud. In addition to covering basic configuration involved in OpenStack Networking, the books also shares various troubleshooting tips and techniques. As much as possible the book uses OpenStack dashboard (Horizon) to help the user get a feel of real OpenStack Networking
OpenStack Orchestration
OpenStack Orchestration
Adnan Ahmed Siddiqui
¥71.93
Exploit the power of dynamic cloud formation and auto-scaling features to fully implement OpenStack orchestrationAbout This BookSet up, manage, and troubleshoot Heat and effectively automate your datacenter and cloud-based servicesAchieve high availability, minimize down-time, and automate the deployment of cloud-based services and resources with minimum effortUpgrade your skills and manipulate resources on virtual machines in an unattended fashion using Heat Who This Book Is For If you are a System Engineer, System Administrator, Cloud Administrator, or a Cloud Engineer, then this book is for you. You should have a background of working in a Linux-based setup. Any knowledge of OpenStack-based cloud infrastructure will help you create wonders using this book.What You Will LearnInstall an orchestration service for a private cloud environmentTackle errors that show up during the installation and configuration of heatConfigure a template for orchestration using the native HOT formatConfigure a template for orchestration using the AWS cloud formation formatDeploy a stack using the HOT templateDeploy a test stack using the AWS CloudFormation templateAutomate and orchestrate cloud-based services with OpenStack Heat In Detail This book is focused on setting up and using one of the most important services in OpenStack orchestration, Heat. First, the book introduces you to the orchestration service for OpenStack to help you understand the uses of the templating mechanism, complex control groups of cloud resources, and huge-potential and multiple-use cases. We then move on to the topology and orchestration specification for cloud applications and standards, before introducing the most popular IaaS cloud framework, Heat. You will get to grips with the standards used in Heat, overview and roadmap, architecture and CLI, heat API, heat engine, CloudWatch API, scaling principles, JeOS and installation and configuration of Heat. We wrap up by giving you some insights into troubleshooting for OpenStack. With easy-to-follow, step-by-step instructions and supporting images, you will be able to manage OpenStack operations by implementing the orchestration services of Heat.Style and approach The book is a step-by-step guide to implementing an orchestration (cloud formation) service for OpenStack-based cloud environments. This book uses real-world scenarios and examples to demonstrate the procedures in an easy-to-understand language with plenty of screenshots to help you get a better understanding.
Building a RESTful Web Service with Spring
Building a RESTful Web Service with Spring
Ludovic Dewailly
¥54.49
A hands-on guide to building an enterprise-grade, scalable RESTful web service using the Spring FrameworkAbout This BookFollow best practices and explore techniques such as clustering and caching to achieve a scalable web serviceLeverage the Spring Framework to quickly implement RESTful endpointsLearn to implement a client library for a RESTful web service using the Spring Framework Who This Book Is For This book is intended for those who want to learn to build RESTful web services with the Spring Framework. To make best use of the code samples included in the book, you should have a basic knowledge of the Java language. Previous experience with the Spring Framework would also help you get up and running quickly.What You Will LearnDeep dive into the principles behind RESTExpose CRUD operations through RESTful endpoints with the Spring FrameworkDevise response formats and error handling strategies, offering a consistent and flexible structure to simplify integration for service consumersFollow the best approaches for dealing with a service’s evolution while maintaining backward compatibilityUnderstand techniques to secure web servicesComply with the best ways to test RESTful web services, including tips for load testingOptimise and scale web services using techniques such as caching and clustering In Detail REST is an architectural style that tackles the challenges of building scalable web services. In today’s connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become synonymous with APIs. The depth, breadth, and ease of use of Spring makes it one of the most attractive frameworks in the Java ecosystem. Marrying the two technologies is therefore a very natural choice. This book takes you through the design of RESTful web services and leverages the Spring Framework to implement these services. Starting from the basics of the philosophy behind REST, you’ll go through the steps of designing and implementing an enterprise-grade RESTful web service. Taking a practical approach, each chapter provides code samples that you can apply to your own circumstances. This book goes beyond the use of Spring and explores approaches to tackle resilience, security, and scalability concerns. You’ll learn techniques to deal with security in Spring and discover how to implement unit and integration test strategies. Finally, the book ends by walking you through building a Java client for your RESTful web service, along with some scaling techniques for it.Style and approach This book is a step-by-step, hands-on guide to designing and building RESTful web services. The book follows the natural cycle of developing these services and includes multiple code samples to help you.
A Year with John Paul II
A Year with John Paul II
Pope John Paul II
¥127.33
Called the Pilgrim Pope, a pope of the people, John Paul II connected with his flock from the highest to the lowest. He was one of history's most beloved popes among Catholics and non-Catholics alike, a man whose indomitable spirit touched and taught us all. A Year with John Paul II showcases his most important teachings as well as his inspirational writings, in a daily devotional format that will inspire readers and deepen their reflections and meditations. With a foreword by Cardinal William W. Baum, head of the Holy See's Major Penitentiary and former archbishop of Washington DC, an introduction by Bishop William Murphy, and a moving eulogy composed for the pope's funeral by Cardinal Joseph Ratzinger (now Pope Benedict XVI), A Year with John Paul II will take readers on a year-long spiritual journey with this deeply religious and inspiring man. Karol Wojyla was born on May 18, 1920, in Wadowice, Poland. He survived the Nazi occupation during World War II and was ordained to the priesthood in 1946. He was appointed archbishop of Krakow by Pope Paul VI. On October 16, 1978, he ascended to the papacy, taking the name John Paul II. During his papacy he greeted an estimated sixteen million pilgrims at the Vatican's general audiences. Pope John Paul II died in April 2005.
Adonais
Adonais
Jake Organ
¥24.44
Adonais begins as he stands on the Iberian Peninsula and looks out towards the coast of North Africa, fighting for the strength to go with his inner leadings and follow his destiny that lies beyond that coast. The story observes the young Friar as he makes his journey from the Peninsula?s southern tip through the Alpujarra to a Gharnata that is feeling a new rise in sectarian tension and is hearing news of violent events across the border in Christian Sevilla. In Gharnata he meets his childhood friend Miriam in the house of Rabbi Andrew, the spiritual head of Gharnata?s distinguished Jewish population. They agree to share the journey together to her forest community that is on the way to his final destination which is the Christian frontier city of Jaen. These young orphan children who grew up as closest friends and confidantes but have blossomed into beautiful adults have a deep and soul searching time of facing a lot of their confusion over their adult relationship which causes, especially Adonais to face some of the ghosts of his past. Miriam?s joyous wedding occurs in the vibrant community of which she is a key part and the whole event provides cathartic, healing for many of the participants. After the wedding Adonais continues his journey to Jaen as the shocking, violent and murderous events of June 1391 in Sevilla become the focus.Adonais the character symbolizes the way in which a true and wholesome spirituality can rebuild a life broken by hatred and religious sectarianism. The story is set in the late 14th Century Iberian Peninsula, and evokes the tension and intrigue of the time as well as capturing its beguiling mystery.In the novel Adonais, the author has managed to survey an extremely dark, treacherous and violent era in history and show a story of the triumph of hope and goodness over that same darkness. The novel explores many themes related to the history of the period, the interaction between different religious groups and the tension between inner spirituality and outer, sectarian religion.
The Individual and Society: The Bondage of Conditioning
The Individual and Society: The Bondage of Conditioning
J Krishnamurti
¥24.44
In this incredibly penetrating talk, Krishnamurti describes the psychological pressures of life and how these pressures affect right living: We were saying that any form of pressure on the brain affects our whole way of life. We were also saying that this pressure affects our activities, our attitudes, our character, and our way of living. The pressure--economic, social, ethical, and religious--invariably distorts not only our actions but the quality of the brain ... ideals affect, oppress, and act as pressure upon our daily life. Is it possible not to have any ideals but only deal with actually what is--then there is no pressure whatsoever. Krishnamurti goes on to say that, unless the mind is free of pressure, there is no new way of living. He states that this insight on freedom requires a great deal of investigation into the whole nature and movement of pressure.
The Teaching Of Reality
The Teaching Of Reality
Warwick Jessup
¥24.44
The Teaching of Reality is, as far as we know, the first translation into English of Tattvopade?a, a work attributed to the great spiritual teacher ?ankara. The text reveals the full significance of the great sentence ‘You are That’ (tat twam asi), which is said to convey the essence of the entire teaching of the Upanishads and to be the key to Advaita, the philosophy of non-duality. The reader is led through a systematic process enabling the real Self to be realised in practice.
Golf Formats For Societies & Game Secretaries
Golf Formats For Societies & Game Secretaries
Alan Hyde
¥24.44
If you play golf then this book is for you , offering a variety of new ways to play your favourite game through clear instructions it guarantees a fun day on the course with friends. Includes individual game formats as well as Individual Game Formats 2 Ball Team Game Formats 3 Ball Team Game Formats 4 Ball Team Tournament Formats 4 Ball Tournament Fun Formats Tournament Formats for mixed 3 & 4 Ball Teams Definitions
Tim's English History
Tim's English History
William Pitt
¥24.44
All the highlights of English history come to life in this book for young readers. From ancient times up to our century. Written in the style of a tenyear old boy, named Tim. Even adults have declared that they learned a lot in a very short time. Indispensable for young people who want to know about their history.
Earth is our Business
Earth is our Business
Polly Higgins
¥24.44
Earth is our Business takes forward the argument of Polly Higgins’ first book, Eradicating Ecocide. This book proposes new Earth law, but it is also about something more than law: it advocates a new form of leadership which places the health and well-being of people and planet first. Polly Higgins shows how law can provide the tools and be a bridge to a new way of doing business. She argues, in fact, that Earth is the business of us all, not the exclusive preserve of the executives of the world’s top corporations. Expanding on the proposal in her first book to make Ecocide an international crime, this book sets out the institutional framework for sustainable development and international environmental governance. It proposes new rules of the game to transform our economies, energy supplies and political landscape in a radical, but practical, way. The implications of Polly Higgins’ proposal are far-reaching and profound. Like her award-winning first book, Earth is our Business is written for anyone who is engaging in the new and emerging discourse about the future of our planet and sustainable development. Instead of merely examining the problem, Earth is our Business sets out a solution: new rules of the game. They are, says Polly Higgins, a new set of laws based on the sacredness of all life. Included as appendices are a draft Ecocide Act, a proposal for revising World Bank investment rules, and the indictment used in the mock Ecocide Trial held in the UK Supreme Court in September 2011.
Don Quixote
Don Quixote
Cervantes, Miguel de
¥111.91
Edith Grossman's definitive English translation of the Spanish masterpiece. Widely regarded as the world's first modern novel, and one of the funniest and most tragic books ever written, Don Quixote chronicles the famous picaresque adventures of the noble knight-errant Don Quixote of La Mancha and his faithful squire, Sancho Panza, as they travel through sixteenth-century Spain. Unless you read Spanish, you've never read Don Quixote. "Though there have been many valuable English translations of Don Quixote, I would commend Edith Grossman's version for the extraordinarily high quality of her prose. The Knight and Sancho are so eloquently rendered by Grossman that the vitality of their characterization is more clearly conveyed than ever before. There is also an astonishing contextualization of Don Quixote and Sancho in Grossman's translation that I believe has not been achieved before. The spiritual atmosphere of a Spain already in steep decline can be felt throughout, thanks to her heightened quality of diction. Grossman might be called the Glenn Gould of translators, because she, too, articulates every note. Reading her amazing mode of finding equivalents in English for Cervantes's darkening vision is an entrance into a further understanding of why this great book contains within itself all the novels that have followed in its sublime wake." From the Introduction by Harold Bloom Miguel de Cervantes was born on September 29, 1547, in Alcala de Henares, Spain. At twenty-three he enlisted in the Spanish militia and in 1571 fought against the Turks in the battle of Lepanto, where a gunshot wound permanently crippled his left hand. He spent four more years at sea and then another five as a slave after being captured by Barbary pirates. Ransomed by his family, he returned to Madrid but his disability hampered him; it was in debtor's prison that he began to write Don Quixote. Cervantes wrote many other works, including poems and plays, but he remains best known as the author of Don Quixote. He died on April 23, 1616.
Mere Christianity
Mere Christianity
Lewis, C. S.
¥90.77
One of the most popular and beloved introductions to the concept of faith ever written, Mere Christianity has sold millions of copies worldwide. The book brings together C. S. Lewis legendary radio broadcasts during the war years, in which he set out simply to explain and defend the belief that has been common to nearly all Christians at all times. Rejecting the boundaries that divide Christianity many denominations, Mere Christianity provides an unequalled opportunity for believers and nonbelievers alike to absorb a powerful, rational case for the Christian faith.
The Screwtape Letters
The Screwtape Letters
Lewis, C. S.
¥83.92
A milestone in the history of popular theology, The Screwtape Letters is an iconic classic on spiritual warfare and the dynamics of temptation. This profound and striking narrative takes the form of a series of letters from Screwtape, a devil high in the Infernal Civil Service, to his nephew Wormwood, a junior colleague engaged in his first mission on earth, trying to secure the damnation of a young man who has just become a Christian. Although the young man initially looks to be a willing victim, he changes his ways and is "lost" to the young devil. Dedicated to Lewis's friend and colleague J. R. R. Tolkien, The Screwtape Letters is a timeless classic on spiritual conflict and the psychology of temptation which are part of our religious experience.
The Abolition of Man
The Abolition of Man
Lewis, C. S.
¥78.32
Both astonishing and prophetic, The Abolition of Man remains one of C. S. Lewis's most controversial works. Lewis sets out to persuade his audience of the ongoing importance and relevance of universal objective values, such as courage and honor, and the foundational necessity of natural law. He also makes a cogent case that a retreat from these pillars of our educational system, even if in the name of "scientism," would be catastrophic. National Review lists it as number seven on their "100 Best Nonfiction Books of the Twentieth Century."
Just Kids
Just Kids
Smith, Patti
¥95.11
Due to copyright restrictions, this eBook may not contain all of the images available in the print edition. It was the summer Coltrane died, the summer of love and riots, and the summer when a chance encounter in Brooklyn led two young people on a path of art, devotion, and initiation. Patti Smith would evolve as a poet and performer, and Robert Mapplethorpe would direct his highly provocative style toward photography. Bound in innocence and enthusiasm, they traversed the city from Coney Island to Forty-second Street, and eventually to the celebrated round table of Max's Kansas City, where the Andy Warhol contingent held court. In 1969, the pair set up camp at the Hotel Chelsea and soon entered a community of the famous and infamous the influential artists of the day and the colorful fringe. It was a time of heightened awareness, when the worlds of poetry, rock and roll, art, and sexual politics were colliding and exploding. In this milieu, two kids made a pact to take care of each other. Scrappy, romantic, committed to create, and fueled by their mutual dreams and drives, they would prod and provide for one another during the hungry years. Just Kids begins as a love story and ends as an elegy. It serves as a salute to New York City during the late sixties and seventies and to its rich and poor, its hustlers and hellions. A true fable, it is a portrait of two young artists' ascent, a prelude to fame.
The Spirit of the Disciplines
The Spirit of the Disciplines
Willard, Dallas
¥88.56
How to Live as Jesus Lived Dallas Willard, one of today's most brilliant Christian thinkers and author of The Divine Conspiracy (Christianity Today's 1999 Book of the Year), presents a way of living that enables ordinary men and women to enjoy the fruit of the Christian life. He reveals how the key to self-transformation resides in the practice of the spiritual disciplines, and how their practice affirms human life to the fullest. The Spirit of the Disciplines is for everyone who strives to be a disciple of Jesus in thought and action as well as intention.
Total Freedom
Total Freedom
Krishnamurti, Jiddu
¥110.71
Counted among his admirers are Jonas Salk, Aldous Huxley, David Hockney, and Van Morrison, along with countless other philosophers, artist, writers and students of the spiritual path. Now the trustees of Krishnamurti work have gathered his very best and most illuminating writings and talks to present in one volume the truly essential ideas of this great spiritual thinker.Total Freedom includes selections from Krishnamurti early works, his Commentaries on Living, and his discourses on life, the self, meditation, sex and love. These writings reveal Krishnamuri core teachings in their full eloquence and power: the nature of personal freedom; the mysteries of life and death; and the pathless land, the personal search for truth and peace. Warning readers away from blind obedience to creeds or teachers including himself Krishnamurti celebrated the individual quest for truth, and thus became on of the most influential guides for independent-minded seekers of the twentieth century and beyond.
The Wars of the Jews Or History of the Destruction of Jerusalem
The Wars of the Jews Or History of the Destruction of Jerusalem
Flavius Josephus
¥8.09
The classic first-hand account of the Roman conquest of Israel. The Preface begins: "Whereas the war which the Jews made with the Romans hath been the greatest of all those, not only that have been in our times, but, in a manner, of those that ever were heard of; both of those wherein cities have fought against cities, or nations against nations; while some men who were not concerned in the affairs themselves have gotten together vain and contradictory stories by hearsay, and have written them down after a sophistical manner; and while those that were there present have given false accounts of things, and this either out of a humor of flattery to the Romans, or of hatred towards the Jews; and while their writings contain sometimes accusations, and sometimes encomiums, but no where the accurate truth of the facts; I have proposed to myself, for the sake of such as live under the government of the Romans, to translate those books into the Greek tongue, which I formerly composed in the language of our country." According to Wikipedia: "The Jewish War or Judean War (in full Flavius Josephus's Books of the History of the Jewish War against the Romans) also referred to in English as The Wars of the Jews, is a book written by Josephus, a Roman-Jewish historian of the 1st century. It is a description of Jewish history from the capture of Jerusalem by the Seleucid ruler Antiochus IV Epiphanes in 164 BC to the fall and destruction of Jerusalem in the First Jewish–Roman War in 70 AD. The book was written about 75 AD, originally in Josephus's "paternal tongue", probably Aramaic, though this version has not survived. It was later translated into Greek, probably under the supervision of Josephus himself."
Arthurian Chronicles: Roman de Brut
Arthurian Chronicles: Roman de Brut
Wace
¥8.09
According to Wikipedia: "Wace (c. 1115 – c. 1183) was an Anglo-Norman poet, who was born in Jersey and brought up in mainland Normandy (he tells us in the Roman de Rou that he was taken as a child to Caen), ending his career as Canon of Bayeux. His extant works include: Roman de Brut - a verse history of Britain and Roman de Rou - a verse history of the Dukes of Normandy. Other works, also in verse, include lives of Saint Margaret and Saint Nicholas. Roman de Brut (c. 1155) was based on the Historia Regum Britanniae of Geoffrey of Monmouth. It cannot be regarded as a history in any modern sense, although Wace often distinguishes between what he knows and what he does not know, or has been unable to find out. Wace narrates the founding of Britain, by Brutus of Troy, to the end of the legendary British history created by Geoffrey of Monmouth."
The Meditations of Marcus Aurelius
The Meditations of Marcus Aurelius
Marcus Aurelius Antonius
¥18.56
Marcus Aurelius was a Roman Emperor from 161 to 180. He ruled with Lucius Verus as co-emperor from 161 until Verus' death in 169. He was the last of the Five Good Emperors, and is also considered one of the most important Stoic philosophers. During his reign, the Empire defeated a revitalized Parthian Empire in the East; Aurelius' general Avidius Cassius sacked the capital Ctesiphon in 164. In central Europe, Aurelius fought the Marcomanni, Quadi, and Sarmatians with success during the Marcomannic Wars, with the threat of the Germanic tribes beginning to represent a troubling reality for the Empire. A revolt in the East led by Avidius Cassius failed to gain momentum and was suppressed immediately. Marcus Aurelius' Stoic tome Meditations, written in Greek while on campaign between 170 and 180, is still revered as a literary monument to a philosophy of service and duty, describing how to find and preserve equanimity in the midst of conflict by following nature as a source of guidance and inspiration.